chore: spelling mistake in ast.ts (#88)
This commit is contained in:
parent
7bb317b031
commit
eaf4f67c62
@ -166,7 +166,7 @@ export interface ForNode extends Node {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// We also include a number of JavaScript AST nodes for code generation.
|
// We also include a number of JavaScript AST nodes for code generation.
|
||||||
// The AST is an intentioanlly minimal subset just to meet the exact needs of
|
// The AST is an intentionally minimal subset just to meet the exact needs of
|
||||||
// Vue render function generation.
|
// Vue render function generation.
|
||||||
export type JSChildNode =
|
export type JSChildNode =
|
||||||
| CallExpression
|
| CallExpression
|
||||||
|
Loading…
x
Reference in New Issue
Block a user