Commit Graph

32 Commits (11b55ada46e9b62d5a72965c9d1ac07ba6ec08ab)

Author SHA1 Message Date
Richard Harris 11b55ada46 reinstate banner
6 years ago
Tan Li Hau 60b240bf69 fix lint
6 years ago
Tan Li Hau 81c5c480e8 feat: warn unused exports
6 years ago
Richard Harris ad0e8670ca tweak text of warning
6 years ago
Tan Li Hau cfd3b63b9b warn if using svelte:options tag without compile_options.customElement
6 years ago
Conduitry 39b387a454 hoist globals even if they are mentioned in a script block (#3607)
6 years ago
Conduitry 8d7d0ff7dd
fix `bind:this` binding to a store (#3591)
6 years ago
Richard Harris 78c226b7b1 Merge branch 'tanhauhau/exported-variable-could-be-reassigned' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/exported-variable-could-be-reassigned
6 years ago
Tan Li Hau e14197d944 remove component locator
6 years ago
Tan Li Hau 8c4fd74543 resubscribe props if reassigned
6 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
6 years ago
Peter Maatman 02f5efd9e7 fix compound assignment dependencies in reactive statements (#3634)
6 years ago
Richard Harris 5d8ca9f07d lint
6 years ago
Richard Harris a821aa7a15 merge sveltejs/master -> devtools
6 years ago
Richard Harris 46bfaff1e6 inline $$invalidate calls - fixes #3512
6 years ago
Richard Harris e797cfc7b9 in this house we use snake_case
6 years ago
Colin Casey ee8825d34f fix reactive declaration cycle detection + clearer error on cycle
6 years ago
Rich Harris d8445e6350 mark reassigned/mutated values as non-hoistable - fixes #2731
6 years ago
Richard Harris 5266b53739 lint
6 years ago
Rich Harris e41a4846c3
Merge pull request #3348 from sveltejs/gh-3272
6 years ago
Richard Harris e3e3ad9be0 disable validation with magic comments
6 years ago
Richard Harris 46cd6ff370 disallow global references to $$-prefixed vars
6 years ago
Richard Harris 4c8f3a296c throw error if $ is referenced as global - fixes #3272
6 years ago
Timothy Johnson 6b58a1d2f6 Events for DOM methods
6 years ago
Richard Harris fc710a96f0 always bail out of hoisting on encountering local state - fixes #3044
6 years ago
43081j 5d638d32ba fix existing lint errors
6 years ago
Rich Harris 324be53a70 merge master -> snake_case
6 years ago
Rich Harris 80ebdc1784 rename kebab-case files - supercedes #2890
6 years ago
Conduitry cd4c2f2075 use `@_` sigil for globals
6 years ago
mrkishi f60ae53d76 deconflict more globals
6 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
6 years ago
Richard Harris 5161dfb950 update folder structure - #2790
6 years ago