pull/10347/head
Rich Harris 3 years ago
parent 818579cee1
commit 146017182d

@ -572,8 +572,8 @@ function special(parser) {
type: 'VariableDeclaration',
kind: 'const',
declarations: [{ type: 'VariableDeclarator', id, init }],
start: id.start,
end: init.end
start: start + 1,
end: parser.index - 1
}
})
);

Loading…
Cancel
Save