fix(compiler): use TypeScript sys hooks instead of fs monkeypatching to detect writes/deletes in previous output directories

This commit is contained in:
2026-03-05 15:28:18 +00:00
parent a5dd5252db
commit e8e64a4ef3
3 changed files with 37 additions and 41 deletions

View File

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