angular-cn/tools/ts-api-guardian/test/fixtures
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
..
classes_and_interfaces.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
classes_and_interfaces_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
empty.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
empty.ts test(bazel): Build and test ts-api-guardian locally (#22544) 2018-03-02 15:00:00 -08:00
empty_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
enum_as_type.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
enum_as_type_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
exports_type_and_value.d.ts build: ts-api-guardian should support interface with value types (#27223) 2018-11-27 13:42:23 -08:00
exports_type_and_value_expected.d.ts build: ts-api-guardian should support interface with value types (#27223) 2018-11-27 13:42:23 -08:00
keyof.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
keyof_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
module_identifier.d.ts build: update ts-api-guardian jsdoc tag requirements (#26595) 2018-10-19 14:35:52 -07:00
module_identifier_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
reexported.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
reexported_aliased.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
reexported_classes.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
reexported_classes_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
reexported_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
reexported_extern.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
reexported_extern_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
reexported_star.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
reexported_star_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
simple.d.ts build: update ts-api-guardian jsdoc tag requirements (#26595) 2018-10-19 14:35:52 -07:00
simple_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
sorting.d.ts build: update ts-api-guardian jsdoc tag requirements (#26595) 2018-10-19 14:35:52 -07:00
sorting_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
stripped_alias.d.ts build: update ts-api-guardian jsdoc tag requirements (#26595) 2018-10-19 14:35:52 -07:00
stripped_alias_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
stripped_alias_original.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
type_literals.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
type_literals_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
underscored.d.ts build: update ts-api-guardian jsdoc tag requirements (#26595) 2018-10-19 14:35:52 -07:00
underscored_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
verify.patch build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
verify_entrypoint.d.ts build: update ts-api-guardian jsdoc tag requirements (#26595) 2018-10-19 14:35:52 -07:00
verify_expected.d.ts build: copy ts-api-guardian sources (#22544) 2018-03-02 15:00:00 -08:00
verify_submodule.d.ts build: update ts-api-guardian jsdoc tag requirements (#26595) 2018-10-19 14:35:52 -07:00