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

Method map

lib/fast-path.ts:40–40  ·  view source on GitHub ↗
(callback: any, ...names: any[])

Source from the content-addressed store, hash-verified

38 call(callback: any, ...names: any[]): any;
39 each(callback: any, ...names: any[]): any;
40 map(callback: any, ...names: any[]): any;
41 hasParens(): any;
42 getPrevToken(node: any): any;
43 getNextToken(node: any): any;

Callers 13

genericPrintNoParensFunction · 0.80
printArgumentsListFunction · 0.80
printFunctionParamsFunction · 0.80
printExportDeclarationFunction · 0.80
stripMarginMethod · 0.80
indentMethod · 0.80
indentTailMethod · 0.80
lockIndentTailMethod · 0.80
joinMethod · 0.80
fromStringFunction · 0.80
printer.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected