fix es6.modules-system for head hoisting
This commit is contained in:
parent
af4feb4d88
commit
68a99ed1e9
@ -18,7 +18,7 @@ System.register(["./evens"], function (_export) {
|
||||
|
||||
_export("p", p);
|
||||
|
||||
for (a in b) ;
|
||||
for (a in b);
|
||||
|
||||
isOdd = (function (isEven) {
|
||||
return function (n) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user