angular-cn/dev-infra/bazel/api-golden
Paul Gschwendtner e6593ad94a fix(dev-infra): transitive targets cannot be resolved by API extractor (#42828)
For API golden tests not running against a NPM package, we extract
all transitive declarations of the specified `data` targets. This is
necessary because API extractor needs to resolve other targets that have
been linked by the Bazel NodeJS rules. The linker by default only
provides access to JavaScript sources, but the API extractor is
specifically concerned with type definitions that we need to manually
extract.

PR Close #42828
2021-07-12 14:38:05 -07:00
..
BUILD.bazel fix(dev-infra): api-golden tool does not specify a tsconfig and breaks for consumers (#42737) 2021-07-02 10:08:03 -07:00
find_entry_points.ts feat(dev-infra): introduce shared tool for validating API signature (#42688) 2021-06-30 11:43:48 -07:00
index.bzl fix(dev-infra): transitive targets cannot be resolved by API extractor (#42828) 2021-07-12 14:38:05 -07:00
index.ts feat(dev-infra): introduce shared tool for validating API signature (#42688) 2021-06-30 11:43:48 -07:00
index_npm_packages.ts feat(dev-infra): introduce shared tool for validating API signature (#42688) 2021-06-30 11:43:48 -07:00
test_api_report.ts fix(dev-infra): do not include all types in api golden test (#42828) 2021-07-12 14:38:05 -07:00