angular-cn/tools/ts-api-guardian/test
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
..
fixtures build: ts-api-guardian should support interface with value types (#27223) 2018-11-27 13:42:23 -08:00
bootstrap.ts build: fix ts-api-guardian does not work on windows w/ bazel (#26761) 2018-10-30 13:45:58 -04:00
cli_e2e_test.ts build: fix ts-api-guardian does not work on windows w/ bazel (#26761) 2018-10-30 13:45:58 -04:00
cli_unit_test.ts build: fix ts-api-guardian does not work on windows w/ bazel (#26761) 2018-10-30 13:45:58 -04:00
helpers.ts test(bazel): Build and test ts-api-guardian locally (#22544) 2018-03-02 15:00:00 -08:00
integration_test.ts build: ts-api-guardian should support interface with value types (#27223) 2018-11-27 13:42:23 -08:00
unit_test.ts build: refactor ts-api-guardian jsdoc tag handling (#26595) 2018-10-19 14:35:52 -07:00