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

Commit 7c08bc6

Browse files
committed
note subclassing caveat
1 parent 8b3edbc commit 7c08bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transpiler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
function getTranspilerModule(loader, globalName) {
88
return loader.newModule({ 'default': g[globalName], __useDefault: true });
99
}
10+
// NB this does not support sub-classing well
1011
var firstRun = true;
1112

1213
// use Traceur by default

0 commit comments

Comments
 (0)