Commit Graph

2406 Commits (120ee28c4f9d08686f8caaff94d4cc1504042101)

Author SHA1 Message Date
Luiz Corte Real a304b661c5 Change type of preprocessor functions to include Promise
5 years ago
Rich Harris c2d9248517
Merge pull request #3400 from elo7/missing-dependencies
5 years ago
Rich Harris 9e36293a8c
Reinstate walk
5 years ago
Dave Poulter 9c0db84788 Fix namespace for svg elements inside slots
5 years ago
Luiz Corte Real 52b0951db6 Remove external dependencies from exported files
5 years ago
Richard Harris 655701ef08 coerce tag values to string - fixes #2290
5 years ago
Richard Harris bb9a9efec2 Merge branch 'master' of github.com:sveltejs/svelte
5 years ago
Richard Harris d9206fb3cc simplify self function, use this instead of el
5 years ago
Conduitry 5b77b744ce generate valid code when spreading literal into props (#3185)
5 years ago
Samuel Elgozi 7342d484f1 feat: #3372 added a new `self` event modifier
5 years ago
Rich Harris 7bf1ead963
Merge pull request #3355 from sveltejs/gh-3354
5 years ago
Richard Harris 4b0ec650e9 assume let variables are dynamic in slots - fixes #3354
5 years ago
Richard Harris b9f5e7f249 lil bit of housekeeping
5 years ago
Rich Harris d61387d933
Merge pull request #2246 from sveltejs/null-transition
5 years ago
Richard Harris 5266b53739 lint
5 years ago
Conduitry c069aba49a tidy types
5 years ago
Rich Harris e41a4846c3
Merge pull request #3348 from sveltejs/gh-3272
5 years ago
Richard Harris 60467f674c appease typescript
5 years ago
Richard Harris 4a2bb526ae oops
5 years ago
Richard Harris 7912d7c901 merge master -> null-transition
5 years ago
Richard Harris e3e3ad9be0 disable validation with magic comments
5 years ago
Richard Harris 0c9ed46196 correctly set mount anchor for HTML tags - fixes #2711
5 years ago
Richard Harris 46cd6ff370 disallow global references to $$-prefixed vars
5 years ago
Richard Harris 4c8f3a296c throw error if $ is referenced as global - fixes #3272
5 years ago
Richard Harris 4d0256874e remove unused helpers
5 years ago
Richard Harris 016158b692 more robust handling of html tags - fixes #3285
5 years ago
Conduitry 64094f631f set data- attributes like regular attributes (#3337)
5 years ago
Richard Harris a03566e4f9 prevent commas in attributes - fixes #3341
5 years ago
Richard Harris 119fdd1bc9 Merge branch 'master' of github.com:sveltejs/svelte
5 years ago
Richard Harris 8641df0741 use export as instead of creating a new binding
5 years ago
Rich Harris eaec840e77
Merge branch 'master' into gh-3283
5 years ago
Rich Harris cf24dbd6a9
Merge pull request #3336 from Conduitry/gh-3274
5 years ago
Rich Harris aa1b38ad34
Merge pull request #3335 from Conduitry/gh-3281
5 years ago
Rich Harris 21e3db1b72
Merge pull request #3333 from Conduitry/gh-3179
5 years ago
Rich Harris 76d04dce9b
Merge pull request #3334 from Conduitry/gh-3324
5 years ago
Rich Harris 9e1554610b
Merge pull request #3332 from Conduitry/gh-3331
5 years ago
Rich Harris 6cbdd9b04c
Merge pull request #3315 from Conduitry/gh-3304
5 years ago
Richard Harris fd46685400 fix SSR of undefined classes, albeit messily
5 years ago
Richard Harris c82a9ea7f2 omit falsy boolean attributes
5 years ago
Conduitry c04def9081 don't warn when using each index in key (#3274)
5 years ago
Conduitry 45a54c1aa4 use bindings when matching attribute selector against element (#3281)
5 years ago
Conduitry b44a876ff4 make raf a noop on server (#3324)
5 years ago
Conduitry bfa0bc98b7 preserve async/generator-ness of hoisted function expressions (#3179)
5 years ago
Conduitry 276eb8e553 fix erroneous a11y warning with input type='image' (#3331)
5 years ago
Richard Harris c53563b207 failing SSR test, plus some adjacent changes
5 years ago
Richard Harris 886961b927 remove unused code
5 years ago
Richard Harris 6d962c5d95 make code style more consistent
5 years ago
bre30kra69cs 42717e893b ref spaces
5 years ago
bre30kra69cs ccf2ad819a optimize class name runtime calc & add tests & ref
5 years ago
bre30kra69cs 9b5bbb556d fix Literally undefined class #3283
5 years ago