DenoDeno.lint.SourceCodeinterface Deno.lint.SourceCodeunstableProperties ##text: stringGet the full source code. #ast: ProgramGet the root node of the file. It's always the Program node. Methods ##getText(node?: Node): stringGet the source test of a node. Omit node to get the full source code. #getAncestors(node: Node): Node[]Returns array of ancestors of the current node, excluding the current node.
interface Deno.lint.SourceCodeunstableProperties ##text: stringGet the full source code. #ast: ProgramGet the root node of the file. It's always the Program node. Methods ##getText(node?: Node): stringGet the source test of a node. Omit node to get the full source code. #getAncestors(node: Node): Node[]Returns array of ancestors of the current node, excluding the current node.