Skip to content

issues Search Results · repo:proposal-signals/signal-polyfill language:TypeScript

Filter by

11 results
 (137 ms)

11 results

inproposal-signals/signal-polyfill (press backspace or delete to remove)

Me and @Philliip have been working on porting tests from 3 other implementations as part of a semester project at the University of Bergen, these can be found in the following fork in the tests/Signal/ported ...
  • brimlebo
  • 3
  • Opened 
    on Jun 27
  • #53

The ability to change state inside computed / effect can lead to unpredictable results. Having many files in the application (scattered in different places) we can get lost very quickly. I understand that ...
  • neuronetio
  • Opened 
    on May 5
  • #51

If a computed c1 is created, associated to a state s1, then the c1 reference us dropped, garbage collection on c1 will be prevented until s1 is also dropped, because it is still referenced by liveConsumerNode ...
  • yw662
  • Opened 
    on Dec 16, 2024
  • #43

Benchmark Results p align= center img src= https://github.com/user-attachments/assets/4621879c-fb20-4056-8fd8-f7daa31a07e3 alt= Framework average benchmark results a href= https://github.com/user-attachments/files/16992605/reactivity-bench.csv ...
  • transitive-bullshit
  • 3
  • Opened 
    on Sep 15, 2024
  • #33

Reproduction: https://stackblitz.com/edit/signal-polyfil-unwatch-bug?file=src%2Fmain.ts If a computed is watched by a watcher, then a dependency is updated, then the computed is re-watched by the watcher, ...
  • justinfagnani
  • 2
  • Opened 
    on Jul 31, 2024
  • #27

Hi! I can t seem to find a script file I can simply import and use it in the browser. If is not, why not include it to be able to quickly experiment with it? Thanks!
  • tomyo
  • Opened 
    on Jun 28, 2024
  • #25

Keeping a list here for evaluation - https://github.com/sukima/signal-polyfill
  • NullVoxPopuli
  • Opened 
    on May 26, 2024
  • #14

This package is named a *-polyfill , but its behavior is quite different from other typical polyfills. Most polyfills register the target to the global or tagetprototype, such as: promise-polyfill object.assign ...
  • yinxulai
  • 2
  • Opened 
    on May 17, 2024
  • #10

I work on a small form library based on signals and discovered an annoying issue with computeds import { Signal } from signal-polyfill ; interface Broader { strProp: string; } interface Narrower ...
  • temoncher
  • Opened 
    on May 15, 2024
  • #7

Let s keep tests in a separate directory from the implementation. We ll be evolving both, and they should stay separate. Eventually the tests will become test262. Let s also keep the files from Angular ...
  • littledan
  • Opened 
    on May 13, 2024
  • #3
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub