atom / ide-typescript

TypeScript and Javascript language support for Atom-IDE
MIT License
368 stars 63 forks source link

Feature request #132

Closed ejgutierrez74 closed 5 years ago

ejgutierrez74 commented 6 years ago

It would be nice as you can enable/diable javascript, you could enable/disble typescript ( to use this ide with javascript as is till now the only one ide for javascript).

The second option would be to choose between standard and google javascript. Also would be nice to warn about semicolons at the end of the line like linter-jshint.

Thanks

damieng commented 5 years ago

We are limited by the features available in the TypeScript compiler we use for JavaScript support so could not choose between different standards other than the ESxxxx ones that tsc currently supports.