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

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

Loading…
Cancel
Save