Commit Graph

2747 Commits (07242f994c00970724525633ed318f8acbbd4d81)

Author SHA1 Message Date
André Lins 07242f994c
a11y: do not warn about <a name> / <a id> () 5 years ago
Kalan 56d1af493b
a11y: warn about href="javascript:..." () 5 years ago
nomnomnomnom cf72b41575
fix misaligned line numbers in sourcemaps () 5 years ago
Tan Li Hau aabb23cc34
fix mutation to imported variable () 5 years ago
pushkin 3ed11fa29d
add if_block existence check in block.p () 5 years ago
pushkin 8d8db4e836
ensure if_block dependency is dirty to cancel outro () 5 years ago
Daniel Imfeld ddfb751fc9
prevent illegal attribute names at compile time () 5 years ago
pushkin 7ac3e6021a
use value check instead of guard for number inputs () 5 years ago
pushkin 51c6aaff0b
fix parent in slot wrapper () 5 years ago
Tan Li Hau 77ec48deba
add await catch shorthand () 5 years ago
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode () 5 years ago
pushkin 7dcbc5173b
remove unused variable () 5 years ago
Игорь Фролов 085897c799
feat(internal): Support globalThis in modern environments () 5 years ago
Tan Li Hau cc1f2c6c9e
remove unneeded fragment block () 5 years ago
Tan Li Hau a0749f6adb
fix creating debugging comment for HTML comment () 5 years ago
Tan Li Hau cdc0270ef1
fix deconflicting variable name for slot fallback () 5 years ago
Tan Li Hau b4b57c39a2
clean up event handlers on re-mount () 5 years ago
Tan Li Hau 7d1e4e82ff
support destructuring in await () 5 years ago
Tan Li Hau 5bb5ba4c76
complain if named slots other than direct descendant of component () 5 years ago
Tan Li Hau 82dce0c8fc
do not initialise slot fallback fragment unless necessary () 5 years ago
Jacob Wright 966aae3420
allow transitions and animations to work within iframes () 5 years ago
vlasy e06a900b23
throw compiler error when binding directly to const variables () 5 years ago
Tan Li Hau 404ed3dbfe
fix else-block update in keyed each-block () 5 years ago
Tan Li Hau ec3589e314
fix hydration of top-level content () 5 years ago
Tan Li Hau a66437b3c1
allow <svelte:self> to be part of a slot () 5 years ago
Tan Li Hau 91d758e35b
introduce $$restProps () 5 years ago
Tan Li Hau 345d5f27ee fix lazy code breaks in build 5 years ago
Conduitry a8291227ce
fit bitmask overflow initial dirty value in 'if' blocks () 5 years ago
Conduitry f2ee7efb94
add dev runtime warning for unknown slot names () 5 years ago
Tan Li Hau 926a2aebd8
fix render fallback slot content due to whitespace () 5 years ago
Tan Li Hau d802c3b266
in spread, distinguish never-updating and always-updating props () 5 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn () 5 years ago
pushkin b6aaa44880
check for unknown props even if component doesn't have writable props () 5 years ago
Tan Li Hau 8feb85a61f
fix bitmask overflow for slot () 5 years ago
Tan Li Hau cf660bdab1
mark module variables as mutated or reassigned () 5 years ago
rixo 0786d2858d
exclude global variables from $capture_state () 5 years ago
Conduitry 19f1c9cb7c
don't treat $$-names as stores during invalidation () 5 years ago
Conduitry 3bfa0e5cd6
deconflict `value` parameter in contextual bindings () 5 years ago
Conduitry 138213ca3c
fix dev mode each block validation when using strings () 5 years ago
rixo cb64fb2ac9
make $capture_state/$inject_state act on entire state () 5 years ago
swyx 3fbafe33c2
implement Dev mode validation of {#each} block argument () 5 years ago
Tan Li Hau fdc89ebb62
warn if component is expected to be reactive () 5 years ago
Tan Li Hau 6250046c05
perform dirty check before updating keyed each blocks () 5 years ago
Conduitry b6d80f485a
fix indirect bindings on elements with spreads () 5 years ago
Conduitry 7f2ffb2977
fix event handlers that are dynamic via reactive declarations or stores () 5 years ago
Conduitry 0625fc218b
fix invalidation in ++foo.bar () 5 years ago
Conduitry f5f489984f
fix handling of reserved keywords when parsing () 5 years ago
Tan Li Hau 2195832ecc better error messages for else, elseif, then, catch with unclosed tag () 5 years ago
Jordan Gensler 4b04b16fe0 avoid using .shift() in flush() () 5 years ago
Conduitry d78f32ee5a
fix arrow function precedence () 5 years ago