|
Change Attribute Type SUPPORTED_COLOR_TERMINALS : Set<String> to SUPPORTED_COLOR_TERMINALS : ImmutableSet<String> in class com.google.javascript.jscomp.AbstractMessageFormatter |
From |
To |
|
Change Attribute Type DEFAULT_GLOBAL_NAMES : Set<String> to DEFAULT_GLOBAL_NAMES : ImmutableSet<String> in class com.google.javascript.jscomp.NameAnalyzer |
From |
To |
|
Change Attribute Type RESERVED_NAMES : Set<String> to RESERVED_NAMES : ImmutableSet<String> in class com.google.javascript.jscomp.DefaultNameGeneratorTest |
From |
To |
|
Change Attribute Type FORBIDDEN_TYPES : Set<Token> to FORBIDDEN_TYPES : ImmutableSet<Token> in class com.google.javascript.jscomp.GatherSideEffectSubexpressionsCallback |
From |
To |
|
Change Attribute Type BLOCKLESS_DECLARATION_FORBIDDEN_STATEMENTS : Set<Token> to BLOCKLESS_DECLARATION_FORBIDDEN_STATEMENTS : ImmutableSet<Token> in class com.google.javascript.jscomp.VariableReferenceCheck |
From |
To |