Commit Graph

62 Commits (1b12546afef3e5c6d2d041d20ba4a77c5d2a874c)

Author SHA1 Message Date
Maximiliano Ruani 773dedf714
[feat] Compiler option css: 'none' support (#7914)
3 years ago
Sid 8921c04a21
[chore] Upgrade css-tree version to 2.1.0 (#7572)
3 years ago
gtmnayan bee1851faa
[feat] `|important` modifier for style directive (#7489)
3 years ago
Hofer Ivan 0eba57113b
[chore]: store regexp as variable instead of defining it inline (#7716)
3 years ago
Tan Li Hau 8de7931c64
[feat] better error message for invalid logic block placement (#7862)
3 years ago
Yosuke Ota 8d26b4a19d
[chore] improve performance by using `trimRight()` instead of regex replace (#7706)
3 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` (#7453)
3 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> (#6898)
3 years ago
Simon H 7044a32a2b
[fix] adjust style directive AST (#7127)
4 years ago
Tan Li Hau b5aaa6641b
[feat] implement constants in markup (#6413)
4 years ago
Paul Murray 8a47b5ec9e
[feat] Style directives (#5923)
4 years ago
Tan Li Hau 64b882e3c5
[feat] improve parser errors (#6612)
4 years ago
Tan Li Hau e1d0d00ebb
[feat] allow shorthand {#await ... then/catch} (#6564)
4 years ago
Yuichiro Yamashita fd8c5885c8
[fix] create AST node of empty string for empty attribute values (#6539)
4 years ago
Yuichiro Yamashita d9da22ac04
fix AST .end index for expressions in attributes (#6542)
4 years ago
Simon H a8c35daa9a
[fix] be able to silence more warnings (#6504)
4 years ago
Tan Li Hau 23f8f4ba6d
[feat] centralise parse errors (#6519)
4 years ago
Tan Li Hau 6a582af839
[fix] script style end parsing (#6511)
4 years ago
Mohammed Al-Qurafi 1b33248ead
#6299 - Throw a compile error when passing an empty directive name (#6300)
4 years ago
Tan Li Hau 3acaa03f6f
fix textarea end tag parsing (#6424)
4 years ago
Bjørn de6d0c66d3
Add a more descriptive message for the error generated by an empty shorthand attribute (#6217)
4 years ago
Tan Li Hau 1d6e20f2a9
implement <svelte:fragment> (#4556)
5 years ago
Tan Li Hau 8867bc31c2
update css-tree@^1.1.2 (#5958)
5 years ago
Anders Lorentsen acf60d88a0
error on empty name in `class:` directive (#5939)
5 years ago
Ben McCann 37b1a20c17
Add spaces next to infix operators (#5902)
5 years ago
pushkine 13e3d755da
allow duplicates of the same action on an element (#5875)
5 years ago
Ben McCann 240f5410f3
Curly brace cleanup and enforcement (#5647)
5 years ago
Ben McCann 7ea6a2994a
Curly braces linting fixes (#5585)
5 years ago
Andreas Ehrencrona ddf13211af
Updated to ESLint config 5.4.0 (#5541)
5 years ago
Andreas Ehrencrona aa759f44fc
add missing end AST property to non-top-level <style> tags (#5487)
5 years ago
Ben McCann 229a16d6e7
upgrade ESLint config (#5472)
5 years ago
Tan Li Hau fa7c780bad
{#key} block (#5397)
5 years ago
Tan Li Hau aef5671411
update acorn and parse expression as module script (#5423)
5 years ago
Antony Jones 82dc26a31c
Fix lint warnings (#5263)
5 years ago
Tan Li Hau 3dad14f0e1
better error message for mismatched tags due to autoclosing (#5060)
5 years ago
Cameron Messinides e46e1afea5
throw parser error when :global() appears without a selector (#4936)
5 years ago
Tan Li Hau 37cc5888f8
dry {#each}/{#await} destructuring (#4596)
5 years ago
nomnomnomnom cf72b41575
fix misaligned line numbers in sourcemaps (#4738)
5 years ago
Tan Li Hau 77ec48deba
add await catch shorthand (#4490)
5 years ago
Tan Li Hau 7d1e4e82ff
support destructuring in await (#4548)
6 years ago
Tan Li Hau a66437b3c1
allow <svelte:self> to be part of a slot (#4532)
6 years ago
Conduitry f5f489984f
fix handling of reserved keywords when parsing (#4390)
6 years ago
Tan Li Hau 2195832ecc better error messages for else, elseif, then, catch with unclosed tag (#4136)
6 years ago
Conduitry 5076613256
disallow simultaneous foo / {foo} / bind:foo (#4343)
6 years ago
Conduitry f12340acf0
preserve js comments where possible (#4293)
6 years ago
das 2b0762f930 Tidy up (#4005)
6 years ago
Richard Harris 74fa2447b1 error on empty css declarations - fixes #3801
6 years ago
Conduitry d976203da8 update code-red etc (#3752)
6 years ago
Richard Harris 65d87e51d1 snake_case
6 years ago
Richard Harris 1bb5d8646e Merge branch 'tanhauhau/await-then-catch-block' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/await-then-catch-block
6 years ago