babeljs - Equivalent of Babel plugin for Typescript? -


using typescript compiler api, can code transformations in own scripts. seeing how typescript doesn't have plugin/extension architecture, can't find way integrate build pipeline.

with babel, can integrate custom code transformation packaging code in plugin , loading plugin using .babelrc file.

so i'm asking if typescript providing babel plugin system can write visitor-pattern-based transformations , plug straight default compiler?


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -