Commit Graph

40 Commits (c9e98e6bbaed9b33df8087567235de9a54fdc537)

Author SHA1 Message Date
Hofer Ivan 0eba57113b
[chore]: store regexp as variable instead of defining it inline (#7716)
3 years ago
Tan Li Hau 5c5bc27d97
[feat] Support style props for SVG components (#7859)
3 years ago
Yuichiro Yamashita feb8dfce61
[fix] add all global objects / functions (#7786)
3 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` (#7453)
4 years ago
Yosuke Ota 3a238fe057
[fix] strip leading newline after `<pre>` and `<textarea>` (#7280)
4 years ago
maxlath f58382b22a
add Symbol to globals (#7419)
4 years ago
Ignatius Bagus d35fc9f842
[fix] add `FormData` as a known global (#7199)
4 years ago
Simon H be3d82733f
[fix] prevent maximum call stack size exceeded error on large pages (#7203)
4 years ago
Ignatius Bagus 2012124e87
[fix] foreign namespace hash link (#7080)
4 years ago
Josh Duff 0b2d700e98
[fix] Add URLSearchParams to list of globals (#6938)
4 years ago
Aykut Kardaş 2c8e77bf90
[refactor] refactor trim utils and write tests (#6909)
4 years ago
trevyn da816e6db7
add `BigInt` as known global (#6671)
4 years ago
Vignesh c216707c3e
add HTMLElement and SVGElement as known globals (#6665)
4 years ago
Simon H 4ca2af41df
[fix] add filename to combined source map if needed (#6089)
4 years ago
Tan Li Hau cb189ad0ec
[chore] update code-red, estree-walker, is-reference (#6551)
4 years ago
Simon H a8c35daa9a
[fix] be able to silence more warnings (#6504)
4 years ago
Conduitry 286c60da4d
fix missing slotted elements in AST (#6148)
5 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
5 years ago
Andreas Ehrencrona abf11bb02b
Refactored preprocess for readability (#5763)
5 years ago
milahu 0d19f67ec4
Parse attached sourcemap from preprocessor (#5854)
5 years ago
dmitrage 68538c61eb
Fix various issues with preprocess source maps (#5754)
5 years ago
Ben McCann 67dea941bb
Fix eslint issue (#5698)
5 years ago
halfnelson dcfbd69516
Preprocessor sourcemap support (#5584)
5 years ago
Tan Li Hau cfc73be90f
add Node and Element as known globals (#5601)
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
Tan Li Hau 296e81af4d
add EventSource to the known globals (#5468)
5 years ago
Antony Jones 82dc26a31c
Fix lint warnings (#5263)
5 years ago
Tan Li Hau 7d1e4e82ff
support destructuring in await (#4548)
6 years ago
Tan Li Hau 926a2aebd8
fix render fallback slot content due to whitespace (#4500)
6 years ago
John Muhl 2fd593f9d5 Add more globals
6 years ago
das 2b0762f930 Tidy up (#4005)
6 years ago
Jesper Hasselquist 192c1bbafa Add Event to globals list
6 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
6 years ago
mustafa0x 44c1b6f23d add `location` to globals
6 years ago
Timothy Johnson d2ac3d880b Missing globals
6 years ago
Rich Harris bdf01d632c add a few more known globals
6 years ago
Rich Harris 1fc4b1c867 add Error to known globals, declare catch block parameter. fixes #3064
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