fix(compiler): Refactor compiler implementation with consolidated TsBuild class and improved diagnostics handling
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user