This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0cc9842bf6
angular-docs-cn
/
tools
/
ts-api-guardian
/
test
/
fixtures
/
module_identifier.d.ts
6 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
build: copy ts-api-guardian sources (#22544) This is an exact mirror of https://github.com/angular/ts-api-guardian/tree/750f651eca4d57a4a7ebcc12c19d0beea1a62202 PR Close #22544
2018-03-02 17:19:01 -05:00
import
*
as
foo
from
'./somewhere'
;
build: update ts-api-guardian jsdoc tag requirements (#26595) Now `@experimental` tags are banned; and `@publicApi` tags are required on exports. PR Close #26595
2018-10-19 07:31:32 -04:00
/** @publicApi */
build: copy ts-api-guardian sources (#22544) This is an exact mirror of https://github.com/angular/ts-api-guardian/tree/750f651eca4d57a4a7ebcc12c19d0beea1a62202 PR Close #22544
2018-03-02 17:19:01 -05:00
export
declare
class
A
extends
foo
.
Bar
{
}