Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 63e0e6e

Browse files
doc-gen: ignore new private module
1 parent 1a8bbea commit 63e0e6e

File tree

1 file changed

+2
-1
lines changed
  • tools/api-builder/angular.io-package

1 file changed

+2
-1
lines changed

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)