chore: fix some typos (#5050) [ci skip]
This commit is contained in:
@@ -330,7 +330,7 @@ function getGeneratedPropsConstantType(
|
||||
} else if (value.type === NodeTypes.JS_CALL_EXPRESSION) {
|
||||
// some helper calls can be hoisted,
|
||||
// such as the `normalizeProps` generated by the compiler for pre-normalize class,
|
||||
// in this case we need to respect the ConstantType of the helper's argments
|
||||
// in this case we need to respect the ConstantType of the helper's arguments
|
||||
valueType = getConstantTypeOfHelperCall(value, context)
|
||||
} else {
|
||||
valueType = ConstantTypes.NOT_CONSTANT
|
||||
|
||||
Reference in New Issue
Block a user