tc39 / proposal-type-annotations

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

New expression #214

Closed hydroper closed 3 months ago

hydroper commented 3 months ago

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

hydroper commented 3 months ago

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