IncrementalSyntaxTree
interface exported by @mwillbanks/tuil-code.
interface
Public interface exported by @mwillbanks/tuil-code.
export interface IncrementalSyntaxTree {
readonly nodes: readonly IncrementalSyntaxNode[];
readonly source?: string;
readonly incremental?: boolean;
readonly revision?: number;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
nodes | readonly IncrementalSyntaxNode[] | Yes | The nodes member uses the readonly IncrementalSyntaxNode[] contract. | IncrementalSyntaxNode |
source | string | undefined | No | The source member uses the string | undefined contract. | — |
incremental | boolean | undefined | No | The incremental member uses the boolean | undefined contract. | — |
revision | number | undefined | No | The revision member uses the number | undefined contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference