fix(compiler): Improve diagnostic checking and error handling in the TypeScript compiler integration

This commit is contained in:
2025-03-17 10:27:36 +00:00
parent 31834e0b3e
commit 4f2ac6922a
3 changed files with 51 additions and 21 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-03-17 - 2.2.7 - fix(compiler)
Improve diagnostic checking and error handling in the TypeScript compiler integration
- Added pre-emit diagnostics check to log errors before emitting
- Process exits on encountering pre-emit errors to ensure build correctness
- Enhanced logging for emit diagnostics to aid debugging
## 2025-03-04 - 2.2.6 - fix(package)
Fix repository URL in package.json