prettyPrint(specification: Specification,sdlStringInput: SdlStringInput,): Promise<string>
Prettify the source.
specification: Specification
The specification to be used for the pre-parsed AST.
sdlStringInput: SdlStringInput
The SDL source StringInput
.