Interface: EcDescentArgs
Defined in: packages/core/src/visitors/equality-checker.ts:11
Arguments threaded through the equality-checking visitor during recursive descent.
Properties
ignoreLang
ignoreLang:
boolean
Defined in: packages/core/src/visitors/equality-checker.ts:15
When true, differences in the lang field of plan operators are ignored.
other
other:
PlanOperator
Defined in: packages/core/src/visitors/equality-checker.ts:13
The node from the second tree being compared against the currently visited node.
renameMap?
optionalrenameMap?:RenameMap
Defined in: packages/core/src/visitors/equality-checker.ts:17
Optional rename map applied to identifiers in other before comparing.