Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 23a54bf

Browse files
petebacondarwinFoxandxss
authored andcommitted
doc-gen: ignore new private module
1 parent fa41c6a commit 23a54bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • tools/api-builder/angular.io-package

tools/api-builder/angular.io-package/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
5454
'___platform_browser_private_types__',
5555
'___platform_browser_dynamic_private__',
5656
'___platform_browser_dynamic_private_types__',
57+
'___core_private_testing_types__',
5758
'___compiler_private__',
5859
'__core_private__',
5960
'___core_private__'
@@ -135,7 +136,7 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
135136
pathTemplate: 'api-list.json',
136137
outputPathTemplate: '${path}'
137138
});
138-
139+
139140
computePathsProcessor.pathTemplates.push({
140141
docTypes: ['api-list-data'],
141142
pathTemplate: 'api-list-audit.json',

0 commit comments

Comments
 (0)