import { type PrintNodeOptions } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Options for printing a node.
Properties
optional
newLineKind: NewLineKindNew line kind.
Defaults to line feed.
optional
emitHint: EmitHintFrom the compiler api: "A value indicating the purpose of a node. This is primarily used to
distinguish between an Identifier
used in an expression position, versus an
Identifier
used as an IdentifierName
as part of a declaration. For most nodes you
should just pass Unspecified
."
Defaults to Unspecified
.
optional
scriptKind: ScriptKindThe script kind.