feat(cli): Add emitcheck command to validate TS file emission without generating output

This commit is contained in:
2025-03-20 15:16:02 +00:00
parent 5d32ac85e0
commit 6cc9f41bd2
6 changed files with 179 additions and 2 deletions

View File

@ -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