Browse Source

Merge branch 'master' into gh-34

contingency-plan
Rich-Harris 10 years ago
parent
commit
b8fdcdeea5
  1. 2
      src/Statement.js

2
src/Statement.js

@ -10,7 +10,7 @@ export default class Statement {
this.module = module;
this.magicString = magicString;
this.index = index;
this.id = module.path + '#' + index;
this.id = module.id + '#' + index;
this.scope = new Scope();
this.defines = blank();

Loading…
Cancel
Save