MCPcopy
hub / github.com/benjamn/recast / PrintResultType

Interface PrintResultType

lib/printer.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import * as util from "./util";
12
13export interface PrintResultType {
14 code: string;
15 map?: any;
16 toString(): string;
17}
18
19interface PrintResultConstructor {
20 new (code: any, sourceMap?: any): PrintResultType;

Callers 8

parseFunction · 0.65
printer.tsFile · 0.65
jsSafeStringifyFunction · 0.65
getSourceMapMethod · 0.65
bootstrapSliceStringMethod · 0.65
checkIdFunction · 0.65
tryToParseFileFunction · 0.65
runTestsForParserFunction · 0.65

Implementers 1

Lineslib/lines.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…