fix(mod_compiler): improve logging of successful output directories to include a sorted list of entries and use a shortened relative path

This commit is contained in:
2026-03-05 14:54:47 +00:00
parent 8bc4f173e5
commit eaa66dff1d
3 changed files with 10 additions and 2 deletions

View File

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