Returns all nodes that this node depends on.
JavaScript code node that represents full source code that exports this variable
Collection of errors associated with this node. This is set, for example, when evaluating code represented by this node fails.
Hash that identifies the node. When code or dependencies change, new node will be created and it will have a different hash.
A tag that allows us to pattern match on JsNode
objects
Language of the plugin that created and owns this node.
The evaluated value associated with this node. This is null
when the node is created.
Name of the exported variable to be used when rendering a preview
Generated using TypeDoc
A node representing a variable exported from a JavaScript code block. This inherits
variableName
fromExportNode
.