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
const stuff: Record<'hello-world', string> = {}
When this is filled in you get something like { hello-world: 'todo' } which is invalid js. Escaped name hopefully exists for symsbols
The text was updated successfully, but these errors were encountered:
const stuff: Record<'hello-world', string> = {}
When this is filled in you get something like
{ hello-world: 'todo' }
which is invalid js.Escaped name
hopefully exists for symsbolsThe text was updated successfully, but these errors were encountered: