Browse Source

lint

gh-335
Rich-Harris 9 years ago
parent
commit
c11dcb513f
  1. 2
      src/Declaration.js

2
src/Declaration.js

@ -226,7 +226,7 @@ export class ExternalDeclaration {
return es6 ? this.name : `${this.module.name}.${this.name}`; return es6 ? this.name : `${this.module.name}.${this.name}`;
} }
run ( strongDependencies ) { run () {
return true; return true;
} }

Loading…
Cancel
Save