web-infra-dev
rspack
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test: validate hookTimeout=60s over 10 stress rounds
flaky/config-part2-afterall-close-diag
26 minutes ago
test: align hookTimeout with testTimeout to fix flaky afterAll close timeout
fix/rstest-hook-timeout
2 hours ago
test: stress sweep (maxWorkers=6, interleaved DMC) for close-starvation tail
flaky/config-part2-afterall-close-diag
4 hours ago
fix: preserve createRequire().resolve with literal import.meta.url when requireResolve is disabled When `module.parser.javascript.requireResolve` is `false`, a created require's `.resolve(...)` is preserved to run at runtime instead of being rewritten to a module id. A created require used for `.resolve` is rendered via rspack's injected `__rspack_createRequire` helper, so the literal `import.meta.url` resolves relative to the runtime output module (like a normal preserved `require.resolve`) rather than a build-time source path. A created require used only for plain `require(...)` (never `.resolve`) is cleared to `undefined`, so a dead `import.meta.url` never leaks into the artifact and CommonJS output stays valid. The clear/keep decision is deferred to `finish()`, driven by whether a `.resolve` use is seen. Since literal `import.meta.url` is only valid in ESM output, an `Unsupported feature` warning is emitted when a preserved `createRequire(import.meta.url)` would land in a CommonJS bundle. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
fy/clever-sammet-433c80
14 hours ago
test(css): move issue 14495 regression case
codex/fix-css-undeclared-dashed-idents
15 hours ago
fix(css): include icss custom property declarations
codex/fix-css-undeclared-dashed-idents
15 hours ago
fix(css): preserve undeclared css module idents
codex/fix-css-undeclared-dashed-idents
16 hours ago
perf: intern concatenated module reference cache keys
codex/perf-module-concatenation
17 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
test: remove flaky file-dependencies-huge config case
#14467
39 minutes ago
f42cf88
flaky/config-part2-afterall-close-diag
CodSpeed Performance Gauge
0%
test: align hookTimeout with testTimeout to fix flaky afterAll close timeout
#14498
2 hours ago
f46a19c
fix/rstest-hook-timeout
CodSpeed Performance Gauge
0%
fix: preserve createRequire().resolve with literal import.meta.url when requireResolve is disabled
#14491
22 hours ago
b9f0132
fy/clever-sammet-433c80
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs