vide/todo.md
2023-08-14 16:47:38 +01:00

17 lines
601 B
Markdown

# todo
- cleanup codebase
- way to optionally cleanup `values()` and `indexes()` when they gc
- better error reporting and stack traces in strict mode
- auto-enable of strict mode depending on compiler optimizaton level
- check smoothness of spring at high frequency updates
- review alternative to nested properties, merge function
- implement from solid
- [x] onCleanup > `cleanup()`
- [x] Index > `indexes()`
- [x] For > `values()`
- [ ] untrack
- [ ] batch
- [ ] async/resource/loading/suspense
- [ ] stores
- solid stores seem impossible to implement in Luau, seek alternative