mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Auto strict mode based on optimization level
This commit is contained in:
parent
8b4210e66a
commit
cc4b390d3d
5 changed files with 31 additions and 28 deletions
7
todo.md
7
todo.md
|
|
@ -1,16 +1,13 @@
|
|||
# todo
|
||||
|
||||
- auto-enable of strict mode depending on compiler optimizaton level
|
||||
- property binding optimization
|
||||
- would no longer allow `cleanup()` usage in binding scopes
|
||||
- solution to nested reactivity, see: SolidJS stores
|
||||
- investigate performance of wide graphs
|
||||
- optimize child removal
|
||||
- optimize wide graph updating
|
||||
- implement from solid:
|
||||
- Portal
|
||||
- batch
|
||||
- optimize `indexes()` double-diffing
|
||||
- define behavior of deriving a source within a derived source
|
||||
- review destruction of node under a root that has a child in another root
|
||||
- check in strict mode for forgetting to call constructor `create(class)`
|
||||
- define behavior of node destruction under a root that has a child in another root
|
||||
- improve crash course, some sections feel like information dumps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue