fix(aio): ignore private exports

Closes #14992
This commit is contained in:
Peter Bacon Darwin
2017-03-12 13:27:47 +00:00
committed by Chuck Jazdzewski
parent 62d5543b01
commit 3f7cfde476
7 changed files with 93 additions and 4 deletions

View File

@ -46,6 +46,7 @@ module.exports =
.processor(require('./processors/matchUpDirectiveDecorators'))
.processor(require('./processors/filterMemberDocs'))
.processor(require('./processors/convertToJson'))
.processor(require('./processors/markBarredODocsAsPrivate'))
// overrides base packageInfo and returns the one for the 'angular/angular' repo.
.factory('packageInfo', function() { return require(path.resolve(PROJECT_ROOT, 'package.json')); })