Interface BaseRedirectionNode
Source: shellAST.ts
An abstract node that can handle I/O redirections.
Extends
Extended by
Properties
type
type:
NodeType
The type of this node.
Inherited from
redirections?
optionalredirections?:RedirectionNode[]
An optional list of redirections to apply to this execution unit.