Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 76e5b0d

Browse files
authored
Merge pull request #90 from creachadair/higherdash
Addresses https://nvd.nist.gov/vuln/detail/CVE-2019-1010266. Because this update also semi-forced an update of Babel, this also fixes #47.
2 parents 8409f28 + 9245884 commit 76e5b0d

386 files changed

Lines changed: 4426 additions & 5715 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

fixtures/59-jsx-flow.js.native

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
specifiers: [
101101
{
102102
end: 33,
103-
leadingComments: ~,
104103
loc: {
105104
end: {
106105
column: 17,
@@ -113,7 +112,6 @@
113112
},
114113
local: {
115114
end: 33,
116-
leadingComments: ~,
117115
loc: {
118116
end: {
119117
column: 17,
@@ -208,7 +206,6 @@
208206
specifiers: [
209207
{
210208
end: 64,
211-
leadingComments: ~,
212209
loc: {
213210
end: {
214211
column: 10,
@@ -221,7 +218,6 @@
221218
},
222219
local: {
223220
end: 64,
224-
leadingComments: ~,
225221
loc: {
226222
end: {
227223
column: 10,
@@ -247,6 +243,7 @@
247243
],
248244
directives: [],
249245
end: 76,
246+
interpreter: ~,
250247
loc: {
251248
end: {
252249
column: 22,

fixtures/59-jsx-flow.js.sem.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
},
199199
],
200200
directives: [],
201+
interpreter: ~,
201202
sourceType: "module",
202203
},
203204
}

fixtures/59-jsx-flow.js.uast

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
col: 18,
127127
},
128128
},
129-
leadingComments: ~,
130129
local: { '@type': "Identifier",
131130
'@token': "React",
132131
'@role': [Expression, Identifier, Import],
@@ -142,7 +141,6 @@
142141
col: 18,
143142
},
144143
},
145-
leadingComments: ~,
146144
},
147145
},
148146
],
@@ -230,7 +228,6 @@
230228
col: 11,
231229
},
232230
},
233-
leadingComments: ~,
234231
local: { '@type': "Identifier",
235232
'@token': "foo",
236233
'@role': [Expression, Identifier, Import],
@@ -246,13 +243,13 @@
246243
col: 11,
247244
},
248245
},
249-
leadingComments: ~,
250246
},
251247
},
252248
],
253249
},
254250
],
255251
directives: [],
252+
interpreter: ~,
256253
sourceType: "module",
257254
},
258255
}

fixtures/_integration.js.native

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
],
139139
directives: [],
140140
end: 17,
141+
interpreter: ~,
141142
loc: {
142143
end: {
143144
column: 0,

fixtures/_integration.js.sem.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
},
146146
],
147147
directives: [],
148+
interpreter: ~,
148149
sourceType: "module",
149150
},
150151
}

fixtures/_integration.js.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
},
147147
],
148148
directives: [],
149+
interpreter: ~,
149150
sourceType: "module",
150151
},
151152
}

fixtures/array-expression.js.native

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
],
8989
directives: [],
9090
end: 7,
91+
interpreter: ~,
9192
loc: {
9293
end: {
9394
column: 0,

fixtures/array-expression.js.sem.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
},
9595
],
9696
directives: [],
97+
interpreter: ~,
9798
sourceType: "module",
9899
},
99100
}

fixtures/array-expression.js.uast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
},
9595
],
9696
directives: [],
97+
interpreter: ~,
9798
sourceType: "module",
9899
},
99100
}

fixtures/array-pattern.js.native

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
],
156156
directives: [],
157157
end: 16,
158+
interpreter: ~,
158159
loc: {
159160
end: {
160161
column: 0,

0 commit comments

Comments
 (0)