Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-docs-cn/tools/ts-api-guardian/test/fixtures
History
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_expected.d.ts
…
classes_and_interfaces.d.ts
…
empty_expected.d.ts
…
empty.d.ts
…
empty.ts
…
enum_as_type_expected.d.ts
…
enum_as_type.d.ts
…
exports_type_and_value_expected.d.ts
…
exports_type_and_value.d.ts
…
keyof_expected.d.ts
…
keyof.d.ts
…
module_identifier_expected.d.ts
…
module_identifier.d.ts
…
reexported_aliased.d.ts
…
reexported_classes_expected.d.ts
…
reexported_classes.d.ts
…
reexported_expected.d.ts
…
reexported_extern_expected.d.ts
…
reexported_extern.d.ts
…
reexported_star_expected.d.ts
…
reexported_star.d.ts
…
reexported.d.ts
…
simple_expected.d.ts
…
simple.d.ts
…
sorting_expected.d.ts
…
sorting.d.ts
…
stripped_alias_expected.d.ts
…
stripped_alias_original.d.ts
…
stripped_alias.d.ts
…
type_literals_expected.d.ts
…
type_literals.d.ts
…
underscored_expected.d.ts
…
underscored.d.ts
…
verify_entrypoint.d.ts
…
verify_expected.d.ts
…
verify_submodule.d.ts
…
verify.patch
…
Powered by Gitea Version: 1.23.8 Page: 4871ms Template: 261ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API