Commit Graph

35 Commits (8dd2fd530a9bbeeda3fd2c9986fcce0e5fa78f81)

Author SHA1 Message Date
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris 401a6fea5d handle single identifiers in {@debug} tags
7 years ago
Admin 4004a569e1 Adds tests for valid and invalid debug tag usage.
7 years ago
Admin a3c71af5c5 Changes {@debug _ } to {@debug}
7 years ago
Admin 622e7b0190 Adds debug all option to debug tag
7 years ago
Admin 7e5f008a78 Adds DebugTag
7 years ago
Conduitry b4d7653b42 allow {:then}/{:catch} to have no bound identifier (#1507)
7 years ago
Conduitry 5e8a8b95e5 update some stray references to v1 syntax
7 years ago
Rich Harris 506ab3952e destructuring
7 years ago
Rich Harris 8dc17b77db allow arbitrary expressions in each block keys - fixes #703
7 years ago
Rich Harris a2759604cb SSR tests
8 years ago
Rich Harris 35f4a1f063 add codes to errors
8 years ago
Rich Harris 7576d7dc93 update keyed each block syntax
8 years ago
Rich-Harris 90a372ebf3 brute force new keyed each block syntax
8 years ago
Rich-Harris cc0055cf82 update parser for v2
8 years ago
Rich-Harris eebd47d02b add v2 parser tests, handle single curly tags
8 years ago
Rich Harris bc6ee3ef9f increase test coverage, handle immediately-closed blocks
8 years ago
Rich Harris ff67b137c4 empty blocks are a dev warning, not an error
8 years ago
Rich Harris a4d08c205a error on unclosed comments and blocks with only whitespace
8 years ago
Rich Harris b83afb0528
await...then shorthand - fixes #957
8 years ago
Rich Harris 8a0813e96b SSR await-then-catch
8 years ago
Rich Harris d783993d23 halfway there
8 years ago
Rich Harris 908fe2ab7a parse await-then-catch
8 years ago
Rich Harris c9aa72313e throw error on illegal context (#934)
8 years ago
Jacob Mischka 5d27d3fda7
Add array destructuring for each contexts
8 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/>
8 years ago
Rich Harris aa59dafb81 more TS fixes
8 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
8 years ago
Rich Harris 84595fb381 run prettier on src, update tests
8 years ago
Rich-Harris 48384b846c typescriptify validator
8 years ago
Rich-Harris 7c3fca57cf more typescript conversion
8 years ago
Rich-Harris 8d07a5f9bd gah, rollup needs the file extensions. which idiot wrote it
8 years ago
Rich-Harris 13b87acfb9 remove .ts file extensions
8 years ago
Rich-Harris 1c5e6e7430 rename all (almost) .js files
8 years ago
Rich-Harris 366c490bcc switch a few more files over
8 years ago