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
Post a Comment