-
Notifications
You must be signed in to change notification settings - Fork 476
Open
Milestone
Description
In JS, an identifier may contain the $ sign.
When using signals, there is the convention to use it to distinguish reactive values like in
const count$ = signal(0);In ReScript,
let count$ = signal(0)gives the error
Not sure what to do with this character: "$".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels