|
Rename Variable propTypeEntry : Map.Entry<String,JSType> to entry : Map.Entry<String,Property> in method package fromProperties(oldProps Map<String,Property>) : ObjectType in class com.google.javascript.jscomp.newtypes.ObjectType |
From |
To |
|
Rename Variable propType : JSType to prop : Property in method package fromProperties(oldProps Map<String,Property>) : ObjectType in class com.google.javascript.jscomp.newtypes.ObjectType |
From |
To |
|
Rename Variable isFieldTypeDeclared : boolean to isPropDeclared : boolean in method private getRecordTypeHelper(n Node, registry DeclaredTypeRegistry, typeParameters ImmutableList<String>) : JSType in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc |
From |
To |
|
Rename Variable fieldNameNode : Node to propNameNode : Node in method private getRecordTypeHelper(n Node, registry DeclaredTypeRegistry, typeParameters ImmutableList<String>) : JSType in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc |
From |
To |
|
Rename Variable fields : Map<String,JSType> to props : Map<String,Property> in method private getRecordTypeHelper(n Node, registry DeclaredTypeRegistry, typeParameters ImmutableList<String>) : JSType in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc |
From |
To |
|
Rename Variable fieldName : String to propName : String in method private getRecordTypeHelper(n Node, registry DeclaredTypeRegistry, typeParameters ImmutableList<String>) : JSType in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc |
From |
To |
|
Rename Variable props : PersistentMap<String,Property> to newProps : PersistentMap<String,Property> in method package fromProperties(oldProps Map<String,Property>) : ObjectType in class com.google.javascript.jscomp.newtypes.ObjectType |
From |
To |
|
Change Variable Type propTypeEntry : Map.Entry<String,JSType> to entry : Map.Entry<String,Property> in method package fromProperties(oldProps Map<String,Property>) : ObjectType in class com.google.javascript.jscomp.newtypes.ObjectType |
From |
To |
|
Change Variable Type fields : Map<String,JSType> to props : Map<String,Property> in method private getRecordTypeHelper(n Node, registry DeclaredTypeRegistry, typeParameters ImmutableList<String>) : JSType in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc |
From |
To |
|
Change Variable Type propType : JSType to prop : Property in method package fromProperties(oldProps Map<String,Property>) : ObjectType in class com.google.javascript.jscomp.newtypes.ObjectType |
From |
To |