Source code

Revision control

Copy as Markdown

Other Tools

// |reftest| error:SyntaxError module
const a = 1;
export { a, a };