pull/2177/head
John Chesley 7 years ago
parent 8cae8f233e
commit 212273ee68

@ -839,7 +839,7 @@ export default class Component {
}
if (variable.name !== variable.export_name) {
code.prependRight(declarator.id.start, `${variable.export_name}:`)
code.prependRight(declarator.id.start, `${variable.export_name}:`)
}
if (next) {

Loading…
Cancel
Save