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

Interface RunOptions

main.ts:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65export interface RunOptions extends Options {
66 writeback?(code: string): void;
67}
68
69function runFile(path: any, transformer: Transformer, options?: RunOptions) {
70 fs.readFile(path, "utf-8", function (err, code) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…