tc39 / proposal-type-annotations

ECMAScript proposal for type syntax that is erased - Stage 1
https://tc39.es/proposal-type-annotations/
4.27k stars 47 forks source link

New expression #214

Closed hydroper closed 8 months ago

hydroper commented 8 months ago

It looks like is missing the new C::<...> expression.

hydroper commented 8 months ago

Oops, I've forgot PostfixExpression is already allowed after new, then this was wrong.