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
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- src/**
|
||||
- test/**
|
||||
pull_request:
|
||||
paths:
|
||||
- src/**
|
||||
- test/**
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
4
todo.md
4
todo.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue