fix(compiler): return emitted files from compilation results and align tests with emitted output handling

This commit is contained in:
2026-05-09 12:33:40 +00:00
parent 8c1805229b
commit a1960ba7cc
10 changed files with 2190 additions and 3299 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-05-09 - 4.4.1 - fix(compiler)
return emitted files from compilation results and align tests with emitted output handling
- enable TypeScript's emitted file listing during compilation so compile results include emittedFiles
- update tests to assert emitted output from compileFilesOrThrow and compileGlob
- simplify test glob inputs and ignore generated test output directories
- refresh dependency versions and CLI examples in documentation
## 2026-03-24 - 4.4.0 - feat(config)
add smartconfig metadata and update TypeScript build configuration docs