MCPcopy
hub / github.com/nodejs/node / Options

Interface Options

deps/amaro/lib/wasm.d.ts:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10interface Options {
11 module?: boolean;
12 filename?: string;
13 mode?: Mode;
14 transform?: TransformConfig;
15 deprecatedTsModuleAsError?: boolean;
16 sourceMap?: boolean;
17}
18
19interface TransformConfig {
20 /**

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…