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
{{ message }}
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
I'm currently trying to build an app in which I need generator functions. Typescript can only handle them when compiling to es6, not when compiling to es5. It would be cool if I could compile the typescript to es6 (which is possible at the moment), and after that compile it to es6 withe babelify or do some other transforms on it.
Currently you can add browserify options. When specifying a transform here, it will also get executed before the typescript compilation.
The text was updated successfully, but these errors were encountered:
I would also welcome the option to execute stream transforms after the tsify plugin runs.
I plan to used it for gulp-inline-ng2-template which inlines templates for speedup.
I'm currently trying to build an app in which I need generator functions. Typescript can only handle them when compiling to es6, not when compiling to es5. It would be cool if I could compile the typescript to es6 (which is possible at the moment), and after that compile it to es6 withe babelify or do some other transforms on it.
Currently you can add browserify options. When specifying a transform here, it will also get executed before the typescript compilation.
The text was updated successfully, but these errors were encountered: