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)
8 years ago
..
generator differentiate between nbsp and other whitespace (#348) 8 years ago
parser differentiate between nbsp and other whitespace (#348) 8 years ago
server-side-rendering two-way component binding in SSR (#275) 8 years ago
sourcemaps update tests 8 years ago
validator update tests 8 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. 8 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. 8 years ago
generate.js allow [arrow] function expressions inside tags (#269) 8 years ago
helpers.js Merge branch 'master' into universal-tests 8 years ago
parse.js more informative error message when elements/blocks are left open (#258) 8 years ago
sourcemaps.js add outputFilename option for sourcemap generation 8 years ago
ssr.js reenable all tests 8 years ago
validate.js fail CI if any tests have solo: true 8 years ago