angular-cn/dev-infra/bazel/api-golden
Paul Gschwendtner 7eddd12bf0 feat(dev-infra): add option to setup global types in API golden test (#42876)
Previously we disabled automatic type-resolution for the API
extractor because in non-sandbox environments this resulted in
different API reports. There are cases where global types are
still needed for analysis of an entry-point. To support this,
we add a new property called `types` which allows for explicit
type targets being specified.

Note that we do not want to determine types from the `data`
runfiles because API extractor itself also brings in types
which should not always be part of the API report analysis.

PR Close #42876
2021-07-19 17:33:19 -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 feat(dev-infra): add option to setup global types in API golden test (#42876) 2021-07-19 17:33:19 -07:00
index.ts feat(dev-infra): add option to setup global types in API golden test (#42876) 2021-07-19 17:33:19 -07:00
index_npm_packages.ts feat(dev-infra): add option to setup global types in API golden test (#42876) 2021-07-19 17:33:19 -07:00
test_api_report.ts feat(dev-infra): add option to setup global types in API golden test (#42876) 2021-07-19 17:33:19 -07:00