Commit Graph

64 Commits (56152629bbd8fc0aaeb19b7bf06c5bb3d626a61c)

Author SHA1 Message Date
Bogdan Savluk 6fdaa803c7 improve parser typings
6 years ago
Clemens Akens 194e99b350 expose parse to the public
6 years ago
Richard Harris 2b1aa77f29 collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre>
7 years ago
Rich Harris 21d56c9ee3
Tidy up (#2252)
7 years ago
Richard Harris 971b7b900f make customElement a boolean option (#2025)
7 years ago
Richard Harris 2907b1a96c Merge branch 'master' into gh-2025
7 years ago
Richard Harris 83a9b6af23 default to accessors: false (#2144)
7 years ago
Richard Harris 8c61edf2d5 remove support for logic-less components with vars
7 years ago
Conduitry 1e1784adaf update options.customElement/<svelte:options tag='...'> handling (#2025)
7 years ago
Richard Harris 9757fbfdb8 move store subscriptions into a helper. broke a bunch of stuff, bear with me
7 years ago
Richard Harris 3953c2dbfc error on invalid compiler options — closes #2094
7 years ago
Richard Harris f1d4ff6268 remove onwarn option, just use stats.warnings instead
7 years ago
Richard Harris a8e0a471af remove eval format - closes #2084
7 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
7 years ago
Richard Harris f482927a59 simplify option normalization
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris bf50b47bb5 deprecate onerror - fixes #1745
7 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
7 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
7 years ago
Rich Harris 0a230d1c9d WIP towards nested transitions
7 years ago
Rich Harris 44bb2da29b add skipIntroByDefault compiler option (#547)
7 years ago
Rich Harris 8fc59d7cfe shuffle some stuff around
7 years ago
Rich Harris 8759ccddbd simplify ssr
7 years ago
Rich Harris ebf1fe3233 use same shared helpers mechanism for SSR compiler
7 years ago
Rich Harris f892389b00 no need to clone ast
7 years ago
Conduitry 5c4819e1a5 add support for shorthand imports of components
8 years ago
Rich Harris fb9d7cdb28 remove obsolete hash stuff
8 years ago
Rich Harris 5a457bfb87 rename loc to start, include character info in locations
8 years ago
Rich Harris a2759604cb SSR tests
8 years ago
Rich Harris 2d5b47b8a4 remove store option
8 years ago
Rich Harris 80e0dceb9a remove validate and Stylesheet from public API
8 years ago
Rich Harris f0b2cb99f2 add codes to warnings (#474)
8 years ago
Rich-Harris eebd47d02b add v2 parser tests, handle single curly tags
8 years ago
Rich-Harris 75c1fbcf7b add a stats object with timings (#1257)
8 years ago
Rich-Harris d4dd015ffd fix interfaces
8 years ago
Alan Palazzolo 3c61655e93 Add option preserve comments in SSR rendering.
8 years ago
James Birtles 4081a8a363 pass node through where possible
8 years ago
Jacob Wright 405c4f6371 Adding compiler option for immutable back in
8 years ago
Jacob Wright 9e877d9da1 Makes immutable a component option rather than a compile option
8 years ago
Jacob Wright d2f8e472a5 Add support to computed and store for immutable structures
8 years ago
Pat Cavit 92dfabe3dc WIP: fix args to markup hook
8 years ago
Pat Cavit b4a80c5526 WIP: pass just filename param
8 years ago
Pat Cavit 9748e90e86 WIP: interface
8 years ago
Rich Harris 6d1d1e5d9a remove unused preprocessor option
8 years ago
Efthymis Sarmpanis 953c2967f2 Basic support for style and script preprocessors
8 years ago
Rich Harris f80ace5fd6 client-side store subscriptions
8 years ago
Rich Harris d590dbe165
Reinstate code coverage
8 years ago
Rich Harris 5cd76be290 various fixes
8 years ago
Rich Harris abea37af71 wrap ES modules in an IIFE
8 years ago
Rich Harris 1bdd624b35 prevent accidentally reintroducing ES6 into shared helpers
8 years ago