This commit is contained in:
aaron 2023-08-07 14:19:12 +01:00
parent d0fc816460
commit 333a24bbf1
2 changed files with 4 additions and 7 deletions

View file

@ -1,13 +1,8 @@
name: unit-test
on:
push:
paths:
- src/**
- test/**
pull_request:
paths:
- src/**
- test/**
jobs:
unit-test:
runs-on: ubuntu-latest

View file

@ -3,14 +3,16 @@
- cleanup codebase
- setup site, improve docs
- cleanup within `values()` and `indexes()`
- address behavior of binding property to multiples states
- strict mode
- better error reporting
- warn when `values()` returns primitive
- warn when `values()` returns duplicate object
- Implement from solid
- [x] onCleanup > `cleanup()`
- [x] Index > `indexes()`
- [x] For > `values()`
- [ ] untrack
- [ ] batch
- [ ] async/loading/suspense
- [ ] async/resource/loading/suspense
- define order with nested properties