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