evanw / esbuild
An extremely fast bundler for the web
39.8K
1.3K
-
-
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
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
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
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))