d0867871bbcbba44eedcb94ed2fbdab661067f42
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type Collection<CompilerInput> to Set<CompilerInput> in method private createEntryPointInputs(depOptions DependencyOptions, inputs List<CompilerInput>, sorter SortedDependencies<CompilerInput>) : Set<CompilerInput> in class com.google.javascript.jscomp.JSModuleGraph | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type entryPointInputs : Iterable<CompilerInput> to entryPointInputs : Set<CompilerInput> in method public manageDependencies(depOptions DependencyOptions, inputs List<CompilerInput>) : ImmutableList<CompilerInput> in class com.google.javascript.jscomp.JSModuleGraph | From | To | |
| Extract Method | 3 | ||
| Extract Method public isCommonJsImport(requireCall Node, resolutionMode ModuleLoader.ResolutionMode) : boolean extracted from public isCommonJsImport(requireCall Node) : boolean in class com.google.javascript.jscomp.ProcessCommonJSModules | From | To | |
| Extract Method public isCommonJsExport(t NodeTraversal, export Node, resolutionMode ModuleLoader.ResolutionMode) : boolean extracted from public isCommonJsExport(t NodeTraversal, export Node) : boolean in class com.google.javascript.jscomp.ProcessCommonJSModules | From | To | |
| Extract Method public getCommonJsImportPath(requireCall Node, resolutionMode ModuleLoader.ResolutionMode) : String extracted from public getCommonJsImportPath(requireCall Node) : String in class com.google.javascript.jscomp.ProcessCommonJSModules | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter packageJsonMainEntries : Map<String,String> to lookupMap : Map<String,String> in method public ModuleLoader(errorHandler ErrorHandler, moduleRoots Iterable<String>, inputs Iterable<? extends DependencyInfo>, pathResolver PathResolver, resolutionMode ResolutionMode, lookupMap Map<String,String>) in class com.google.javascript.jscomp.deps.ModuleLoader | From | To |