fix(tsunpacker): use synchronous fs operations in tsunpacker to avoid readdir race conditions

This commit is contained in:
2026-03-05 14:35:05 +00:00
parent 38c134f084
commit 86f47ff743
3 changed files with 23 additions and 23 deletions

View File

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