fix(tsbuild.classes): Improve error diagnostics handling by removing legacy helper and integrating more robust error summaries in the compilation process
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-21 - 2.6.1 - fix(tsbuild.classes)
|
||||
Improve error diagnostics handling by removing legacy helper and integrating more robust error summaries in the compilation process
|
||||
|
||||
- Removed the handleDiagnostics method and its legacy usage
|
||||
- Replaced legacy calls with inline processDiagnostics checks for pre-emit and emit phases
|
||||
- Combined error summaries for clearer reporting during emit checks and type validation
|
||||
- Enhanced error output to guide users on resolving TypeScript errors before emission
|
||||
|
||||
## 2025-05-21 - 2.6.0 - feat(tsbuild)
|
||||
Improve task logging and update dependencies
|
||||
|
||||
|
Reference in New Issue
Block a user