Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 9e7642d

Browse files
committed
remove unnecessary isDeclarative
1 parent fb9f87f commit 9e7642d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/6to5-loader.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
throw new TypeError('Include 6to5 for module syntax support');
1818
}
1919

20-
load.isDeclarative = true;
21-
2220
var options = this.parseOptions || {};
2321
options.modules = 'system';
2422
options.sourceMap = 'inline';

src/traceur-loader.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929
console.assert(load.source, 'Non-empty source');
3030

31-
load.isDeclarative = true;
32-
3331
var options = this.parseOptions || {};
3432
options.modules = 'instantiate';
3533
options.script = false;

0 commit comments

Comments
 (0)