Hey there,
thx for this useful lib.
Are you interested in making this to be TypeScript compatible plugin, which can be used without any bundler? Currently the plugin ecosystem in TypeScript is pretty fragmented, see microsoft/TypeScript#14419.
But there are efforts to make it universal, like using cevek/ttypescript (It's a wrapper of TypeScript compiler to make it possible to use plugin in universal way).
I needed a way to use this plugin without webpack and modify it to be compatible with cevek/ttypescript, and it works okay so far.
Let me know if you want to do this, I'll send a pull request
Hey there,
thx for this useful lib.
Are you interested in making this to be TypeScript compatible plugin, which can be used without any bundler? Currently the plugin ecosystem in TypeScript is pretty fragmented, see microsoft/TypeScript#14419.
But there are efforts to make it universal, like using cevek/ttypescript (It's a wrapper of TypeScript compiler to make it possible to use plugin in universal way).
I needed a way to use this plugin without webpack and modify it to be compatible with cevek/ttypescript, and it works okay so far.
Let me know if you want to do this, I'll send a pull request