Skip to content

Commit 207930e

Browse files
committed
feat(bazel): support spec bundling with rules_js
This is an initial, and still sufficient version of spec bundling for `rules_js`. Notably it's significantly shorter and very clean. Very convincing to see this short code snippet for a previously rather complicated piece. We will continue to need spec bundling for ESM Karma tests. This is expected and even speeds up tests significantly, and improves stability.
1 parent bf0dd63 commit 207930e

File tree

5 files changed

+342
-43
lines changed

5 files changed

+342
-43
lines changed

bazel/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"dependencies": {
44
"@microsoft/api-extractor": "7.51.0",
55
"typescript": "5.7.3",
6-
"@types/node": "22.13.5"
6+
"@types/node": "22.13.5",
7+
"esbuild": "0.25.0"
78
},
89
"pnpm": {
910
"onlyBuiltDependencies": []

0 commit comments

Comments
 (0)