Skip to content

Type Node

Node = ExecutableNode | ConditionalBlockNode | ExpansionNode

Source: shellAST.ts

Represents a node in the shell's Abstract Syntax Tree (AST).

Built by Prozilla