Commit Graph

60 Commits (319f591dc08b71585770e2f73164d5a722d8a92b)

Author SHA1 Message Date
Richard Harris 319f591dc0 make customElement a boolean option (#2025)
8 years ago
Richard Harris e970b8fdfc Merge branch 'master' into gh-2025
8 years ago
Richard Harris ad17bd7627 default to accessors: false (#2144)
8 years ago
Richard Harris e59d40f885 remove support for logic-less components with vars
8 years ago
Conduitry 597baa49c0 update options.customElement/<svelte:options tag='...'> handling (#2025)
8 years ago
Richard Harris ac7d3d54e1 move store subscriptions into a helper. broke a bunch of stuff, bear with me
8 years ago
Richard Harris 02dc8f36ea error on invalid compiler options — closes #2094
8 years ago
Richard Harris 1146df5595 remove onwarn option, just use stats.warnings instead
8 years ago
Richard Harris 625d416423 remove eval format - closes #2084
8 years ago
Rich Harris 4d25d93ea0 Overhaul stats — closes #1891
8 years ago
Richard Harris 31bf48f652 simplify option normalization
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris f134494615 deprecate onerror - fixes #1745
8 years ago
Rich Harris 9b8b779ee9 move render logic into separate phase (#1678)
8 years ago
Rich Harris 3d7a15ec9a [WIP] Refactor, change where validation occurs (#1721)
8 years ago
Rich Harris 721af8fc64 WIP towards nested transitions
8 years ago
Rich Harris 0e43507660 add skipIntroByDefault compiler option (#547)
8 years ago
Rich Harris 37186494be shuffle some stuff around
8 years ago
Rich Harris 452d9485fd simplify ssr
8 years ago
Rich Harris fd239a45ed use same shared helpers mechanism for SSR compiler
8 years ago
Rich Harris ebfab2c7cc no need to clone ast
8 years ago
Conduitry 26b8db39af add support for shorthand imports of components
8 years ago
Rich Harris 32f9e0ae7f remove obsolete hash stuff
8 years ago
Rich Harris b72225a28f rename loc to start, include character info in locations
8 years ago
Rich Harris ff214ef8ab SSR tests
8 years ago
Rich Harris 53963dc7e6 remove store option
8 years ago
Rich Harris cd0ffa35f6 remove validate and Stylesheet from public API
8 years ago
Rich Harris 17a20bbe37 add codes to warnings (#474)
8 years ago
Rich-Harris 6aef662fa5 add v2 parser tests, handle single curly tags
9 years ago
Rich-Harris 8cefd392dd add a stats object with timings (#1257)
9 years ago
Rich-Harris 06eceb1bb6 fix interfaces
9 years ago
Alan Palazzolo d9855597b8 Add option preserve comments in SSR rendering.
9 years ago
James Birtles e911739251 pass node through where possible
9 years ago
Jacob Wright 514ebd28b7 Adding compiler option for immutable back in
9 years ago
Jacob Wright 7afb9b79f7 Makes immutable a component option rather than a compile option
9 years ago
Jacob Wright e1ae3d1a43 Add support to computed and store for immutable structures
9 years ago
Pat Cavit 0a9882feb0 WIP: fix args to markup hook
9 years ago
Pat Cavit f56a52a921 WIP: pass just filename param
9 years ago
Pat Cavit 58454acbc7 WIP: interface
9 years ago
Rich Harris 3b244abb44 remove unused preprocessor option
9 years ago
Efthymis Sarmpanis 6500b460e8 Basic support for style and script preprocessors
9 years ago
Rich Harris 1bd56a591f client-side store subscriptions
9 years ago
Rich Harris e7ae9d764b Reinstate code coverage
9 years ago
Rich Harris 2429d93f52 various fixes
9 years ago
Rich Harris 4ccf1ea7b0 wrap ES modules in an IIFE
9 years ago
Rich Harris e5e8812dd7 prevent accidentally reintroducing ES6 into shared helpers
9 years ago
Rich Harris 9e1ae7202c a11y checks (#374)
9 years ago
Rich Harris 440bdbe1e0 basic custom element generation (#797)
9 years ago
Rich Harris af88c030eb add legacy option, use it for setInputType (#773)
9 years ago
Rich Harris fedbab8839 more TS fixes
9 years ago