miniprogram-ci 1.8.0 → 1.8.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/README.md +1 -1
- package/dist/@types/ci/cos-upload.d.ts +1 -3
- package/dist/@types/config.d.ts +1 -1
- package/dist/@types/core/json/app/checkAppFields.d.ts +1 -0
- package/dist/@types/core/worker_thread/task/minifywxml.d.ts +26 -1
- package/dist/@types/summer/devtool.d.ts +5 -0
- package/dist/@types/summer/graph/basegraph.d.ts +2 -0
- package/dist/@types/summer/plugins/minifywxml.d.ts +5 -0
- package/dist/@types/summer/summer.d.ts +1 -0
- package/dist/@types/summer/types.d.ts +12 -3
- package/dist/@types/types/miniprogram-json/app.d.ts +3 -0
- package/dist/@types/utils/babel_plugin_worklet.d.ts +34 -0
- package/dist/@types/utils/locales/locales.d.ts +3 -0
- package/dist/@types/utils/locales/zh.d.ts +3 -0
- package/dist/@types/vendor/code-analyse/index.d.ts +58 -1
- package/dist/ci/code-analyse.js +1 -1
- package/dist/ci/cos-upload.js +1 -1
- package/dist/ci/getCompiledResult.js +1 -1
- package/dist/ci/getDevSourceMap.js +1 -1
- package/dist/ci/getLatestVersion.js +1 -1
- package/dist/ci/jsserver.js +1 -1
- package/dist/ci/preview.js +1 -1
- package/dist/ci/project.js +1 -1
- package/dist/ci/projectattr.js +1 -1
- package/dist/ci/upload.js +1 -1
- package/dist/ci/utils/packfile.js +1 -1
- package/dist/cli.js +1 -1
- package/dist/cloud/cloudapi.js +1 -1
- package/dist/cloud/createTimeTrigger.js +1 -1
- package/dist/cloud/uploadContainer.js +1 -1
- package/dist/cloud/uploadFile.js +1 -1
- package/dist/cloud/uploadFunction.js +1 -1
- package/dist/cloud/utils.js +1 -1
- package/dist/config.js +1 -1
- package/dist/core/compile/common.js +1 -1
- package/dist/core/compile/game.js +1 -1
- package/dist/core/compile/game_plugin.js +1 -1
- package/dist/core/compile/handler/js.js +1 -1
- package/dist/core/compile/handler/mpjson.js +1 -1
- package/dist/core/compile/handler/wxml.js +1 -1
- package/dist/core/compile/handler/wxss.js +1 -1
- package/dist/core/compile/index.js +1 -1
- package/dist/core/compile/mini_program.js +1 -1
- package/dist/core/compile/mini_program_plugin.js +1 -1
- package/dist/core/js/enhance.js +1 -1
- package/dist/core/js/index.js +1 -1
- package/dist/core/js/minifyjs.js +1 -1
- package/dist/core/js/minifyjs_after_wrap.js +1 -1
- package/dist/core/json/app/checkAppFields.js +1 -1
- package/dist/core/json/app/getAppJSON.js +1 -1
- package/dist/core/json/app/getExtJSON.js +1 -1
- package/dist/core/json/app/index.js +1 -1
- package/dist/core/json/common.js +1 -1
- package/dist/core/json/game.js +1 -1
- package/dist/core/json/page/checkPageJSON.js +1 -1
- package/dist/core/json/page/getPageJSON.js +1 -1
- package/dist/core/json/plugin/plugin.js +1 -1
- package/dist/core/json/plugin/plugin_page.js +1 -1
- package/dist/core/json/projectWithMockBuffer.js +1 -1
- package/dist/core/json/projectconfig.js +1 -1
- package/dist/core/json/reactiveCache.js +1 -1
- package/dist/core/json/signaturejson.js +1 -1
- package/dist/core/json/sitemap.js +1 -1
- package/dist/core/json/theme.js +1 -1
- package/dist/core/npm/filterdeps.js +1 -1
- package/dist/core/npm/packnpm.js +1 -1
- package/dist/core/protect/file_flatter.js +1 -1
- package/dist/core/protect/uglifyfilenames.js +1 -1
- package/dist/core/validate/validate.js +1 -1
- package/dist/core/worker_thread/childprocess.js +1 -1
- package/dist/core/worker_thread/childprocess_manager.js +1 -1
- package/dist/core/worker_thread/fork.js +1 -1
- package/dist/core/worker_thread/index.js +1 -1
- package/dist/core/worker_thread/task/call_func.js +1 -1
- package/dist/core/worker_thread/task/compilejs.js +1 -1
- package/dist/core/worker_thread/task/compilewxss.js +1 -1
- package/dist/core/worker_thread/task/func.js +1 -1
- package/dist/core/worker_thread/task/index.js +1 -1
- package/dist/core/worker_thread/task/minifywxml.js +1 -1
- package/dist/core/worker_thread/worker.js +1 -1
- package/dist/core/worker_thread/worker_manager.js +1 -1
- package/dist/core.js +1 -1
- package/dist/index.js +1 -1
- package/dist/manifest.json +3 -3
- package/dist/schema/dist/index.d.ts +1 -1
- package/dist/summer/ci.js +1 -1
- package/dist/summer/devtool.js +1 -1
- package/dist/summer/entry_process.js +1 -1
- package/dist/summer/graph/appconf.js +1 -1
- package/dist/summer/graph/appgraph.js +1 -1
- package/dist/summer/graph/basegraph.js +1 -1
- package/dist/summer/graph/pluginconf.js +1 -1
- package/dist/summer/graph/plugingraph.js +1 -1
- package/dist/summer/initPlugin.js +1 -1
- package/dist/summer/persist_cache.js +1 -1
- package/dist/summer/plugins/base/es6module.js +1 -1
- package/dist/summer/plugins/base/javascript.js +1 -1
- package/dist/summer/plugins/base/wxss.js +1 -1
- package/dist/summer/plugins/enhance.js +1 -1
- package/dist/summer/plugins/index.js +1 -1
- package/dist/summer/plugins/less.js +1 -1
- package/dist/summer/plugins/minifywxml.js +1 -0
- package/dist/summer/plugins/sass.js +1 -1
- package/dist/summer/plugins/terser.js +1 -1
- package/dist/summer/plugins/typescript.js +1 -1
- package/dist/summer/project.js +1 -1
- package/dist/summer/resolver.js +1 -1
- package/dist/summer/summer.js +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/miniprogram-json/index.js +1 -1
- package/dist/utils/babel_helper.js +1 -1
- package/dist/utils/babel_plugin_worklet.js +3 -0
- package/dist/utils/common.js +1 -1
- package/dist/utils/error.js +1 -1
- package/dist/utils/fsagent.js +1 -1
- package/dist/utils/glob.js +1 -1
- package/dist/utils/jsonParse.js +1 -1
- package/dist/utils/locales/en.js +1 -1
- package/dist/utils/locales/locales.js +1 -1
- package/dist/utils/locales/zh.js +1 -1
- package/dist/utils/request.js +1 -1
- package/dist/utils/sign.js +1 -1
- package/dist/utils/taskstatus.js +1 -1
- package/dist/utils/tools.js +1 -1
- package/dist/utils/white_ext_list.js +1 -1
- package/dist/vendor/cloud-api/src/apis/apis.js +1 -1
- package/dist/vendor/cloud-api/src/apis/cdn/cdn.apis.js +1 -1
- package/dist/vendor/cloud-api/src/apis/cdn/index.js +1 -1
- package/dist/vendor/cloud-api/src/apis/flexdb/flexdb.apis.js +1 -1
- package/dist/vendor/cloud-api/src/apis/flexdb/index.js +1 -1
- package/dist/vendor/cloud-api/src/apis/scf/index.js +1 -1
- package/dist/vendor/cloud-api/src/apis/scf/scf.apis.js +1 -1
- package/dist/vendor/cloud-api/src/apis/ssl/index.js +1 -1
- package/dist/vendor/cloud-api/src/apis/ssl/ssl.apis.js +1 -1
- package/dist/vendor/cloud-api/src/apis/tcb/general.apis.js +1 -1
- package/dist/vendor/cloud-api/src/apis/tcb/index.js +1 -1
- package/dist/vendor/cloud-api/src/apis/tcb/tcb.apis.js +1 -1
- package/dist/vendor/cloud-api/src/index.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/contracts/cdn.contracts.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/contracts/contracts.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/contracts/flexdb.contracts.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/contracts/scf.contracts.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/contracts/ssl.contracts.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/contracts/tcb.contracts.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/validations/cdn.validations.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/validations/common.validations.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/validations/flexdb.validations.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/validations/scf.validations.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/validations/ssl.validations.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/validations/tcb.validations.js +1 -1
- package/dist/vendor/cloud-api/src/transaction/validations/validations.js +1 -1
- package/dist/vendor/code-analyse/index.js +1 -1
- package/dist/vendor/schema/dist/app.js +37 -1
- package/dist/vendor/schema/dist/ext.js +32 -1
- package/dist/vendor/schema/dist/game.js +1 -1
- package/dist/vendor/schema/dist/index.js +2 -1
- package/dist/vendor/schema/dist/page.js +24 -1
- package/dist/vendor/schema/dist/plugin.js +1 -1
- package/dist/vendor/schema/dist/pluginpage.js +1 -1
- package/dist/vendor/schema/dist/projectconfig.js +395 -12
- package/dist/vendor/schema/dist/projectprivateconfig.js +351 -0
- package/dist/vendor/schema/dist/sitemap.js +1 -1
- package/dist/vendor/schema/dist/theme.js +1 -1
- package/package.json +9 -4
|
@@ -263,6 +263,34 @@ module.exports = {
|
|
|
263
263
|
"webview"
|
|
264
264
|
],
|
|
265
265
|
"type": "string"
|
|
266
|
+
},
|
|
267
|
+
"resolveAlias": {
|
|
268
|
+
"type": "object",
|
|
269
|
+
"additionalProperties": {
|
|
270
|
+
"type": "string"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"debugOptions": {
|
|
274
|
+
"type": "object",
|
|
275
|
+
"properties": {
|
|
276
|
+
"enableFPSPanel": {
|
|
277
|
+
"type": "boolean"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"additionalProperties": false
|
|
281
|
+
},
|
|
282
|
+
"halfPage": {
|
|
283
|
+
"type": "object",
|
|
284
|
+
"properties": {
|
|
285
|
+
"firstPageNavigationStyle": {
|
|
286
|
+
"enum": [
|
|
287
|
+
"custom",
|
|
288
|
+
"default"
|
|
289
|
+
],
|
|
290
|
+
"type": "string"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"additionalProperties": false
|
|
266
294
|
}
|
|
267
295
|
},
|
|
268
296
|
"additionalProperties": false,
|
|
@@ -353,6 +381,14 @@ module.exports = {
|
|
|
353
381
|
"static"
|
|
354
382
|
],
|
|
355
383
|
"type": "string"
|
|
384
|
+
},
|
|
385
|
+
"handleWebviewPreload": {
|
|
386
|
+
"enum": [
|
|
387
|
+
"auto",
|
|
388
|
+
"manual",
|
|
389
|
+
"static"
|
|
390
|
+
],
|
|
391
|
+
"type": "string"
|
|
356
392
|
}
|
|
357
393
|
},
|
|
358
394
|
"additionalProperties": false
|
|
@@ -504,5 +540,5 @@ module.exports = {
|
|
|
504
540
|
}
|
|
505
541
|
},
|
|
506
542
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
507
|
-
"$version":
|
|
543
|
+
"$version": 1647412829749
|
|
508
544
|
}
|
|
@@ -396,6 +396,21 @@ module.exports = {
|
|
|
396
396
|
"webview"
|
|
397
397
|
],
|
|
398
398
|
"type": "string"
|
|
399
|
+
},
|
|
400
|
+
"initialRenderingCache": {
|
|
401
|
+
"enum": [
|
|
402
|
+
"dynamic",
|
|
403
|
+
"static"
|
|
404
|
+
],
|
|
405
|
+
"type": "string"
|
|
406
|
+
},
|
|
407
|
+
"handleWebviewPreload": {
|
|
408
|
+
"enum": [
|
|
409
|
+
"auto",
|
|
410
|
+
"manual",
|
|
411
|
+
"static"
|
|
412
|
+
],
|
|
413
|
+
"type": "string"
|
|
399
414
|
}
|
|
400
415
|
},
|
|
401
416
|
"additionalProperties": false
|
|
@@ -527,6 +542,14 @@ module.exports = {
|
|
|
527
542
|
}
|
|
528
543
|
},
|
|
529
544
|
"additionalProperties": false
|
|
545
|
+
},
|
|
546
|
+
"handleWebviewPreload": {
|
|
547
|
+
"enum": [
|
|
548
|
+
"auto",
|
|
549
|
+
"manual",
|
|
550
|
+
"static"
|
|
551
|
+
],
|
|
552
|
+
"type": "string"
|
|
530
553
|
}
|
|
531
554
|
},
|
|
532
555
|
"additionalProperties": false
|
|
@@ -614,6 +637,14 @@ module.exports = {
|
|
|
614
637
|
"static"
|
|
615
638
|
],
|
|
616
639
|
"type": "string"
|
|
640
|
+
},
|
|
641
|
+
"handleWebviewPreload": {
|
|
642
|
+
"enum": [
|
|
643
|
+
"auto",
|
|
644
|
+
"manual",
|
|
645
|
+
"static"
|
|
646
|
+
],
|
|
647
|
+
"type": "string"
|
|
617
648
|
}
|
|
618
649
|
},
|
|
619
650
|
"additionalProperties": false
|
|
@@ -765,5 +796,5 @@ module.exports = {
|
|
|
765
796
|
}
|
|
766
797
|
},
|
|
767
798
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
768
|
-
"$version":
|
|
799
|
+
"$version": 1646911935390
|
|
769
800
|
}
|
|
@@ -9,8 +9,9 @@ const page = require('./page.js');
|
|
|
9
9
|
const plugin = require('./plugin.js');
|
|
10
10
|
const pluginpage = require('./pluginpage.js');
|
|
11
11
|
const projectconfig = require('./projectconfig.js');
|
|
12
|
+
const projectprivateconfig = require('./projectprivateconfig.js');
|
|
12
13
|
const sitemap = require('./sitemap.js');
|
|
13
14
|
const theme = require('./theme.js');
|
|
14
15
|
exports.config = {
|
|
15
|
-
app, ext, game, page, plugin, pluginpage, projectconfig, sitemap, theme,
|
|
16
|
+
app, ext, game, page, plugin, pluginpage, projectconfig, projectprivateconfig, sitemap, theme,
|
|
16
17
|
};
|
|
@@ -146,6 +146,21 @@ module.exports = {
|
|
|
146
146
|
"webview"
|
|
147
147
|
],
|
|
148
148
|
"type": "string"
|
|
149
|
+
},
|
|
150
|
+
"initialRenderingCache": {
|
|
151
|
+
"enum": [
|
|
152
|
+
"dynamic",
|
|
153
|
+
"static"
|
|
154
|
+
],
|
|
155
|
+
"type": "string"
|
|
156
|
+
},
|
|
157
|
+
"handleWebviewPreload": {
|
|
158
|
+
"enum": [
|
|
159
|
+
"auto",
|
|
160
|
+
"manual",
|
|
161
|
+
"static"
|
|
162
|
+
],
|
|
163
|
+
"type": "string"
|
|
149
164
|
}
|
|
150
165
|
},
|
|
151
166
|
"additionalProperties": false,
|
|
@@ -277,11 +292,19 @@ module.exports = {
|
|
|
277
292
|
}
|
|
278
293
|
},
|
|
279
294
|
"additionalProperties": false
|
|
295
|
+
},
|
|
296
|
+
"handleWebviewPreload": {
|
|
297
|
+
"enum": [
|
|
298
|
+
"auto",
|
|
299
|
+
"manual",
|
|
300
|
+
"static"
|
|
301
|
+
],
|
|
302
|
+
"type": "string"
|
|
280
303
|
}
|
|
281
304
|
},
|
|
282
305
|
"additionalProperties": false
|
|
283
306
|
}
|
|
284
307
|
},
|
|
285
308
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
286
|
-
"$version":
|
|
309
|
+
"$version": 1647412705627
|
|
287
310
|
}
|
|
@@ -1,18 +1,81 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
+
"libVersion": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
7
|
+
"editorSetting": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"tabIndent": {
|
|
11
|
+
"enum": [
|
|
12
|
+
"auto",
|
|
13
|
+
"insertSpaces",
|
|
14
|
+
"tab"
|
|
15
|
+
],
|
|
16
|
+
"type": "string"
|
|
17
|
+
},
|
|
18
|
+
"tabSize": {
|
|
19
|
+
"anyOf": [
|
|
20
|
+
{
|
|
21
|
+
"enum": [
|
|
22
|
+
"\t"
|
|
23
|
+
],
|
|
24
|
+
"type": "string"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"type": "number"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"cloudfunctionRoot": {
|
|
34
|
+
"type": "string"
|
|
35
|
+
},
|
|
36
|
+
"cloudfunctionTemplateRoot": {
|
|
37
|
+
"type": "string"
|
|
38
|
+
},
|
|
39
|
+
"cloudcontainerRoot": {
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
"srcMiniprogramRoot": {
|
|
43
|
+
"type": "string"
|
|
44
|
+
},
|
|
45
|
+
"description": {
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
"simulatorType": {
|
|
49
|
+
"type": "string"
|
|
50
|
+
},
|
|
51
|
+
"simulatorPluginLibVersion": {},
|
|
4
52
|
"miniprogramRoot": {
|
|
5
53
|
"type": "string"
|
|
6
54
|
},
|
|
55
|
+
"qcloudRoot": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
7
58
|
"pluginRoot": {
|
|
8
59
|
"type": "string"
|
|
9
60
|
},
|
|
61
|
+
"cloudbaseRoot": {
|
|
62
|
+
"type": "string"
|
|
63
|
+
},
|
|
64
|
+
"compileType": {
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
10
67
|
"pluginAppid": {
|
|
11
68
|
"type": "string"
|
|
12
69
|
},
|
|
13
70
|
"jsserverRoot": {
|
|
14
71
|
"type": "string"
|
|
15
72
|
},
|
|
73
|
+
"projectname": {
|
|
74
|
+
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"appid": {
|
|
77
|
+
"type": "string"
|
|
78
|
+
},
|
|
16
79
|
"packOptions": {
|
|
17
80
|
"type": "object",
|
|
18
81
|
"properties": {
|
|
@@ -28,7 +91,6 @@ module.exports = {
|
|
|
28
91
|
"type": "string"
|
|
29
92
|
}
|
|
30
93
|
},
|
|
31
|
-
"additionalProperties": false,
|
|
32
94
|
"required": [
|
|
33
95
|
"type",
|
|
34
96
|
"value"
|
|
@@ -47,15 +109,13 @@ module.exports = {
|
|
|
47
109
|
"type": "string"
|
|
48
110
|
}
|
|
49
111
|
},
|
|
50
|
-
"additionalProperties": false,
|
|
51
112
|
"required": [
|
|
52
113
|
"type",
|
|
53
114
|
"value"
|
|
54
115
|
]
|
|
55
116
|
}
|
|
56
117
|
}
|
|
57
|
-
}
|
|
58
|
-
"additionalProperties": false
|
|
118
|
+
}
|
|
59
119
|
},
|
|
60
120
|
"watchOptions": {
|
|
61
121
|
"type": "object",
|
|
@@ -66,26 +126,349 @@ module.exports = {
|
|
|
66
126
|
"type": "string"
|
|
67
127
|
}
|
|
68
128
|
}
|
|
69
|
-
}
|
|
70
|
-
"additionalProperties": false
|
|
129
|
+
}
|
|
71
130
|
},
|
|
72
131
|
"setting": {
|
|
73
132
|
"type": "object",
|
|
74
133
|
"properties": {
|
|
134
|
+
"es6": {
|
|
135
|
+
"type": "boolean"
|
|
136
|
+
},
|
|
137
|
+
"enhance": {
|
|
138
|
+
"type": "boolean"
|
|
139
|
+
},
|
|
140
|
+
"postcss": {
|
|
141
|
+
"type": "boolean"
|
|
142
|
+
},
|
|
143
|
+
"minified": {
|
|
144
|
+
"type": "boolean"
|
|
145
|
+
},
|
|
146
|
+
"minifyWXSS": {
|
|
147
|
+
"type": "boolean"
|
|
148
|
+
},
|
|
149
|
+
"minifyWXML": {
|
|
150
|
+
"type": "boolean"
|
|
151
|
+
},
|
|
152
|
+
"uglifyFileName": {
|
|
153
|
+
"type": "boolean"
|
|
154
|
+
},
|
|
155
|
+
"ignoreUploadUnusedFiles": {
|
|
156
|
+
"type": "boolean"
|
|
157
|
+
},
|
|
158
|
+
"autoAudits": {
|
|
159
|
+
"type": "boolean"
|
|
160
|
+
},
|
|
161
|
+
"urlCheck": {
|
|
162
|
+
"type": "boolean"
|
|
163
|
+
},
|
|
164
|
+
"compileHotReLoad": {
|
|
165
|
+
"type": "boolean"
|
|
166
|
+
},
|
|
167
|
+
"preloadBackgroundData": {
|
|
168
|
+
"type": "boolean"
|
|
169
|
+
},
|
|
170
|
+
"lazyloadPlaceholderEnable": {
|
|
171
|
+
"type": "boolean"
|
|
172
|
+
},
|
|
173
|
+
"useStaticServer": {
|
|
174
|
+
"type": "boolean"
|
|
175
|
+
},
|
|
75
176
|
"babelSetting": {
|
|
76
177
|
"type": "object",
|
|
77
178
|
"properties": {
|
|
78
179
|
"outputPath": {
|
|
79
180
|
"type": "string"
|
|
181
|
+
},
|
|
182
|
+
"ignore": {
|
|
183
|
+
"type": "array",
|
|
184
|
+
"items": {
|
|
185
|
+
"type": "string"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"disablePlugins": {
|
|
189
|
+
"type": "array",
|
|
190
|
+
"items": {}
|
|
80
191
|
}
|
|
81
|
-
}
|
|
82
|
-
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"useCompilerPlugins": {
|
|
195
|
+
"anyOf": [
|
|
196
|
+
{
|
|
197
|
+
"type": "array",
|
|
198
|
+
"items": {
|
|
199
|
+
"enum": [
|
|
200
|
+
"less",
|
|
201
|
+
"sass",
|
|
202
|
+
"typescript"
|
|
203
|
+
],
|
|
204
|
+
"type": "string"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"enum": [
|
|
209
|
+
false
|
|
210
|
+
],
|
|
211
|
+
"type": "boolean"
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
"disableUseStrict": {
|
|
216
|
+
"type": "boolean"
|
|
217
|
+
},
|
|
218
|
+
"uploadWithSourceMap": {
|
|
219
|
+
"type": "boolean"
|
|
220
|
+
},
|
|
221
|
+
"localPlugins": {
|
|
222
|
+
"type": "boolean"
|
|
223
|
+
},
|
|
224
|
+
"packNpmManually": {
|
|
225
|
+
"type": "boolean"
|
|
226
|
+
},
|
|
227
|
+
"packNpmRelationList": {
|
|
228
|
+
"type": "array",
|
|
229
|
+
"items": {
|
|
230
|
+
"type": "object",
|
|
231
|
+
"properties": {
|
|
232
|
+
"packageJsonPath": {
|
|
233
|
+
"type": "string"
|
|
234
|
+
},
|
|
235
|
+
"miniprogramNpmDistDir": {
|
|
236
|
+
"type": "string"
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"coverView": {
|
|
242
|
+
"type": "boolean"
|
|
243
|
+
},
|
|
244
|
+
"ignoreDevUnusedFiles": {
|
|
245
|
+
"type": "boolean"
|
|
246
|
+
},
|
|
247
|
+
"checkInvalidKey": {
|
|
248
|
+
"type": "boolean"
|
|
249
|
+
},
|
|
250
|
+
"showShadowRootInWxmlPanel": {
|
|
251
|
+
"type": "boolean"
|
|
252
|
+
},
|
|
253
|
+
"useIsolateContext": {
|
|
254
|
+
"type": "boolean"
|
|
255
|
+
},
|
|
256
|
+
"useMultiFrameRuntime": {
|
|
257
|
+
"type": "boolean"
|
|
258
|
+
},
|
|
259
|
+
"useApiHook": {
|
|
260
|
+
"type": "boolean"
|
|
261
|
+
},
|
|
262
|
+
"useApiHostProcess": {
|
|
263
|
+
"type": "boolean"
|
|
264
|
+
},
|
|
265
|
+
"useLanDebug": {
|
|
266
|
+
"type": "boolean"
|
|
267
|
+
},
|
|
268
|
+
"enableEngineNative": {
|
|
269
|
+
"type": "boolean"
|
|
270
|
+
},
|
|
271
|
+
"showES6CompileOption": {
|
|
272
|
+
"type": "boolean"
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"staticServerOptions": {
|
|
277
|
+
"type": "object",
|
|
278
|
+
"properties": {
|
|
279
|
+
"servePath": {
|
|
280
|
+
"type": "string"
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"scripts": {
|
|
285
|
+
"type": "object",
|
|
286
|
+
"properties": {
|
|
287
|
+
"beforeCompile": {
|
|
288
|
+
"type": "string"
|
|
289
|
+
},
|
|
290
|
+
"beforePreview": {
|
|
291
|
+
"type": "string"
|
|
292
|
+
},
|
|
293
|
+
"beforeUpload": {
|
|
294
|
+
"type": "string"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"debugOptions": {
|
|
299
|
+
"type": "object",
|
|
300
|
+
"properties": {
|
|
301
|
+
"hideInDevtools": {
|
|
302
|
+
"type": "array",
|
|
303
|
+
"items": {
|
|
304
|
+
"type": "string"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"condition": {
|
|
310
|
+
"type": "object",
|
|
311
|
+
"properties": {
|
|
312
|
+
"game": {
|
|
313
|
+
"type": "object",
|
|
314
|
+
"properties": {
|
|
315
|
+
"current": {
|
|
316
|
+
"type": "number"
|
|
317
|
+
},
|
|
318
|
+
"list": {
|
|
319
|
+
"type": "array",
|
|
320
|
+
"items": {
|
|
321
|
+
"type": "object",
|
|
322
|
+
"properties": {
|
|
323
|
+
"name": {
|
|
324
|
+
"type": "string"
|
|
325
|
+
},
|
|
326
|
+
"pathName": {
|
|
327
|
+
"type": "string"
|
|
328
|
+
},
|
|
329
|
+
"query": {
|
|
330
|
+
"type": "string"
|
|
331
|
+
},
|
|
332
|
+
"scene": {
|
|
333
|
+
"type": [
|
|
334
|
+
"null",
|
|
335
|
+
"string",
|
|
336
|
+
"number"
|
|
337
|
+
]
|
|
338
|
+
},
|
|
339
|
+
"shareInfo": {},
|
|
340
|
+
"referrerInfo": {},
|
|
341
|
+
"chatroomUsernameInfo": {},
|
|
342
|
+
"groupInfo": {}
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"gamePlugin": {
|
|
349
|
+
"type": "object",
|
|
350
|
+
"properties": {
|
|
351
|
+
"current": {
|
|
352
|
+
"type": "number"
|
|
353
|
+
},
|
|
354
|
+
"list": {
|
|
355
|
+
"type": "array",
|
|
356
|
+
"items": {
|
|
357
|
+
"type": "object",
|
|
358
|
+
"properties": {
|
|
359
|
+
"name": {
|
|
360
|
+
"type": "string"
|
|
361
|
+
},
|
|
362
|
+
"query": {
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
"scene": {
|
|
366
|
+
"type": [
|
|
367
|
+
"null",
|
|
368
|
+
"string",
|
|
369
|
+
"number"
|
|
370
|
+
]
|
|
371
|
+
},
|
|
372
|
+
"shareInfo": {},
|
|
373
|
+
"referrerInfo": {},
|
|
374
|
+
"groupInfo": {}
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"plugin": {
|
|
381
|
+
"type": "object",
|
|
382
|
+
"properties": {
|
|
383
|
+
"current": {
|
|
384
|
+
"type": "number"
|
|
385
|
+
},
|
|
386
|
+
"list": {
|
|
387
|
+
"type": "array",
|
|
388
|
+
"items": {
|
|
389
|
+
"type": "object",
|
|
390
|
+
"properties": {
|
|
391
|
+
"name": {
|
|
392
|
+
"type": "string"
|
|
393
|
+
},
|
|
394
|
+
"pathName": {
|
|
395
|
+
"type": "string"
|
|
396
|
+
},
|
|
397
|
+
"query": {
|
|
398
|
+
"type": "string"
|
|
399
|
+
},
|
|
400
|
+
"launchMode": {
|
|
401
|
+
"type": "string"
|
|
402
|
+
},
|
|
403
|
+
"scene": {
|
|
404
|
+
"type": [
|
|
405
|
+
"null",
|
|
406
|
+
"string",
|
|
407
|
+
"number"
|
|
408
|
+
]
|
|
409
|
+
},
|
|
410
|
+
"shareInfo": {},
|
|
411
|
+
"referrerInfo": {},
|
|
412
|
+
"groupInfo": {}
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"miniprogram": {
|
|
419
|
+
"type": "object",
|
|
420
|
+
"properties": {
|
|
421
|
+
"current": {
|
|
422
|
+
"type": "number"
|
|
423
|
+
},
|
|
424
|
+
"list": {
|
|
425
|
+
"type": "array",
|
|
426
|
+
"items": {
|
|
427
|
+
"type": "object",
|
|
428
|
+
"properties": {
|
|
429
|
+
"name": {
|
|
430
|
+
"type": "string"
|
|
431
|
+
},
|
|
432
|
+
"pathName": {
|
|
433
|
+
"type": "string"
|
|
434
|
+
},
|
|
435
|
+
"query": {
|
|
436
|
+
"type": "string"
|
|
437
|
+
},
|
|
438
|
+
"launchMode": {
|
|
439
|
+
"type": "string"
|
|
440
|
+
},
|
|
441
|
+
"scene": {
|
|
442
|
+
"type": [
|
|
443
|
+
"null",
|
|
444
|
+
"string",
|
|
445
|
+
"number"
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
"partialCompile": {
|
|
449
|
+
"type": "object",
|
|
450
|
+
"properties": {
|
|
451
|
+
"enabled": {
|
|
452
|
+
"type": "boolean"
|
|
453
|
+
},
|
|
454
|
+
"pages": {
|
|
455
|
+
"type": "array",
|
|
456
|
+
"items": {}
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"shareInfo": {},
|
|
461
|
+
"referrerInfo": {},
|
|
462
|
+
"chatroomUsernameInfo": {},
|
|
463
|
+
"groupInfo": {}
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
}
|
|
83
468
|
}
|
|
84
|
-
}
|
|
85
|
-
"additionalProperties": false
|
|
469
|
+
}
|
|
86
470
|
}
|
|
87
471
|
},
|
|
88
|
-
"additionalProperties": false,
|
|
89
472
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
90
|
-
"$version":
|
|
473
|
+
"$version": 1649903386341
|
|
91
474
|
}
|