File tree 1 file changed +2
-2
lines changed
packages/compiler-core/src/transforms
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function walk(
59
59
// This is only a concern for pre-stringification (via transformHoist by
60
60
// @vue /compiler-dom), but doing it here allows us to perform only one full
61
61
// walk of the AST and allow `stringifyStatic` to stop walking as soon as its
62
- // stringficiation threshold is met.
62
+ // stringification threshold is met.
63
63
let canStringify = true
64
64
65
65
const { children } = node
@@ -341,7 +341,7 @@ function getGeneratedPropsConstantType(
341
341
} else if ( value . type === NodeTypes . JS_CALL_EXPRESSION ) {
342
342
// some helper calls can be hoisted,
343
343
// such as the `normalizeProps` generated by the compiler for pre-normalize class,
344
- // in this case we need to respect the ConstanType of the helper's argments
344
+ // in this case we need to respect the ConstantType of the helper's argments
345
345
valueType = getConstantTypeOfHelperCall ( value , context )
346
346
} else {
347
347
valueType = ConstantTypes . NOT_CONSTANT
You can’t perform that action at this time.
0 commit comments