update TODO

pull/2179/head
Richard Harris 7 years ago
parent 3e8ea124ea
commit b528e00730

@ -124,13 +124,13 @@ Maybe lifecycle should go first, since we're using `onMount` in the `this` demo?
## use: directive ## use: directive
* `use:foo` * [ ] `use:foo`
* `use:foo={bar}` * [ ] `use:foo={bar}`
## class: directive ## class: directive
* `class:foo={bar}` * [ ] `class:foo={bar}`
* `class:foo` * [ ] `class:foo`
## Composition ## Composition
@ -142,18 +142,18 @@ Maybe lifecycle should go first, since we're using `onMount` in the `this` demo?
## Special elements ## Special elements
* `<svelte:self>` * [ ] `<svelte:self>`
* `<svelte:component>` * [ ] `<svelte:component>`
* `<svelte:window>` * [ ] `<svelte:window>`
* `<svelte:body>` * [ ] `<svelte:body>`
* `<svelte:head>` * [ ] `<svelte:head>`
## Miscellaneous ## Miscellaneous
* Keyed each blocks * [ ] Keyed each blocks
* Debug tags * [ ] Debug tags
* `context="module"` * [ ] `context="module"`
--- ---

Loading…
Cancel
Save