dbankier / JAST

JAST is a boilerplate with a mash of tools for rapid Alloy development
91 stars 15 forks source link

Q: Replace Babel with Typescript? #18

Closed dbankier closed 8 years ago

dbankier commented 8 years ago

Being playing with Typescript and starting to like it. Curious what people think of replacing babel with Typescript. I could support both, compiling based on extension... (I guess it would make the project TAST instead of JAST...)

evoactivity commented 8 years ago

Might be worth adding as an option, personally I prefer writing code that is actual javascript (or will be).

dbankier commented 8 years ago

@evoactivity that is a common argument so I'll leave it be (that said typescript isn't another coffeescript - so far it mostly future javascript with a type system)