preactjs / signals

Manage state with style in every framework
https://preactjs.com/blog/introducing-signals/
MIT License
3.64k stars 89 forks source link

source code issue #449

Closed wiltchamberian closed 8 months ago

wiltchamberian commented 8 months ago

I am not sure, but it looks like a source code issue. In "packages/core/src/index.ts" line 197 : evalContext._sources!._nextSource = node; is the "!" a correct grammar?

rschristian commented 8 months ago

That's a non-null assertion operator in TypeScript: Docs