angular-cn/tools/ts-api-guardian/lib
Miško Hevery 60e403bf6d build: ts-api-guardian should support interface with value types (#27223)
This fixes an issue where a value would hide the type.

```
export interface Foo {
  someMethod(): void;
}

export const Foo: Function = ...;
```

In the above example the `Foo` constant will hide the `interface Foo` symbol.
This change properly saves the interface in addition to the type.

PR Close #27223
2018-11-27 13:42:23 -08:00
..
cli.ts build: fix api guardian path for windows (#26888) 2018-11-13 10:50:21 -08:00
main.ts test(bazel): Build and test ts-api-guardian locally (#22544) 2018-03-02 15:00:00 -08:00
serializer.ts build: ts-api-guardian should support interface with value types (#27223) 2018-11-27 13:42:23 -08:00