You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've done some Googling and some searching around this issue tracker and couldn't find anything, so please excuse me if this has been discussed prior.
I was wondering if there were any plans to possibly introduce the ability to externalize helper functions non-globally. For example, how babel-plugin-transform-runtime does it. They import helpers from the babel-runtime package. In Typescript there is the --noEmitHelpers option but as far as I'm aware that requires putting the helpers in the global scope e.g., with the typescript-helpers package.
The text was updated successfully, but these errors were encountered:
I've done some Googling and some searching around this issue tracker and couldn't find anything, so please excuse me if this has been discussed prior.
I was wondering if there were any plans to possibly introduce the ability to externalize helper functions non-globally. For example, how
babel-plugin-transform-runtime
does it. They import helpers from thebabel-runtime
package. In Typescript there is the--noEmitHelpers
option but as far as I'm aware that requires putting the helpers in the global scope e.g., with thetypescript-helpers
package.The text was updated successfully, but these errors were encountered: