Skip to content

Commit af85411

Browse files
lauraharkerblickly
authored andcommitted
Set the RescopeGlobalSymbols FeatureSet to ES8_MODULES.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=179851521
1 parent 4c152c0 commit af85411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/google/javascript/jscomp/DefaultPassConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2506,7 +2506,7 @@ protected CompilerPass create(AbstractCompiler compiler) {
25062506

25072507
@Override
25082508
protected FeatureSet featureSet() {
2509-
return ES5;
2509+
return ES8_MODULES;
25102510
}
25112511
};
25122512

0 commit comments

Comments
 (0)