Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

attachComments

Attaching the comments is needed to keep the comments and to allow blank lines to be preserved.

function attachComments(
ast: any,
comments: any,
tokens: any,
): any;
§
attachComments(ast: any, comments: any, tokens: any): any
[src]

§Parameters

§
ast: any
[src]
§
comments: any
[src]
§
tokens: any
[src]

§Return Type