Open steida opened 12 years ago
Maybe you could extend syntax to compile to TypeScript and Source Maps to get type information. It's long shot I guess.
If you're interested in getting stractural type tree, doctrine can parse closure-compiler style type annotation.
Extending the syntax and cross-compiling via TypeScript would be AWESOME. Thats exactly what i've been looking for - neat grammar and powerful control.
The typed coffeescript package links here so does that mean that the compiler can handle optional typing?
No.
Sad. Optional typing for CoffeeScript would be amazing
The typed coffeescript package links here
It's a mistake. It should be linked here: https://github.com/mizchi/TypedCoffeeScript
It would be nice to have CoffeeScript compiler statically compiled. Closure compiler checks syntax, variable references, and types, and warns about common JavaScript pitfalls with unbeatable level of compression. It's easily possible with Google Closure type annotations and github.com/Steida/este dev stack. You can even run your tests on source file change and see results immediately in console.
I'm just curious what is your opinion.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.