mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
|
|
||
|---|---|---|
| .. | ||
| bin | ||
| lib | ||
| test | ||
| BUILD.bazel | ||
| index.bzl | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
Typescript API Guardian
Keeps track of public API surface of a typescript library.
For developers
Build and test this library:
$ bazel run //:install
$ bazel test //tools/ts-api-guardian:all
Publish to NPM:
$ npm whoami # should be logged in as angular
$ grep version tools/ts-api-guardian/package.json # advance as needed
$ bazel run //tools/ts-api-guardian:ts-api-guardian.publish