File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'use strict'
22const o = require ( 'object-tools' )
3- const a = require ( 'array-tools' )
43const testValue = require ( 'test-value' )
54const where = require ( 'filter-where' )
65const arrayify = require ( 'array-back' )
@@ -19,9 +18,7 @@ function transform (data) {
1918 data = fixES6ConstructorMemberLongnames ( data )
2019
2120 /* remove undocumented, package and file doclets */
22- let json = data . filter ( i => {
23- return ! i . undocumented && ! / p a c k a g e | f i l e / . test ( i . kind )
24- } )
21+ let json = data . filter ( i => ! i . undocumented && ! / p a c k a g e | f i l e / . test ( i . kind ) )
2522
2623 json = json . map ( setIsExportedFlag )
2724 json = json . map ( setCodename )
Original file line number Diff line number Diff line change 2323 },
2424 "dependencies" : {
2525 "array-back" : " ^1.0.2" ,
26- "array-tools" : " ^2" ,
2726 "core-js" : " ^2.1.0" ,
2827 "feature-detect-es6" : " ^1.2.0" ,
2928 "filter-where" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments