Skip to content

Commit

Permalink
Run ProcessClosurePrimitives even if modules are not transpiled.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=158738626
  • Loading branch information
tbreisacher committed Jun 13, 2017
1 parent 4a7a84d commit b76e7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/google/javascript/jscomp/DefaultPassConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ public void hotSwapScript(Node scriptRoot, Node originalRoot) {

@Override
protected FeatureSet featureSet() {
return ES8;
return ES8_MODULES;
}
};

Expand Down

0 comments on commit b76e7c8

Please sign in to comment.