TypeScript Version: 3.2.0-dev.201xxxxx
Currently we can't work with bundles in transformers, but built-in transformers use chainBundle to iterate over sourceFiles inside them
return chainBundle(transformSourceFile);
So, we need something similar or opened chainBundle to use in the custom transformers
TypeScript Version: 3.2.0-dev.201xxxxx
Currently we can't work with bundles in transformers, but built-in transformers use
chainBundleto iterate over sourceFiles inside themSo, we need something similar or opened
chainBundleto use in the custom transformers