Convert the source description desc
generated by the ASTNodeWriter
s 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
SrcDesc
for element ofDescArgs
.Used by
ASTNodeWriter
s to handle different nested nodes.