You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the object literal is going to be written like d, the inner operator as keyof typeof is tokenised as variable.parameter.ts or (tsx), but not keyword.*.
The text was updated successfully, but these errors were encountered:
JavaScript and TypeScript Nightly version: 5.3.0-dev.20231015
Code
This is the minimal and possible code for compare and constrast.
The example might not cover all posibilities that leads to this issue.
When the object literal is going to be written like
d
, the inner operatoras keyof typeof
is tokenised asvariable.parameter.ts
or (tsx), but notkeyword.*
.The text was updated successfully, but these errors were encountered: