MCPcopy
hub / github.com/babel/babel / IClient

Interface IClient

packages/babel-register/src/types.ts:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12};
13
14export interface IClient {
15 getDefaultExtensions(): string[];
16 setOptions(options: Options): void;
17 transform(
18 code: string,
19 filename: string,
20 ): { code: string; map: object } | null;
21 isFileIgnored(filename: string): boolean;
22 close(): void;
23}

Callers 19

registerFunction · 0.65
registerFunction · 0.65
readMethod · 0.65
readMethod · 0.65
buildBabelFunction · 0.65
transformReplFunction · 0.65
babel.jsFile · 0.65
compileFunction · 0.65
transformFunction · 0.65
matcherFunction · 0.65
disconnectMethod · 0.65

Implementers 1

Clientpackages/babel-register/src/worker-cli

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…