Jason Bedard
Jason Bedard
### What happened? A .ts imports a generated .d.ts. Today that .d.ts is put into `deps`, it should be put into `srcs`.
The `typeCheck` option makes builds extremely slow because the `Program` is [recreated](https://github.com/wbuchwalter/tslint-loader/blob/v3.5.3/index.js#L63-L67) for each file. gulp-tslint solves this by forcing the user to pass the `Program` in as part of...
``` ERROR: /.../external/build_stack_rules_proto/plugin/bufbuild/BUILD.bazel:5:29: error loading package '@build_stack_rules_proto//': cannot load '//rules:proto_gazelle.bzl': no such file and referenced by '@build_stack_rules_proto//plugin/bufbuild:protoc-gen-es' ERROR: Analysis of target '//local/package/not/using/rules_proto failed; build aborted: ``` It seems to be...
After https://github.com/stackb/rules_proto/commit/5d1fb6aa7f023e8248ed112c269114fa03ae5b94 Was this breaking change intentional with 3.2.0? I'm unable to upgrade gazelle atm due to https://github.com/bazelbuild/bazel-gazelle/issues/1751 so also can't upgrade rules_proto...
I believe this attribute is not used with the bzlmod pip API?
Such as when source is copied into a directory using `copy_to_directory`. Should it support https://github.com/aspect-build/bazel-lib/blob/main/docs/directory_path.md or similar? Example: https://github.com/jbedard/rules_esbuild/tree/multi-dirs/examples/gen_entries
Mostly due to fs sandboxing. The `readlinkSync` call in `nextHopSync` fails and throws on most invocations causing substantial cpu usage calculating stack traces. 1. Minimize work when calculating stack traces...
### Request Provide a way to only invoke language callbacks on directories that already have a BUILD. Include subdirectory content in `language.GenerateArgs.{Subdirs, RegularFiles, GenFiles}` for subdirectories without a BUILD. ###...
### What happened? Some pnpm workspace projects have no `npm_package` target (the name defined by `npm_translate_lock(npm_package_target_name)`) because they are never linked into the package store. Projects such as "apps" are...
### Changes are visible to end-users: no ### Test plan - Covered by existing test cases