|
Change Attribute Type TRUES : Set<String> to TRUES : ImmutableSet<String> in class com.google.javascript.jscomp.CommandLineRunner.Flags.BooleanOptionHandler |
From |
To |
|
Change Attribute Type COMPILATION_LEVEL_MAP : Map<String,CompilationLevel> to COMPILATION_LEVEL_MAP : ImmutableMap<String,CompilationLevel> in class com.google.javascript.jscomp.CommandLineRunner.Flags |
From |
To |
|
Change Attribute Type FALSES : Set<String> to FALSES : ImmutableSet<String> in class com.google.javascript.jscomp.CommandLineRunner.Flags.BooleanOptionHandler |
From |
To |
|
Change Attribute Type DECLARATION_PARENTS : Set<Token> to DECLARATION_PARENTS : ImmutableSet<Token> in class com.google.javascript.jscomp.ReferenceCollectingCallback.Reference |
From |
To |