ratel-rust / ratel-core

High performance JavaScript to JavaScript compiler with a Rust core
Apache License 2.0
435 stars 17 forks source link

TypeScript syntax support #95

Closed g-plane closed 4 years ago

g-plane commented 6 years ago

Is there a plan for supporting TypeScript syntax? I mean it just supports the syntax without doing actual type checking.

maciejhirsz commented 6 years ago

Yeah! I've started working on token-maps branch that in principle should allow for parser extensions, and one of the first one could be to allow parsing TypeScript types and just throwing them away :).