Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
93f3bab
Experiment with building a proposal API on top of alien-signals
johnsoncodehk Jan 8, 2025
cf5b0e1
Format
johnsoncodehk Jan 8, 2025
0b91001
Enable cycles tests
johnsoncodehk Jan 8, 2025
1a82753
Enable /prohibited-contexts.test
johnsoncodehk Jan 8, 2025
3c749d2
Fix more tests
johnsoncodehk Jan 8, 2025
3831315
Add hasSinks, introspectSinks
johnsoncodehk Jan 8, 2025
fc9a5b5
Update type-checking.test.ts
johnsoncodehk Jan 8, 2025
d8b49bb
Add pending flag
johnsoncodehk Jan 8, 2025
e6f28d6
Rewrite in alien-signals 1.0.0-alpha.1
johnsoncodehk Jan 11, 2025
5a6a9e1
Reliable watch, unwatch
johnsoncodehk Jan 11, 2025
03d17f1
wip
johnsoncodehk Jan 11, 2025
cb89434
Update alien to alpha.2
johnsoncodehk Jan 12, 2025
55177cf
fix: don't call onWatched repeatedly for existing deps
johnsoncodehk Jan 12, 2025
b905a53
refactor: move WATCHER_PLACEHOLDER declaration inside Signal namespace
johnsoncodehk Jan 12, 2025
65f3ed6
Remove unneeded eslint comment
johnsoncodehk Jan 12, 2025
5eace40
Format
johnsoncodehk Jan 12, 2025
c4c3965
Bump
johnsoncodehk Jan 12, 2025
0fc7b9c
Update alien.ts
johnsoncodehk Jan 12, 2025
189e7c8
fix: correct subsTail reference in Signal namespace
johnsoncodehk Jan 13, 2025
4b87b37
Update alien-signals to 1.0.0
johnsoncodehk Jan 14, 2025
a06f62a
test: add computed gc test
johnsoncodehk Jan 16, 2025
b998220
Update gc.test.ts
johnsoncodehk Jan 16, 2025
62b25b4
Update alien-signals to 1.1.0-alpha.2 and change to pull model system
johnsoncodehk Jan 20, 2025
fecba84
refactor: optimize getPending method
johnsoncodehk Jan 20, 2025
aa178d3
Format
johnsoncodehk Jan 20, 2025
3be861b
Revert "Update alien-signals to 1.1.0-alpha.2 and change to pull mode…
johnsoncodehk Jan 24, 2025
f978b96
Adapting upstream cooling mechanisms
johnsoncodehk Jan 24, 2025
bb1988c
Update to 2.0 alpha
johnsoncodehk Jan 24, 2025
0a25b09
Update alien.ts
johnsoncodehk Jan 24, 2025
710e60c
refactor: update alien-signals to 2.0.1
johnsoncodehk May 1, 2025
0b95f31
Merge branch 'main' into alien-signals
johnsoncodehk May 1, 2025
75d8c30
simplify
johnsoncodehk May 1, 2025
4b00503
sort condition
johnsoncodehk May 1, 2025
fcad6f2
Delete gc.test.ts
johnsoncodehk May 1, 2025
5c4d56e
Update vite.config.ts
johnsoncodehk May 1, 2025
5e46d94
unwatched
johnsoncodehk May 1, 2025
9428ab5
bump
johnsoncodehk Aug 12, 2025
e61395d
Use `alien-signals/system`
johnsoncodehk Aug 12, 2025
82036ba
Fix type-checking.test.ts
johnsoncodehk Aug 12, 2025
63e2a69
Remove isAlien
johnsoncodehk Aug 12, 2025
2da1416
Move untrack
johnsoncodehk Aug 12, 2025
6812d94
Fix public-api-types.ts
johnsoncodehk Aug 12, 2025
d9e8a97
Update passed tests
johnsoncodehk Aug 12, 2025
7b27fbb
Fix state.test.ts
johnsoncodehk Aug 12, 2025
392b254
Fix watch-unwatch.test.ts
johnsoncodehk Aug 12, 2025
8ec6814
Lint fix
johnsoncodehk Aug 12, 2025
2b9c386
Delete old implement and update Vue test result
johnsoncodehk Aug 12, 2025
0a1b38b
Update queuedEffects type
johnsoncodehk Aug 12, 2025
c793536
Remove instanceof usage
johnsoncodehk Aug 12, 2025
cb63bbe
Remove "as" type cast
johnsoncodehk Aug 13, 2025
7b34b66
Update alien-signals to 3.0.0
johnsoncodehk Sep 28, 2025
793c908
Remove purgeDeps
johnsoncodehk Sep 28, 2025
15810e0
Copy system.ts from alien-signals 3.1.2
johnsoncodehk Jan 12, 2026
296bbb3
Remove alien-signals
johnsoncodehk Jan 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
145 changes: 0 additions & 145 deletions src/computed.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/equality.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/errors.ts

This file was deleted.

Loading
Loading