@d1g1tal/tsbuild 1.8.6 → 1.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist/{ZEGDBXXN.js → 5DXLYKZU.js} +1 -1
- package/dist/{2LQAKZEG.js → GYI2SMUW.js} +441 -206
- package/dist/{JKGYA2AW.js → QL4XMDMJ.js} +3 -1
- package/dist/tsbuild.js +3 -3
- package/dist/type-script-project.d.ts +27 -3
- package/dist/type-script-project.js +2 -2
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## [1.8.7](https://github.com/D1g1talEntr0py/tsbuild/compare/v1.8.6...v1.8.7) (2026-05-09)
|
|
2
|
+
|
|
3
|
+
### Performance Improvements
|
|
4
|
+
|
|
5
|
+
* **core:** speed up build and cleanup paths (9d44486ac97b3d7ea5a647246cf814649fffe27a)
|
|
6
|
+
- defer cache persistence until after parallel build phases complete
|
|
7
|
+
- add manifest-based stale output cleanup and incremental state probes
|
|
8
|
+
- optimize file clearing, path normalization, and dependency collection
|
|
9
|
+
- reduce declaration bundling and preprocessing overhead
|
|
10
|
+
- refactor the iife plugin to reuse in-memory primary outputs
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Tests
|
|
14
|
+
|
|
15
|
+
* **perf:** update coverage for build optimizations (284857a6dac88fe0fb6940060f10ea92fc898962)
|
|
16
|
+
- refresh benchmark measurements for the new tinybench-based runner
|
|
17
|
+
- remove tests for the exported performance step helper
|
|
18
|
+
- add coverage for the new cache manifest and stale output cleanup paths
|
|
19
|
+
- adapt iife plugin tests to the outputFiles-based primary build flow
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Build System
|
|
23
|
+
|
|
24
|
+
* **tooling:** migrate scripts to strip-types loader (7f236e0e92ec4a790a00b3fdbcbdcdc62756bdf4)
|
|
25
|
+
- replace tsx-based build and tooling entrypoints with node --experimental-strip-types
|
|
26
|
+
- add the custom loader used to resolve and transpile local TypeScript scripts
|
|
27
|
+
- move the benchmark runner to the test scripts directory and switch it to tinybench
|
|
28
|
+
- update lint config for JavaScript script files and package manager metadata
|
|
29
|
+
- refresh workspace and lockfile dependencies for the toolchain migration
|
|
30
|
+
|
|
1
31
|
## [1.8.6](https://github.com/D1g1talEntr0py/tsbuild/compare/v1.8.5...v1.8.6) (2026-04-14)
|
|
2
32
|
|
|
3
33
|
### Bug Fixes
|