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

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbuild',
version: '2.3.0',
version: '2.3.1',
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
}