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

Method get

lib/patcher.ts:17–17  ·  view source on GitHub ↗
(loc?: any)

Source from the content-addressed store, hash-verified

15interface PatcherType {
16 replace(loc: any, lines: any): any;
17 get(loc?: any): any;
18 tryToReprintComments(newNode: any, oldNode: any, print: any): any;
19 deleteComments(node: any): any;
20}

Callers 13

parser.tsFile · 0.80
getSortedChildNodesFunction · 0.80
getReprinterFunction · 0.80
parens.tsFile · 0.80
mapping.tsFile · 0.80
addUseStrictFunction · 0.80
babel.tsFile · 0.80
FunctionFunction · 0.80
printer.tsFile · 0.80
visitStaticBlockFunction · 0.80
visitImportAttributeFunction · 0.80
patcher.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected