Recent Releases
v0.28.2 — v0.28.2
Fix tree shaking bug due to TypeScript import alias (4507(https://github.com/evanw/esbuild/issues/4507)) This release fixes a bug that could cause esbuild to incorrectly tree-shake imports tha
v0.28.1 — v0.28.1
Disallow \\ in local development server HTTP requests (GHSA-g7r4-m6w7-qqqr(https://github.com/evanw/esbuild/security/advisories/GHSA-g7r4-m6w7-qqqr)) This release fixes a security issue where HT
v0.28.0 — v0.28.0
Add support for with { type: 'text' } imports (4435(https://github.com/evanw/esbuild/issues/4435)) The import text(https://github.com/tc39/proposal-import-text) proposal has reached stage 3 in t
v0.27.7 — v0.27.7
Fix lowering of define semantics for TypeScript parameter properties (4421(https://github.com/evanw/esbuild/issues/4421)) The previous release incorrectly generated class fields for TypeScript p
v0.27.5 — v0.27.5
Fix for an async generator edge case (4401(https://github.com/evanw/esbuild/issues/4401), 4417(https://github.com/evanw/esbuild/pull/4417)) Support for transforming async generators into the equ
v0.27.4 — v0.27.4
Fix a regression with CSS media queries (4395(https://github.com/evanw/esbuild/issues/4395), 4405(https://github.com/evanw/esbuild/issues/4405), 4406(https://github.com/evanw/esbuild/issues/4406))