all tests passing

pull/2011/head
Richard Harris 7 years ago
parent e3468f425b
commit 4e1e79fbcb

@ -551,7 +551,8 @@ export default class Component {
this.add_var({ this.add_var({
name, name,
kind, kind,
module: true module: true,
hoistable: true
}); });
} }
}); });
@ -794,7 +795,6 @@ export default class Component {
}); });
coalesced_declarations.forEach(group => { coalesced_declarations.forEach(group => {
const kind = group[0].kind;
let c = 0; let c = 0;
let combining = false; let combining = false;

Loading…
Cancel
Save