David Zbarsky
David Zbarsky
I would like to enable almost all the warnings, except for native-cc and native-java (it's unclear that those warnings are valid given https://github.com/bazelbuild/bazel/issues/8746#issuecomment-704209400) It looks like it's not possible to...
I would have preferred to bundle with esbuild, but esbuild itself cannot be bundled, it must be marked external. (I even tried with esbuild-wasm). So that would complicate the setup...
### Description of the bug: These tests should have pretty much the same sandbox, but it looks like we are spending 1-2s per test on filtering the existing files. Would...
Before: After: The way the symlink prefix is constructed is a little hacky, open to better suggestions ### Changes are visible to end-users: no ### Test plan - Covered by...
I think this takes a slightly different approach from https://github.com/jbedard/rules_js/commit/2ba13116bd33ab0ea598376003fbbb9ced2caf36, so we can pass back the state and reuse it. I'm stuck on the following error, I can't figure out...