feat(cli): Add emitcheck command to validate TS file emission without generating output
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-03-20 - 2.3.0 - feat(cli)
|
||||
Add emitcheck command to validate TS file emission without generating output
|
||||
|
||||
- Implemented the emitcheck CLI command to allow checking if TypeScript files can be emitted without producing files
|
||||
- Updated tsbuild.classes.compiler.ts to include the emitCheck function
|
||||
- Enhanced documentation in readme.md to describe the new emitcheck usage with examples
|
||||
|
||||
## 2025-03-17 - 2.2.7 - fix(compiler)
|
||||
Improve diagnostic checking and error handling in the TypeScript compiler integration
|
||||
|
||||
|
Reference in New Issue
Block a user