Skip to content

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

BaseNode.type


redirections?

optional redirections?: RedirectionNode[]

An optional list of redirections to apply to this execution unit.

Built by Prozilla