MCPcopy
hub / github.com/aidenybai/million / CompilerOutput

Interface CompilerOutput

packages/compiler/plugin.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const DEFAULT_EXCLUDE = 'node_modules/**/*.{jsx,tsx,ts,js,mjs,cjs}';
15
16interface CompilerOutput {
17 code: BabelFileResult['code'];
18 map: BabelFileResult['map'];
19}
20
21let ssr = false;
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected