Commit Graph

456 Commits (ff6144a3a58028729e75d353d395a8f20e572a93)

Author SHA1 Message Date
pushkine ff6144a3a5 tsc
6 years ago
pushkine 87a05ec47b remove v2 devtools
6 years ago
pushkine 82d17c5a6f 15/05
6 years ago
pushkine 7e33e110d1 fix env
6 years ago
pushkine eaf599f910 10/05
6 years ago
pushkine c225731d06 bidi complete
6 years ago
pushkine 0d9d3c53d1 06/05
6 years ago
pushkine a26a75eba6 saving progress...
6 years ago
pushkine 431f567908 broken
6 years ago
Tan Li Hau aabb23cc34
fix mutation to imported variable (#4713)
6 years ago
pushkin 3ed11fa29d
add if_block existence check in block.p (#4633)
6 years ago
pushkin 8d8db4e836
ensure if_block dependency is dirty to cancel outro (#4634)
6 years ago
Daniel Imfeld ddfb751fc9
prevent illegal attribute names at compile time (#4650)
6 years ago
pushkin 7ac3e6021a
use value check instead of guard for number inputs (#4689)
6 years ago
pushkin 51c6aaff0b
fix parent in slot wrapper (#4705)
6 years ago
Tan Li Hau 77ec48deba
add await catch shorthand (#4490)
6 years ago
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode (#2989)
6 years ago
pushkin 7dcbc5173b
remove unused variable (#4638)
6 years ago
Tan Li Hau cc1f2c6c9e
remove unneeded fragment block (#4568)
7 years ago
Tan Li Hau a0749f6adb
fix creating debugging comment for HTML comment (#4567)
7 years ago
Tan Li Hau cdc0270ef1
fix deconflicting variable name for slot fallback (#4564)
7 years ago
Tan Li Hau b4b57c39a2
clean up event handlers on re-mount (#4493)
7 years ago
Tan Li Hau 7d1e4e82ff
support destructuring in await (#4548)
7 years ago
Tan Li Hau 5bb5ba4c76
complain if named slots other than direct descendant of component (#4509)
7 years ago
Tan Li Hau 82dce0c8fc
do not initialise slot fallback fragment unless necessary (#4514)
7 years ago
vlasy e06a900b23
throw compiler error when binding directly to const variables (#4506)
7 years ago
Tan Li Hau 404ed3dbfe
fix else-block update in keyed each-block (#4558)
7 years ago
Tan Li Hau a66437b3c1
allow <svelte:self> to be part of a slot (#4532)
7 years ago
Tan Li Hau 91d758e35b
introduce $$restProps (#4489)
7 years ago
Tan Li Hau 345d5f27ee fix lazy code breaks in build
7 years ago
Conduitry a8291227ce
fit bitmask overflow initial dirty value in 'if' blocks (#4507)
7 years ago
Conduitry f2ee7efb94
add dev runtime warning for unknown slot names (#4501)
7 years ago
Tan Li Hau 926a2aebd8
fix render fallback slot content due to whitespace (#4500)
7 years ago
Tan Li Hau d802c3b266
in spread, distinguish never-updating and always-updating props (#4487)
7 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn (#4483)
7 years ago
pushkin b6aaa44880
check for unknown props even if component doesn't have writable props (#4454)
7 years ago
Tan Li Hau cf660bdab1
mark module variables as mutated or reassigned (#4469)
7 years ago
rixo 0786d2858d
exclude global variables from $capture_state (#4475)
7 years ago
Conduitry 19f1c9cb7c
don't treat $$-names as stores during invalidation (#4453)
7 years ago
Conduitry 3bfa0e5cd6
deconflict `value` parameter in contextual bindings (#4452)
7 years ago
rixo cb64fb2ac9
make $capture_state/$inject_state act on entire state (#3822)
7 years ago
swyx 3fbafe33c2
implement Dev mode validation of {#each} block argument (#4419)
7 years ago
Tan Li Hau fdc89ebb62
warn if component is expected to be reactive (#4409)
7 years ago
Tan Li Hau 6250046c05
perform dirty check before updating keyed each blocks (#4413)
7 years ago
Conduitry b6d80f485a
fix indirect bindings on elements with spreads (#4398)
7 years ago
Conduitry 7f2ffb2977
fix event handlers that are dynamic via reactive declarations or stores (#4394)
7 years ago
Conduitry 0625fc218b
fix invalidation in ++foo.bar (#4395)
7 years ago
Conduitry f5f489984f
fix handling of reserved keywords when parsing (#4390)
7 years ago
Tan Li Hau 2195832ecc better error messages for else, elseif, then, catch with unclosed tag (#4136)
7 years ago
Conduitry d78f32ee5a
fix arrow function precedence (#4385)
7 years ago