fix(compiler): Refactor compiler implementation with consolidated TsBuild class and improved diagnostics handling

This commit is contained in:
2025-03-20 15:20:27 +00:00
parent 9f42670865
commit 2aa6348cdd
5 changed files with 281 additions and 218 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-03-20 - 2.3.1 - fix(compiler)
Refactor compiler implementation with consolidated TsBuild class and improved diagnostics handling
- Removed legacy tsbuild.classes.compiler.ts and introduced tsbuild.classes.tsbuild.ts
- Unified compiler options merging, reading tsconfig.json, and diagnostics reporting within the TsBuild class
- Updated exports to reference the new compiler class implementation for backward compatibility
## 2025-03-20 - 2.3.0 - feat(cli)
Add emitcheck command to validate TS file emission without generating output