Avatar for the swc-project user
swc-project
swc
BlogDocsChangelog

Performance History

Latest Results

fix(deploy): build package ts before Linux GNU binding tests (#11806) **Description:** This fixes the `test-linux-x64-gnu-binding` workflow path so the package under test builds its own TypeScript entrypoint before the Docker test step runs. The failing `Publish minifier@1.15.29-nightly-20260418.1 / Test bindings on Linux-x64-gnu - node@22` job from [run 24609515249](https://github.com/swc-project/swc/actions/runs/24609515249/job/71962047938) failed with: - `Error: Cannot find module '../index.js'` That happened because the job was running `yarn build:ts` from the workspace root, which only builds `packages/core`. For `@swc/minifier`, the test suite loads `packages/minifier/index.js`, so the GNU binding test never generated the entrypoint it needed. This change makes the GNU binding test mirror the package-scoped TypeScript build already used by the other binding jobs by running `yarn build:ts` in `./packages/${{ inputs.package }}`. Validation used: - inspected the failing Actions log and confirmed the missing `../index.js` error - `git submodule update --init --recursive` - `corepack enable && yarn install --mode=skip-build` - `(cd packages/minifier && yarn build:ts)` - `cargo fmt --all` - `cargo clippy --all --all-targets -- -D warnings` - `(cd packages/minifier && yarn build:dev && yarn test)`
main
8 hours ago
fix(deploy): build package ts before linux gnu binding tests
kdy1:kdy1/fix-linux-gnu-binding-tests
8 hours ago
perf(parser): trim ts speculative parse hot path
kdy1:kdy1/ts-speculative-parse-hot-path
8 hours ago
Fix musl binding test workflow
kdy1:kdy1/fix-musl-binding-tests
8 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
fix(deploy): build package ts before Linux GNU binding tests#11806
8 hours ago
9f3b61b
kdy1:kdy1/fix-linux-gnu-binding-tests
CodSpeed Performance Gauge
-94%
perf(parser): reduce ts speculative parse overhead#11805
8 hours ago
1129b06
kdy1:kdy1/ts-speculative-parse-hot-path
CodSpeed Performance Gauge
0%
8 hours ago
5f28891
kdy1:kdy1/fix-musl-binding-tests
© 2026 CodSpeed Technology
Home Terms Privacy Docs