MCPcopy
hub / github.com/airbnb/ts-migrate / MigrateParams

Interface MigrateParams

packages/ts-migrate-server/src/migrate/index.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { PluginParams, LintConfig } from '../../types';
8
9interface MigrateParams {
10 rootDir: string;
11 tsConfigDir?: string;
12 config: MigrateConfig;
13 sources?: string | string[];
14 lintConfig?: LintConfig;
15}
16
17export default async function migrate({
18 rootDir,

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…