File tree 5 files changed +18
-18
lines changed
5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"ansi-html" : " 0.0.5" ,
11
- "babel-core" : " ^6.13 .0" ,
12
- "babel-plugin-transform-decorators-legacy" : " 1.3.4" ,
13
- "babel-preset-es2015" : " ^6.13 .0" ,
14
- "babel-preset-react" : " ^6.11.0 " ,
11
+ "babel-core" : " ^6.14 .0" ,
12
+ "babel-plugin-transform-decorators-legacy" : " ^ 1.3.4" ,
13
+ "babel-preset-es2015" : " ^6.14 .0" ,
14
+ "babel-preset-react" : " ^6.11.1 " ,
15
15
"babel-preset-stage-0" : " ^6.5.0" ,
16
- "babel-traverse" : " ^6.13 .0" ,
17
- "babel-types" : " ^6.7.2 " ,
18
- "babelify" : " ^7.2 .0" ,
19
- "babylon" : " ^6.5.2 " ,
16
+ "babel-traverse" : " ^6.15 .0" ,
17
+ "babel-types" : " ^6.15.0 " ,
18
+ "babelify" : " ^7.3 .0" ,
19
+ "babylon" : " ^6.9.1 " ,
20
20
"chalk" : " ^1.1.1" ,
21
21
"chokidar" : " ^1.2.0" ,
22
22
"concat-stream" : " ^1.5.0" ,
Original file line number Diff line number Diff line change 1
1
/**
2
- * @param {'a' | "b" | '' | 0 | 42 | 3.14 } x
2
+ * @param {'a' | "b" | '' | 0 | - 42 | 3.14 } x
3
3
*/
4
4
function f ( x ) { }
5
5
6
6
/** */
7
- function g ( x : 'a' | "b" | '' | 0 | 42 | 3.14 ) { }
7
+ function g ( x : 'a' | "b" | '' | 0 | - 42 | 3.14 ) { }
Original file line number Diff line number Diff line change 27
27
},
28
28
{
29
29
"type" : " NumericLiteralType" ,
30
- "value" : 42
30
+ "value" : - 42
31
31
},
32
32
{
33
33
"type" : " NumericLiteralType" ,
86
86
},
87
87
{
88
88
"type" : " NumericLiteralType" ,
89
- "value" : 42
89
+ "value" : - 42
90
90
},
91
91
{
92
92
"type" : " NumericLiteralType" ,
131
131
},
132
132
"end" : {
133
133
"line" : 7 ,
134
- "column" : 48
134
+ "column" : 49
135
135
}
136
136
}
137
137
},
164
164
},
165
165
{
166
166
"type" : " NumericLiteralType" ,
167
- "value" : 42
167
+ "value" : - 42
168
168
},
169
169
{
170
170
"type" : " NumericLiteralType" ,
Original file line number Diff line number Diff line change 4
4
5
5
** Parameters**
6
6
7
- - ` x ` ** (` "a" ` \| ` "b" ` \| ` "" ` \| ` 0 ` \| ` 42 ` \| ` 3.14 ` )**
7
+ - ` x ` ** (` "a" ` \| ` "b" ` \| ` "" ` \| ` 0 ` \| ` - 42` \| ` 3.14 ` )**
8
8
9
9
# g
10
10
11
11
** Parameters**
12
12
13
- - ` x ` ** (` "a" ` \| ` "b" ` \| ` "" ` \| ` 0 ` \| ` 42 ` \| ` 3.14 ` )**
13
+ - ` x ` ** (` "a" ` \| ` "b" ` \| ` "" ` \| ` 0 ` \| ` - 42` \| ` 3.14 ` )**
Original file line number Diff line number Diff line change 83
83
},
84
84
{
85
85
"type" : " inlineCode" ,
86
- "value" : " 42"
86
+ "value" : " - 42"
87
87
},
88
88
{
89
89
"type" : " text" ,
187
187
},
188
188
{
189
189
"type" : " inlineCode" ,
190
- "value" : " 42"
190
+ "value" : " - 42"
191
191
},
192
192
{
193
193
"type" : " text" ,
You can’t perform that action at this time.
0 commit comments