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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -