Convert the source description desc
generated by the ASTNodeWriters into a source string,
while also populating the given source map sourceMap.
Write out the given node to a string.
If given a source map sourceMap, add a mapping from every child of node
to its corrseponding range in the resulting string in sourceMap.
Generated using TypeDoc
Generate
SrcDescfor element ofDescArgs.Used by
ASTNodeWriters to handle different nested nodes.