Skip to content

Type ExecutableNode

ExecutableNode = CommandNode | LogicalNode | PipelineNode | IfNode | WhileNode | ForInNode | ForExpressionNode | AssignmentNode | ArithmeticNode

Source: shellAST.ts

Represents a node that acts as an executable unit capable of handling standard input and output streams and returning an exit code.

Built by Prozilla