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