Open JLHwung opened 4 years ago
Good catch. You are right! I will try to fix it soon as I find time for it. Working on a new language atm. Want to join?
@KFlash Which language is your next target? I might take a look but most of my time are still spent on JS.
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.