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

Add esbuild transpiler #62

Open dzbarsky opened 2 years ago

jbedard commented 2 years ago

I think we need things such as:

cgrindel commented 2 years ago

There has not been much activity on this PR. For now, we will convert it to a draft. Please mark as ready for review when you are ready to proceed.

alexeagle commented 11 months ago

I think this was fixed in #98

DavidZbarsky-at commented 11 months ago

@alexeagle I think there's additional glue needed to plug esbuild into ts_project but it's doable 100% in "userspace" so it's fine to close this out, though its maybe worth having an example in the repo? I'm not sure how common it is to use esbuild as a transpiler

alexeagle commented 11 months ago

I see, would you like to push this one forward then?

DavidZbarsky-at commented 11 months ago

Yeah, I have the macro bit Jason mentioned done now, I'll polish it a bit and submit