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

Interface TreeCopierType

lib/parser.ts:126–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126interface TreeCopierType {
127 lines: any;
128 tokens: any[];
129 startTokenIndex: number;
130 endTokenIndex: number;
131 indent: number;
132 seen: Map<any, any>;
133 copy(node: any): any;
134 findTokenRange(loc: any): any;
135}
136
137interface TreeCopierConstructor {
138 new (lines: any, tokens: any): TreeCopierType;

Callers 4

parseFunction · 0.65
parser.tsFile · 0.65
findObjectReprintsFunction · 0.65
parser.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…