angular-cn/aio/tools/transforms/angular-base-package/services
George Kalpakas c6b180380a fix(docs-infra): do not auto-link `http://` to the `common/http` (#31051)
Previously, our auto-linking feature would match `http` in URLs (such as
`http://...`) to the `common/http` package and automatically create a
link to that, which was undesirable. While it is possible to work around
that via `<code class="no-auto-link">http://...</code>`, most people
didn't even realize the issue.

Since in this case it is possible to reliably know it is a false match,
this commit fixes it by applying a custom auto-link filter that ignores
all docs for `http`, if it comes before `://`.

Fixes #31012

PR Close #31051
2019-06-19 14:59:34 -07:00
..
copyFolder.js build(aio): move copyContentAssets processor to the base package 2017-05-01 15:52:51 -07:00
filterAmbiguousDirectiveAliases.js build(aio): filter out ambiguous directives from auto code linking (#20512) 2017-11-21 22:28:16 -06:00
filterAmbiguousDirectiveAliases.spec.js build(aio): filter out ambiguous directives from auto code linking (#20512) 2017-11-21 22:28:16 -06:00
filterPipes.js fix(docs-infra): do not auto-link `http://` to the `common/http` (#31051) 2019-06-19 14:59:34 -07:00
filterPipes.spec.js build(aio): tighten up code autolinking (#20468) 2017-11-16 16:20:03 -06:00
getImageDimensions.js build(aio): auto-fill width/height to all image tags 2017-05-01 15:52:51 -07:00
ignoreHttpInUrls.js fix(docs-infra): do not auto-link `http://` to the `common/http` (#31051) 2019-06-19 14:59:34 -07:00
ignoreHttpInUrls.spec.js fix(docs-infra): do not auto-link `http://` to the `common/http` (#31051) 2019-06-19 14:59:34 -07:00