swc-project/swc v1.15.30-nightly-20260418.1 → v1.15.30

Release v1.15.30 is a small deploy-focused update. It tightens the Linux binding test workflow so package-specific TypeScript entrypoints are built in the right place before the Docker test step runs.

What's new

  • The Linux GNU binding test job now builds TypeScript inside the package under test instead of from the workspace root. That makes the workflow generate the package’s own JS entrypoint before the binding tests run, matching the setup already used by the other binding jobs. (#11806)
  • The Linux musl binding test job now uses yarn install --mode=skip-build and builds TypeScript inside the package under test. This narrows the workflow to the work it actually needs and avoids unrelated lifecycle scripts during setup. (#11804)

Fixes

  • Fixed a GNU binding test failure where @swc/minifier could not find ../index.js during the Linux x64 GNU publish workflow. (#11806)
  • Fixed musl binding test workflow failures caused by unnecessary install-time build scripts and missing package-generated entrypoints. (#11804)

Contributors

  • @kdy1