fix(mod_compiler): add diagnostic logging of output directory states after compilation and after import-path rewriting to aid debugging

This commit is contained in:
2026-03-05 14:40:05 +00:00
parent 96bafec720
commit d6fb6e527e
3 changed files with 40 additions and 1 deletions

View File

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