Skip to content

Commit

Permalink
Enable InlineFunctions for language_out = ES2015+
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=182834207
  • Loading branch information
tbreisacher committed Jan 22, 2018
1 parent ce1ee2a commit 7491634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/google/javascript/jscomp/DefaultPassConfig.java
Expand Up @@ -2814,8 +2814,7 @@ protected CompilerPass create(AbstractCompiler compiler) {

@Override
public FeatureSet featureSet() {
// TODO(b/69850796): Switch this back to ES8_MODULES.
return ES5;
return ES8_MODULES;
}
};

Expand Down

0 comments on commit 7491634

Please sign in to comment.