e7391810ad9f62b468646c925c00ece8456fbb55
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type libraries : Iterable<String> to preventLibraryInjection : boolean in method public setPreventLibraryInjection(preventLibraryInjection boolean) : void in class com.google.javascript.jscomp.CompilerOptions | From | To | |
Inline Method | 1 | ||
Inline Method package loadLibraryCode(resourceName String, normalizeAndUniquifyNames boolean) : Node inlined to package ensureLibraryInjected(resourceName String, force boolean) : Node in class com.google.javascript.jscomp.Compiler | From | To | |
Rename Class | 1 | ||
Rename Class com.google.javascript.jscomp.InjectEs6RuntimeLibrary renamed to com.google.javascript.jscomp.InjectRuntimeLibraries | From | To | |
Rename Attribute | 1 | ||
Rename Attribute es6RuntimeLibrary : PassFactory to injectRuntimeLibraries : PassFactory in class com.google.javascript.jscomp.DefaultPassConfig | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type installers : Set<InjectedInstaller> to installers : Set<String> in class com.google.javascript.jscomp.RewritePolyfills.Traverser | From | To | |
Change Attribute Type preventLibraryInjection : Set<String> to preventLibraryInjection : boolean in class com.google.javascript.jscomp.CompilerOptions | From | To | |
Rename Parameter | 3 | ||
Rename Parameter libraries : Iterable<String> to preventLibraryInjection : boolean in method public setPreventLibraryInjection(preventLibraryInjection boolean) : void in class com.google.javascript.jscomp.CompilerOptions | From | To | |
Rename Parameter normalizeAndUniquifyNames : boolean to force : boolean in method package ensureLibraryInjected(resourceName String, force boolean) : Node in class com.google.javascript.jscomp.Compiler | From | To | |
Rename Parameter normalizeAndUniquifyNames : boolean to force : boolean in method package abstract ensureLibraryInjected(resourceName String, force boolean) : Node in class com.google.javascript.jscomp.AbstractCompiler | From | To |