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/src
Taylor Zane Glaeser f5fefeb652
Resolved an issue with raw Svelte JS in a script block breaking an HTML document.
9 years ago
..
generators typecheck argument in _set when in dev mode 9 years ago
parse Resolved an issue with raw Svelte JS in a script block breaking an HTML document. 9 years ago
server-side-rendering two-way component binding in SSR (#275) 9 years ago
shared always flush render hooks, even if initiator is a nested component (#263) 9 years ago
utils dontThrowParseErrorOnDoctypeDeclaration: Adding additional specification for doctype tag matching 9 years ago
validate update tests 9 years ago
index.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