typescript-ruby / typescript-rails

An asset pipeline wrapper for the TypeScript language
MIT License
255 stars 30 forks source link

compile failing silently #42

Open kikonen opened 8 years ago

kikonen commented 8 years ago

Trying to use this gem to compile typescript files, but getting only empty results. After some digging found out that "--out" options is apparently deprecated and "--outFile" should be used (https://www.typescriptlang.org/docs/handbook/compiler-options.html).

It appears that "/tmp" contains both "xxxx.ts" and compiled "xxxx.js" files, while output tried to be set via "--out" is empty.

Apparently actual issue is withing typescript-node gem (https://github.com/typescript-ruby/typescript-node-ruby/issues/10)