UNPKG
@zakijs/plugin-compiler-alipay
Version:
latest (1.0.69-beta.1)
1.0.69-beta.1
1.0.69-beta.0
1.0.9-beta.0
1.0.4-beta.14
1.0.4-beta.12
1.0.4-beta.11
1.0.4-beta.10
1.0.4-beta.9
1.0.4-beta.8
1.0.4-beta.7
1.0.4-beta.6
1.0.4-beta.5
1.0.4-beta.4
1.0.4-beta.3
1.0.4-beta.1
1.0.4-beta.0
mor complier plugin for alipay mini program
github.com/eleme/morjs
eleme/morjs
@zakijs/plugin-compiler-alipay
/
lib
/
runtimeConfig.d.ts
14 lines
(13 loc)
•
317 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * 获取运行时抹平相关代码路径 *
@param
sourceType - 源码类型 *
@param
target - 目标平台 */
export
declare
function
getRuntimeFiles
(
sourceType:
string
, target:
string
):
{ api:
string
; app:
string
; page:
string
; component:
string
; behavior:
string
; mixin:
string
; };