UNPKG
@aquaori/deplens
Version:
latest (1.0.6)
1.0.6
1.0.3
1.0.2
1.0.1
1.0.0
A precise dependency analysis tool for npm and pnpm projects
@aquaori/deplens
/
dist
/
utils
/
transpiler.d.ts
8 lines
•
308 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * 将 TypeScript 代码转译为标准 JavaScript *
@param
sourceCode 源代码 *
@param
filename 文件名 *
@returns
转译后的代码 */
export
declare
function
transpileToStandardJS
(
sourceCode
:
any
,
rootPath
:
string
,
filename
?:
string
):
Promise
<
string
>;
//# sourceMappingURL=transpiler.d.ts.map