collateParseErrors(parseTree: Tree,sdlStringInput: SdlStringInput,): SyntacticParseError[]
Return a collated list of parse errors from the parse tree.
sdlStringInput: SdlStringInput
The SDL source StringInput
.
collateParseErrors(parseTree: Tree,sdlStringInput: SdlStringInput,): SyntacticParseError[]
Return a collated list of parse errors from the parse tree.
sdlStringInput: SdlStringInput
The SDL source StringInput
.
import { collateParseErrors } from ".";