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

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