Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=223567255
  • Loading branch information
nreid260 authored and tjgq committed Dec 4, 2018
1 parent c5a1289 commit 36c416d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/com/google/javascript/jscomp/CommandLineRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,9 @@ private static class Flags {
+ "ECMASCRIPT_2015, STABLE")
private String languageOut = "STABLE";

@Option(name = "--version",

@Option(
name = "--version",
handler = BooleanOptionHandler.class,
usage = "Prints the compiler version to stdout and exit.")
private boolean version = false;
Expand Down Expand Up @@ -1798,6 +1800,7 @@ protected CompilerOptions createOptions() {
}
}


options.setCodingConvention(new ClosureCodingConvention());

options.setExtraAnnotationNames(flags.extraAnnotationName);
Expand Down

0 comments on commit 36c416d

Please sign in to comment.