mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
When two documents have the same `outputPath`, only differing by letter casing, there can be problems on case-insensitive file-systems: Only one of each of the docs would end up being written. Moreover, the Webpack 5 bundler will error if it comes across files that have this kind of ambiguous paths. This commit adds a new docType: `disambiguator`, which will display a list of the docs that match an ambiguous path. Each of the ambiguous docs is then given a unique path and outputPath to ensure there are no collisions. PR Close #41788 |
||
|---|---|---|
| .. | ||
| checkContentRules.js | ||
| checkContentRules.spec.js | ||
| checkUnbalancedBackTicks.js | ||
| checkUnbalancedBackTicks.spec.js | ||
| convertToJson.js | ||
| convertToJson.spec.js | ||
| copyContentAssets.js | ||
| copyContentAssets.spec.js | ||
| createSitemap.js | ||
| createSitemap.spec.js | ||
| disambiguateDocPaths.js | ||
| disambiguateDocPaths.spec.js | ||
| fixInternalDocumentLinks.js | ||
| fixInternalDocumentLinks.spec.js | ||
| generateKeywords.js | ||
| generateKeywords.spec.js | ||
| renderLinkInfo.js | ||
| renderLinkInfo.spec.js | ||
| splitDescription.js | ||
| splitDescription.spec.js | ||