Skip to content

Interface AssignmentNode

Source: shellAST.ts

Represents an assignment of an environment variable.

Extends

Properties

type

type: Assignment

The type of this node.

Overrides

BaseNode.type


name

name: string

The name of the environment variable to assign.


value

value: Argument

The value to assign to the variable.

Built by Prozilla