1ccb534b35ffd4a3bc2f11a8f6ddfef6314a7ea2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testEsModule_importSpecs_inferredExport() : void renamed to public testEsModule_importSpecs_inferredExport_exportSpecs() : void in class com.google.javascript.jscomp.TypedScopeCreatorTest | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Map<Node,ScopedName> in method package declareEsModuleImports(module Module, scope TypedScope, moduleInput CompilerInput) : Map<Node,ScopedName> in class com.google.javascript.jscomp.ModuleImportResolver | From | To | |
Extract Variable | 1 | ||
Extract Variable syntacticBlockScope : TypedScope in method package flowThrough(n Node, input FlowScope) : FlowScope from class com.google.javascript.jscomp.TypeInference | From | To | |
Rename Parameter | 1 | ||
Rename Parameter n : Node to declarationNode : Node in method private finishConstructorDefinition(declarationNode Node, variableName String, fnType FunctionType, scopeToDeclareIn TypedScope, input CompilerInput) : void in class com.google.javascript.jscomp.TypedScopeCreator.AbstractScopeBuilder | From | To |