|
Change Parameter Type inputsToProcess : List<CompilerInput> to inputsToProcess : Iterable<CompilerInput> in method package processJsonInputs(inputsToProcess Iterable<CompilerInput>) : Map<String,String> in class com.google.javascript.jscomp.Compiler |
From |
To |
|
Change Parameter Type externs : List<CompilerInput> to externs : Iterable<CompilerInput> in method package GlobalVarReferenceMap(inputs Iterable<CompilerInput>, externs Iterable<CompilerInput>) in class com.google.javascript.jscomp.GlobalVarReferenceMap |
From |
To |
|
Change Parameter Type inputs : List<CompilerInput> to inputs : Iterable<CompilerInput> in method package GlobalVarReferenceMap(inputs Iterable<CompilerInput>, externs Iterable<CompilerInput>) in class com.google.javascript.jscomp.GlobalVarReferenceMap |
From |
To |
|
Change Parameter Type inputList : List<CompilerInput> to allInputs : Iterable<CompilerInput> in method package prebuild(allInputs Iterable<CompilerInput>) : void in class com.google.javascript.jscomp.PrebuildAst |
From |
To |
|
Change Parameter Type inputs : List<CompilerInput> to inputs : Iterable<CompilerInput> in method private createEntryPointInputs(depOptions DependencyOptions, inputs Iterable<CompilerInput>, sorter SortedDependencies<CompilerInput>) : Set<CompilerInput> in class com.google.javascript.jscomp.JSModuleGraph |
From |
To |
|
Change Parameter Type inputsToProcess : List<CompilerInput> to inputsToProcess : Iterable<CompilerInput> in method private parsePotentialModules(inputsToProcess Iterable<CompilerInput>) : List<CompilerInput> in class com.google.javascript.jscomp.Compiler |
From |
To |