Jason Bedard
Jason Bedard
Add experimental support for the `jsc.experimental.emitIsolatedDts` feature to output `.d.ts` instead of `.js`. --- ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases...
Implement the `ts_project(isolated_declarations)` parameter and support for type-checking dependent projects in parallel. When `isolated_declarations` is set it is assumed tsc can emit the declaration files without the need for declarations...
This way tsc is not forced to always run as a validation action in the background and instead invoked only when the `*_typecheck` test is run. Currently this only effects...
### What happened? A case where in a customer repo the bazel snapshot resolver is not being used at all. Throwing an error from `bazel_snapshot_resolver.cjs` does not fail the build...
### What happened? When bzlmod is disabled it seems bazel7 still creates a `.repo_mapping` file which is configured different then when bzlmod is enabled. ### Version rules_nodejs with https://github.com/bazel-contrib/rules_nodejs/commit/21b56da9f20c9c5e8b8c1ac19052f1f7cc7b5920 and...
**What type of PR is this?** > Other **What package or component does this PR mostly affect?** > all **What does this PR do? Why is it needed?** Minor refactoring...
This way the `pathTrie` aligns with the directory structure, excluding files. This should make it easier to do things in parallel per-directory. Depends on https://github.com/bazel-contrib/bazel-gazelle/pull/1932 **What type of PR is...
Fix https://github.com/bazel-contrib/bazel-gazelle/issues/1962 **What type of PR is this?** > Bug fix **What package or component does this PR mostly affect?** > all **What does this PR do? Why is it...
**What type of PR is this?** > Feature **What package or component does this PR mostly affect?** > all **What does this PR do? Why is it needed?** Allow users...
Close #1832 **What type of PR is this?** Feature > Other **What package or component does this PR mostly affect?** > all **What does this PR do? Why is it...