wip(compiler): improve node stringification to support adjacent nodes
This commit is contained in:
@@ -194,6 +194,11 @@ export interface SimpleExpressionNode extends Node {
|
||||
content: string
|
||||
isStatic: boolean
|
||||
isConstant: boolean
|
||||
/**
|
||||
* Indicates this is an identifier for a hoist vnode call and points to the
|
||||
* hoisted node.
|
||||
*/
|
||||
hoisted?: JSChildNode
|
||||
/**
|
||||
* an expression parsed as the params of a function will track
|
||||
* the identifiers declared inside the function body.
|
||||
|
||||
Reference in New Issue
Block a user