Releases: guidsdo/multipleTypescriptCompilers
Releases · guidsdo/multipleTypescriptCompilers
Mtsc 1.2.1
Fix small bug
Mtsc 1.2.0
Release notes:
- Always show tslint result from last tslint run, instead of only showing tslint result when tslint was done.
This was mostly annoying when working on big Typescript projects.
Mtsc 1.1.1
Release notes:
- Add cli option:
--tslintAlwaysShowAsWarningAlways show tslint output as warning
This is mostly usefull for simple project setups
Mtsc 1.1.0
Release notes:
- Improve debug logging greatly
- Huge improvements for tslint runner
Each tslint run was blocking a blocking for-loop. Now we usesetImmediatefor each file so that the whole stack of files to process can be interrupted! - Makes sure tslint isn't being fired until previous runner is stopped
- Added flag:
-p, --preserveWatchOutputDon't throw away watch output (default true in debug mode)
This flag - Added flag:
--noEmitto be passed down to the compiler, useful in an IDE - Added flag:
-l, --lint [path_to_tslintrules]Path to tslint rules for all projects (will search if not given) - Remove
watchoption per project, only allow it for the whole setup
This simplifies the whole setup and wasn't being used and that relevant. - Don't emit logging in normal (non-watch) mode
Mtsc 1.0.1
Release notes
- Support tslint for all the projects!
You can enable this option in themtsc.jsonconfig. See our readme for more info.
original release date: 2018-02-21T00:42:00.341Z