|
Rename Method private googPredicateTransformType(typeHint String, booleanContext JSType, beforeType JSType) : JSType renamed to private predicateTransformType(typeHint String, booleanContext JSType, beforeType JSType) : JSType in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Rename Method private isClosureSpecificCall(expr Node) : boolean renamed to private isPropertyTestCall(expr Node) : boolean in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Rename Method private analyzeClosureCallFwd(call Node, inEnv TypeEnv, specializedType JSType) : EnvTypePair renamed to private analyzePropertyTestCallFwd(call Node, inEnv TypeEnv, specializedType JSType) : EnvTypePair in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Rename Method private analyzeGoogTypePredicate(call Node, typeHint String, inEnv TypeEnv, specializedType JSType) : EnvTypePair renamed to private analyzeTypePredicate(call Node, typeHint String, inEnv TypeEnv, specializedType JSType) : EnvTypePair in class com.google.javascript.jscomp.NewTypeInference |
From |
To |