UNPKG

@aquaori/deplens

Version:

A precise dependency analysis tool for npm and pnpm projects

8 lines 308 B
/** * 将 TypeScript 代码转译为标准 JavaScript * @param sourceCode 源代码 * @param filename 文件名 * @returns 转译后的代码 */ export declare function transpileToStandardJS(sourceCode: any, rootPath: string, filename?: string): Promise<string>; //# sourceMappingURL=transpiler.d.ts.map