File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 64
64
"babel-plugin-transform-regenerator" : " 6.21.0" ,
65
65
"chai" : " 3.5.0" ,
66
66
"chai-json-equal" : " 0.0.1" ,
67
- "chai-subset" : " 1.3 .0" ,
67
+ "chai-subset" : " 1.4 .0" ,
68
68
"coveralls" : " 2.11.15" ,
69
69
"eslint" : " 3.12.2" ,
70
70
"eslint-plugin-babel" : " 4.0.0" ,
71
- "eslint-plugin-flowtype" : " 2.29.1 " ,
71
+ "eslint-plugin-flowtype" : " 2.29.2 " ,
72
72
"flow-bin" : " 0.37.4" ,
73
73
"isparta" : " 4.0.0" ,
74
74
"mocha" : " 3.2.0" ,
75
- "sane" : " 1.4.1 "
75
+ "sane" : " 1.5.0 "
76
76
}
77
77
}
Original file line number Diff line number Diff line change 8
8
* of patent rights can be found in the PATENTS file in the same directory.
9
9
*/
10
10
11
- import { getLocation } from '../language' ;
11
+ import { getLocation } from '../language/location ' ;
12
12
import type { ASTNode } from '../language/ast' ;
13
13
import type { Source } from '../language/source' ;
14
14
You can’t perform that action at this time.
0 commit comments