v0.2.2
What's Changed
- feat(runtime): transpile project-source plain JS (.js/.mjs/.cjs) by @colinhacks in #152
- pm: honor bare pnpm_config_* registry env vars under a pnpm v11+ incumbent by @colinhacks in #153
- perf(cli): share -r chunk members via Arc instead of per-worker manifest clone by @jdalton in #148
- fix(pm): re-read dist-tag specs live when the primer served the pick by @colinhacks in #155
- fix(pm): link yarn workspace members into the consumer's node_modules by @colinhacks in #154
- feat(install): link directories.bin as a fallback when top-level bin is absent by @colinhacks in #156
- feat(worker): resolve a raw-string Worker specifier caller-relative at transpile time by @colinhacks in #141
- revert: remove implicit caller-relative Worker rewrite (#141) by @colinhacks in #157
- perf(runtime): drop redundant work on the JS transpile path by @jdalton in #159
- test(wpt): pin the WPT Worker matrix to the floor Node it claims to test by @colinhacks in #163
- feat(runtime): backfill navigator on Node <21 and make Web Locks spec-faithful by @colinhacks in #164
- test(wpt): expand WPT slice to urlpattern + web-locks + reporterror by @colinhacks in #158
Full Changelog: v0.2.1...v0.2.2