Alex Eagle
Alex Eagle
We don't have a root package.json so I did the awkward way with npm_import of a single package - it has no dependencies Fixes #826
### What happened? TS 5.5 introduced `${configDir}` https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#the-configdir-template-variable-for-configuration-files but when you run Aspect's gazelle extension, it literally copies the value like ` ts_build_info_file ="${configDir}/lib-types/.tsbuildinfo",` ### Version Development (host) and target...
### What is the current behavior? type-checks are slow ### Describe the feature The TypeScript team has ported the compiler/type-checker to Go which makes it a lot faster: https://devblogs.microsoft.com/typescript/typescript-native-port/ Show...
### What happened? It has the problem that users aren't specifying a non-default name, which results in conflicts as observed on https://github.com/google/flatbuffers/pull/8561 per @fmeum: Since the extension doesn't perform version...
We have some issues with our BCR presubmit testing that didn't catch this error
This feature was dropped in bazel-lib 3.0 (since many rulesets can now just surface docs on registry.bazel.build rather than check them into the repo) https://github.com/bazel-contrib/bazel-lib/pull/1188 This implementation is by a...