Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative Signal.Volatile implementation #31

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

divdavem
Copy link
Contributor

This PR contains an implementation of Signal.Volatile (cf tc39/proposal-signals#237)
I have copied the tests written by @PsychoLlama in his implementation (cf PsychoLlama#1)
but the implementation in this PR is different: Signal.Volatile extends Signal.Computed, which requires less code.

@divdavem divdavem force-pushed the volatile branch 3 times, most recently from 6a4e975 to 2ecdf69 Compare September 12, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants