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
TsProject release 4.0.0, supporting Typescript 4.0, primarily served as a single typescript module bundler for gulp as a vinyl file adaptor. It included a Typescript compiler, a module bundler with a single dts file, and a minifier all in a single library package.
With release 4.1, TsProject will break out the compiler to Ts2Js; the bundler to TsBundler and the minifier to TsMinifier. Much of this work was done years back, but I never had time to complete the task.
So what to do with TsProject? I feel that it should continue to be a gulp plugin vinyl adaptor and just utilize the other component packages as dependencies. It should be renamed to gulp-ts-bundler. This name change would better reflect what the package does and is.
The text was updated successfully, but these errors were encountered:
TsProject release 4.0.0, supporting Typescript 4.0, primarily served as a single typescript module bundler for gulp as a vinyl file adaptor. It included a Typescript compiler, a module bundler with a single dts file, and a minifier all in a single library package.
With release 4.1, TsProject will break out the compiler to Ts2Js; the bundler to TsBundler and the minifier to TsMinifier. Much of this work was done years back, but I never had time to complete the task.
So what to do with TsProject? I feel that it should continue to be a gulp plugin vinyl adaptor and just utilize the other component packages as dependencies. It should be renamed to gulp-ts-bundler. This name change would better reflect what the package does and is.
The text was updated successfully, but these errors were encountered: