aspect-build / rules_esbuild

Bazel rules for https://esbuild.github.io/ JS bundler
https://docs.aspect.build/rules/aspect_rules_esbuild
Apache License 2.0
27 stars 27 forks source link

Mirror esbuild 0.11.20 #45

Closed longlho closed 2 years ago

longlho commented 2 years ago

I know this is a super old version, but it's the last version that had support to downtranspile certain features to ES5 like const or destructuring. This will not be needed if https://github.com/evanw/esbuild/issues/297 is closed