Closed yvele closed 1 year ago
Or is it possible to easily get a ts.Program
instance using native typescript ?
Hi @yvele,
I haven't worked with babel ts plugin, but from what I've seen is that they don't use compilation internally but transpilation only. This tool cannot work if there is no compilation and the type check was happened.
I'm using babel-preset-typescript (with babel-plugin-transform-typescript).
Is it possible to use your transformer with or without an extra ts-loader step?
Any babel usage sample?
Thank you for your great lib btw.