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
Rich-Harris 92925ede0d
fix two-way binding for components inside each-blocks - closes #356
9 years ago
..
generators fix two-way binding for components inside each-blocks - closes #356 9 years ago
parse differentiate between nbsp and other whitespace (#348) 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 accept DOCTYPE element in any case 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