google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.18k stars 580 forks source link

Add support for TypeAliasDeclaration #1996

Closed arv closed 8 years ago

arv commented 8 years ago

This adds support for TypeScript/Flow's type alias declaration:

type NumberArray = Array;

arv commented 8 years ago

@johnjbarton PTAL

johnjbarton commented 8 years ago

Wow, parsing by leaps and bounds! LGTM