This commit is contained in:
aaron 2023-08-07 13:12:36 +01:00
parent 6f9e86c5c7
commit d0fc816460
4 changed files with 34 additions and 25 deletions

21
todo.md
View file

@ -1,13 +1,16 @@
# todo
- cleanup codebase
- setup site, improve docs
- cleanup within `values()` and `indexes()`
- strict mode
- warn when map returns primitive
- better error reporting
- warn when `values()` returns primitive
- Implement from solid
- onCleanup
- Index
- For
- untrack
- batch
- async/loading/suspense
- define order with nested properties
- [x] onCleanup > `cleanup()`
- [x] Index > `indexes()`
- [x] For > `values()`
- [ ] untrack
- [ ] batch
- [ ] async/loading/suspense
- define order with nested properties