|
|
|
|
|
by ceronman
3557 days ago
|
|
If you implement TypeScript as a Babel plugin, you would likely lose all the superb IDE support that TypeScript has. Which is one of the major selling points of TypeScript IMO. When your language is unstable like in a typical Babel setup, any number of features might be on or off, the static analysis done by IDEs becomes almost impossible. Performance would be affected too. |
|
I've been using both on separate projects (with MS IDEs) and haven't noticed anything major.