pull/10347/head
Rich Harris 3 years ago
parent 12aee2e559
commit 818579cee1

@ -571,7 +571,9 @@ function special(parser) {
declaration: {
type: 'VariableDeclaration',
kind: 'const',
declarations: [{ type: 'VariableDeclarator', id, init }]
declarations: [{ type: 'VariableDeclarator', id, init }],
start: id.start,
end: init.end
}
})
);

Loading…
Cancel
Save