mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
This commit is contained in:
parent
d0fc816460
commit
333a24bbf1
2 changed files with 4 additions and 7 deletions
7
.github/workflows/unit-test.yml
vendored
7
.github/workflows/unit-test.yml
vendored
|
|
@ -1,13 +1,8 @@
|
||||||
name: unit-test
|
name: unit-test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
|
||||||
- src/**
|
|
||||||
- test/**
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- src/**
|
|
||||||
- test/**
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
4
todo.md
4
todo.md
|
|
@ -3,14 +3,16 @@
|
||||||
- cleanup codebase
|
- cleanup codebase
|
||||||
- setup site, improve docs
|
- setup site, improve docs
|
||||||
- cleanup within `values()` and `indexes()`
|
- cleanup within `values()` and `indexes()`
|
||||||
|
- address behavior of binding property to multiples states
|
||||||
- strict mode
|
- strict mode
|
||||||
- better error reporting
|
- better error reporting
|
||||||
- warn when `values()` returns primitive
|
- warn when `values()` returns primitive
|
||||||
|
- warn when `values()` returns duplicate object
|
||||||
- Implement from solid
|
- Implement from solid
|
||||||
- [x] onCleanup > `cleanup()`
|
- [x] onCleanup > `cleanup()`
|
||||||
- [x] Index > `indexes()`
|
- [x] Index > `indexes()`
|
||||||
- [x] For > `values()`
|
- [x] For > `values()`
|
||||||
- [ ] untrack
|
- [ ] untrack
|
||||||
- [ ] batch
|
- [ ] batch
|
||||||
- [ ] async/loading/suspense
|
- [ ] async/resource/loading/suspense
|
||||||
- define order with nested properties
|
- define order with nested properties
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue