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
Per spec: https://tc39.es/ecma262/#prod-ClassHeritageClassHeritage should be a LeftHandSideExpression. If I am reading correctly, AwaitExpression is not a LeftHandSideExpression.
The text was updated successfully, but these errors were encountered:
It's js. I'm trying to create a language like TS that will compile down to Js. But with improved performance ofc. And plan to add in linting and minify options
Per spec: https://tc39.es/ecma262/#prod-ClassHeritage
ClassHeritage
should be a LeftHandSideExpression. If I am reading correctly, AwaitExpression is not a LeftHandSideExpression.The text was updated successfully, but these errors were encountered: