Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecating TsProject in favour of gulp-ts-bundler #116

Open
ToddThomson opened this issue Nov 17, 2020 · 0 comments
Open

Deprecating TsProject in favour of gulp-ts-bundler #116

ToddThomson opened this issue Nov 17, 2020 · 0 comments
Assignees

Comments

@ToddThomson
Copy link
Owner

ToddThomson commented Nov 17, 2020

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.

@ToddThomson ToddThomson added this to the TsProject Release 4.1 milestone Nov 17, 2020
@ToddThomson ToddThomson self-assigned this Nov 17, 2020
@ToddThomson ToddThomson changed the title Deprecating TsProject in favour of TsBundler Deprecating TsProject in favour of gulp-tsBundler Nov 17, 2020
@ToddThomson ToddThomson changed the title Deprecating TsProject in favour of gulp-tsBundler Deprecating TsProject in favour of gulp-ts-bundler Nov 17, 2020
@ToddThomson ToddThomson pinned this issue Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant