Options
All
  • Public
  • Public/Protected
  • All
Menu

Source represents an interface for the Node.source property.

Hierarchy

  • Source

Index

Properties

Properties

end?: Position

The inclusive ending position for the source code of a node.

input: Input_

The source file from where a node has originated.

start?: Position

The inclusive starting position for the source code of a node.