Skip to content

Interface CommandSubstitutionNode

Source: shellAST.ts

Represents a node that gets replaced with the output of a block of code.

Extends

Properties

type

type: CommandSubstitution

The type of this node.

Overrides

BaseNode.type


content

content: Block

The node to execute for substitution.

Built by Prozilla