Releases: fuse-box/fuse-box-typechecker
Releases · fuse-box/fuse-box-typechecker
v.2.3.0
- better syntax in printed errors so link to code works in vscode
- option to set yellow code on different types of errors
- added promise version of the runSync, called runPromise
v.2.2.1
Added TSlint
v2.1.1
Fix watch path
v.2.1.0
Added option to set basepath, this will fix a lot of issues when script is not started from same root as tsconfig file
v2.0.0
Not a plugin anymore
Can be used without fusebox
3 main ways to use:
- sync, runs and quit, blocks main thread, useful if you need to stop bundling if any errors
- async, runs in own thread thread and quits
- watch, runs until quit, watches own folder
v1.1.0: Still a buggy plugin
Im bringing breaking changes to this on very soon, so making a release tag so its easy to use old version if needed.