You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test
Rich-Harris 78c9fa445c
differentiate between nbsp and other whitespace (#348)
9 years ago
..
generator differentiate between nbsp and other whitespace (#348) 9 years ago
parser differentiate between nbsp and other whitespace (#348) 9 years ago
server-side-rendering
sourcemaps update tests 9 years ago
validator update tests 9 years ago
create.js Implemented a `create` method that outputs a Svelte component constructor. Added a format called `eval` that returns a string that when called by `eval` will return a Svelte component constructor. Wrote tests for the `create` method, and the `eval` format. All these tests pass. 9 years ago
formats.js Implemented a `create` method that outputs a Svelte component constructor. Added a format called `eval` that returns a string that when called by `eval` will return a Svelte component constructor. Wrote tests for the `create` method, and the `eval` format. All these tests pass. 9 years ago
generate.js allow [arrow] function expressions inside tags (#269) 9 years ago
helpers.js
parse.js more informative error message when elements/blocks are left open (#258) 9 years ago
sourcemaps.js
ssr.js
validate.js