rules_esbuild icon indicating copy to clipboard operation
rules_esbuild copied to clipboard

Add esbuild transpiler

Open dzbarsky opened this issue 2 years ago • 6 comments

dzbarsky avatar Aug 29 '22 16:08 dzbarsky

I think we need things such as:

  • proper docs
  • env vars
  • remote exec flags
  • at least one test, maybe one similar to the ones in https://github.com/aspect-build/rules_esbuild/tree/main/examples

jbedard avatar Aug 29 '22 23:08 jbedard

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.

cgrindel avatar Oct 13 '22 17:10 cgrindel

I think this was fixed in #98

alexeagle avatar Nov 21 '23 19:11 alexeagle

@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

DavidZbarsky-at avatar Nov 21 '23 23:11 DavidZbarsky-at

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

alexeagle avatar Nov 21 '23 23:11 alexeagle

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

DavidZbarsky-at avatar Nov 21 '23 23:11 DavidZbarsky-at