angular-cn/tools/ts-api-guardian
Alan e8326e600d fix: overloading a function doesn't generate all of the signatures (#22569)
PR Close #22569
2018-03-09 13:07:36 -08:00
..
bin test(bazel): Build and test ts-api-guardian locally (#22544) 2018-03-02 15:00:00 -08:00
lib fix: overloading a function doesn't generate all of the signatures (#22569) 2018-03-09 13:07:36 -08:00
test fix: overloading a function doesn't generate all of the signatures (#22569) 2018-03-09 13:07:36 -08:00
BUILD.bazel test(bazel): Build and test ts-api-guardian locally (#22544) 2018-03-02 15:00:00 -08:00
README.md test(bazel): Build and test ts-api-guardian locally (#22544) 2018-03-02 15:00:00 -08:00
index.bzl test(bazel): Build and test ts-api-guardian locally (#22544) 2018-03-02 15:00:00 -08:00
package.json test(bazel): Build and test ts-api-guardian locally (#22544) 2018-03-02 15:00:00 -08:00
yarn.lock test(bazel): Build and test ts-api-guardian locally (#22544) 2018-03-02 15:00:00 -08:00

README.md

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