walkerburgin

Results 13 issues of walkerburgin

### What happened? Transpilation using SWC is incredibly slow if `swc_plugin()` is used. Something about setting [`jsc.experimental.cacheRoot`](https://swc.rs/docs/configuration/compilation#jscexperimentalcacheroot) inside of the Bazel sandbox when invoking SWC is absolutely destroying performance. I...

bug

### What happened? I'm having a hard time getting the new `isolated_typecheck` to play nicely with TypeScript's project references. A naive setup (repro [here](https://github.com/walkerburgin/isolated-typecheck-project-references-repro)) without explicit `ts_config()` targets fails during...

bug

### What happened? I noticed that adding an in-repo dependency to `ts_config()` triggers type checking to run pre-maturely in dependencies as part of the `TsValidateOptions` action. Are types/transitive types actually...

bug