File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5
5
"url" : " http://gajus.com"
6
6
},
7
7
"dependencies" : {
8
- "comment-parser" : " ^0.5.4 " ,
8
+ "comment-parser" : " ^0.5.5 " ,
9
9
"debug" : " ^4.1.1" ,
10
10
"jsdoctypeparser" : " 4.0.0" ,
11
11
"lodash" : " ^4.17.11"
22
22
"babel-plugin-add-module-exports" : " ^1.0.2" ,
23
23
"babel-plugin-istanbul" : " ^5.1.4" ,
24
24
"chai" : " ^4.2.0" ,
25
+ "core-js" : " ^3.1.4" ,
25
26
"eslint" : " ^5.14.1" ,
26
- "eslint-config-canonical" : " ^17.1.0 " ,
27
+ "eslint-config-canonical" : " ^17.1.1 " ,
27
28
"gitdown" : " ^2.5.8" ,
28
29
"glob" : " ^7.1.4" ,
29
30
"globby" : " ^9.2.0" ,
Original file line number Diff line number Diff line change
1
+ // eslint-disable-next-line import/no-unassigned-import
2
+ import 'core-js/fn/array/flat-map' ;
1
3
import _ from 'lodash' ;
2
4
import { parse as parseType , traverse } from 'jsdoctypeparser' ;
3
5
import iterateJsdoc , { parseComment } from '../iterateJsdoc' ;
You can’t perform that action at this time.
0 commit comments