angular-cn/aio/tools/transforms/angular-api-package
Pete Bacon Darwin 0e311e3918 build(aio): improve accuracy of code auto-linking (#22494)
The new version of `dgeni-packages/typescript` no longer strips
out "namespaces" from types, which was part of the problem of
not autolinking correctly to `HttpEventType.Response`.

Another part of the problem was that we did not include `.`
characters when matching potential code blocks for auto-linking,
which precluded properties of enums from being linked.

Finally, members we not being given a `path` property, which is
needed to effectively autolink to them. This is now set in
the `simplifyMemberAnchors` processor.

Closes #21375

PR Close #22494
2018-03-01 08:11:19 -08:00
..
mocks build(aio): refactor dgeni packages 2017-04-23 22:50:33 +01:00
processors build(aio): improve accuracy of code auto-linking (#22494) 2018-03-01 08:11:19 -08:00
tag-defs build(aio): add `@usageNotes` tag def for API docs (#22401) 2018-02-28 10:43:27 -08:00
index.js build(aio): improve accuracy of code auto-linking (#22494) 2018-03-01 08:11:19 -08:00