AstPreamble: {
    comment?: Comment[];
    content: Node[];
    kind: "ast.preamble";
    rest: string;
}

Type declaration

  • Optional comment?: Comment[]

    Comments in the document.

  • content: Node[]

    Nodes of the parsed preamble.

  • kind: "ast.preamble"
  • rest: string

    The rest of the document after the preamble.

Generated using TypeDoc