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
The current result of generating tasks are objects such as LibTasks or MochaTasks.
It would be better to use the standard tools and return custom registries instead.
- **[Breaking change]** Replace `OutModules` enum by custom compiler option `mjsModule`.
- **[Breaking change]** Drop support for Pug, Sass, Angular & Webpack.
- **[Feature]** Expose custom registries for each target.
- **[Feature]** Add `dist.tscOptions` for `lib` target to override options for
distribution builds.
- **[Feature]** Native ESM tests with mocha.
- **[Feature]** Use [c88](https://github.com/demurgos/c88) for code coverage.
- **[Fix]** Disable deprecated TsLint rules from the default config
- **[Fix]** Remove use of experimental `fs/promises` module.
- **[Internal]** Fix continuous deployment script (stop confusing PRs to master
with push to master)
- **[Internal]** Update dependencies
- **[Internal]** Fix deprecated Mocha types.
- **[Internal]** Fix CI build type detection.
Closes#78
The current result of generating tasks are objects such as
LibTasks
orMochaTasks
.It would be better to use the standard tools and return custom registries instead.
See gulpjs/async-done#41 (comment)
The text was updated successfully, but these errors were encountered: