@lcap/nasl 3.9.0-beta.4 → 3.9.0-beta.41
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/out/automate/engine/utils.d.ts +0 -5
- package/out/automate/engine/utils.d.ts.map +1 -1
- package/out/automate/engine/utils.js +1 -123
- package/out/automate/engine/utils.js.map +1 -1
- package/out/automate/upgrader/2.18.js +1 -1
- package/out/automate/upgrader/2.18.js.map +1 -1
- package/out/common/Command.js +1 -1
- package/out/common/Command.js.map +1 -1
- package/out/common/Messager.d.ts.map +1 -1
- package/out/common/Messager.js +15 -5
- package/out/common/Messager.js.map +1 -1
- package/out/config.d.ts +2 -0
- package/out/config.d.ts.map +1 -1
- package/out/config.js +5 -2
- package/out/config.js.map +1 -1
- package/out/generator/annotation/full.d.ts +6 -0
- package/out/generator/annotation/full.d.ts.map +1 -0
- package/out/generator/annotation/full.js +28 -0
- package/out/generator/annotation/full.js.map +1 -0
- package/out/generator/annotation/incremental.d.ts +7 -0
- package/out/generator/annotation/incremental.d.ts.map +1 -0
- package/out/generator/annotation/incremental.js +168 -0
- package/out/generator/annotation/incremental.js.map +1 -0
- package/out/generator/annotation/index.d.ts +5 -0
- package/out/generator/annotation/index.d.ts.map +1 -0
- package/out/generator/annotation/index.js +21 -0
- package/out/generator/annotation/index.js.map +1 -0
- package/out/generator/annotation/types.d.ts +14 -0
- package/out/generator/annotation/types.d.ts.map +1 -0
- package/out/generator/annotation/types.js +3 -0
- package/out/generator/annotation/types.js.map +1 -0
- package/out/generator/annotation/utils.d.ts +14 -0
- package/out/generator/annotation/utils.d.ts.map +1 -0
- package/out/generator/annotation/utils.js +52 -0
- package/out/generator/annotation/utils.js.map +1 -0
- package/out/generator/compileComponent.d.ts.map +1 -1
- package/out/generator/compileComponent.js +2 -0
- package/out/generator/compileComponent.js.map +1 -1
- package/out/generator/genBundleFiles.d.ts +2 -28
- package/out/generator/genBundleFiles.d.ts.map +1 -1
- package/out/generator/genBundleFiles.js +73 -38
- package/out/generator/genBundleFiles.js.map +1 -1
- package/out/generator/index.d.ts +2 -0
- package/out/generator/index.d.ts.map +1 -1
- package/out/generator/index.js +2 -0
- package/out/generator/index.js.map +1 -1
- package/out/generator/permission.d.ts.map +1 -1
- package/out/generator/permission.js +26 -6
- package/out/generator/permission.js.map +1 -1
- package/out/generator/release-body/body.d.ts +3 -1
- package/out/generator/release-body/body.d.ts.map +1 -1
- package/out/generator/release-body/body.js +58 -36
- package/out/generator/release-body/body.js.map +1 -1
- package/out/generator/release-body/data.d.ts +1 -0
- package/out/generator/release-body/data.d.ts.map +1 -1
- package/out/generator/release-body/data.js +6 -6
- package/out/generator/release-body/data.js.map +1 -1
- package/out/generator/release-body/internal.d.ts +1 -0
- package/out/generator/release-body/internal.d.ts.map +1 -1
- package/out/generator/release-body/internal.js.map +1 -1
- package/out/generator/release-body/types.d.ts +31 -0
- package/out/generator/release-body/types.d.ts.map +1 -1
- package/out/generator/release-body/types.js.map +1 -1
- package/out/generator/release-body/utils.d.ts +9 -4
- package/out/generator/release-body/utils.d.ts.map +1 -1
- package/out/generator/release-body/utils.js +96 -36
- package/out/generator/release-body/utils.js.map +1 -1
- package/out/generator/ui-library-declaration/basic.d.ts +11 -0
- package/out/generator/ui-library-declaration/basic.d.ts.map +1 -0
- package/out/generator/ui-library-declaration/basic.js +118 -0
- package/out/generator/ui-library-declaration/basic.js.map +1 -0
- package/out/generator/ui-library-declaration/custom.d.ts +11 -0
- package/out/generator/ui-library-declaration/custom.d.ts.map +1 -0
- package/out/generator/ui-library-declaration/custom.js +149 -0
- package/out/generator/ui-library-declaration/custom.js.map +1 -0
- package/out/generator/ui-library-declaration/dependency.d.ts +8 -0
- package/out/generator/ui-library-declaration/dependency.d.ts.map +1 -0
- package/out/generator/ui-library-declaration/dependency.js +169 -0
- package/out/generator/ui-library-declaration/dependency.js.map +1 -0
- package/out/generator/ui-library-declaration/format.d.ts +32 -0
- package/out/generator/ui-library-declaration/format.d.ts.map +1 -0
- package/out/generator/ui-library-declaration/format.js +387 -0
- package/out/generator/ui-library-declaration/format.js.map +1 -0
- package/out/generator/ui-library-declaration/index.d.ts +4 -0
- package/out/generator/ui-library-declaration/index.d.ts.map +1 -0
- package/out/generator/ui-library-declaration/index.js +20 -0
- package/out/generator/ui-library-declaration/index.js.map +1 -0
- package/out/generator/ui-library-declaration/manifest.d.ts +5 -0
- package/out/generator/ui-library-declaration/manifest.d.ts.map +1 -0
- package/out/generator/ui-library-declaration/manifest.js +27 -0
- package/out/generator/ui-library-declaration/manifest.js.map +1 -0
- package/out/generator/ui-library-declaration/material.d.ts +6 -0
- package/out/generator/ui-library-declaration/material.d.ts.map +1 -0
- package/out/generator/ui-library-declaration/material.js +90 -0
- package/out/generator/ui-library-declaration/material.js.map +1 -0
- package/out/generator/ui-library-declaration/types.d.ts +458 -0
- package/out/generator/ui-library-declaration/types.d.ts.map +1 -0
- package/out/generator/ui-library-declaration/types.js +3 -0
- package/out/generator/ui-library-declaration/types.js.map +1 -0
- package/out/generator/ui-library-declaration/utils.d.ts +3 -0
- package/out/generator/ui-library-declaration/utils.d.ts.map +1 -0
- package/out/generator/ui-library-declaration/utils.js +20 -0
- package/out/generator/ui-library-declaration/utils.js.map +1 -0
- package/out/manager/diagnostic.d.ts +2 -0
- package/out/manager/diagnostic.d.ts.map +1 -1
- package/out/manager/diagnostic.js +9 -0
- package/out/manager/diagnostic.js.map +1 -1
- package/out/natural/genNaturalTS.d.ts +50 -10
- package/out/natural/genNaturalTS.d.ts.map +1 -1
- package/out/natural/genNaturalTS.js +63 -33
- package/out/natural/genNaturalTS.js.map +1 -1
- package/out/natural/getContext/getUILib.d.ts +4 -1
- package/out/natural/getContext/getUILib.d.ts.map +1 -1
- package/out/natural/getContext/getUILib.js +59 -17
- package/out/natural/getContext/getUILib.js.map +1 -1
- package/out/natural/getContext/index.d.ts +35 -15
- package/out/natural/getContext/index.d.ts.map +1 -1
- package/out/natural/getContext/index.js +178 -35
- package/out/natural/getContext/index.js.map +1 -1
- package/out/natural/getContext/naslStdlibMap.js +8 -8
- package/out/natural/getContext/naslStdlibMap.js.map +1 -1
- package/out/natural/tools.d.ts +16 -0
- package/out/natural/tools.d.ts.map +1 -1
- package/out/natural/tools.js +114 -2
- package/out/natural/tools.js.map +1 -1
- package/out/natural/transformTS2UI.d.ts.map +1 -1
- package/out/natural/transformTS2UI.js +412 -304
- package/out/natural/transformTS2UI.js.map +1 -1
- package/out/natural/transformTSCode.d.ts +3 -5
- package/out/natural/transformTSCode.d.ts.map +1 -1
- package/out/natural/transformTSCode.js +30 -1080
- package/out/natural/transformTSCode.js.map +1 -1
- package/out/natural/transforms/registerTransform.d.ts +8 -0
- package/out/natural/transforms/registerTransform.d.ts.map +1 -0
- package/out/natural/transforms/registerTransform.js +24 -0
- package/out/natural/transforms/registerTransform.js.map +1 -0
- package/out/natural/transforms/transform2LogicItem.d.ts +25 -0
- package/out/natural/transforms/transform2LogicItem.d.ts.map +1 -0
- package/out/natural/transforms/transform2LogicItem.js +1300 -0
- package/out/natural/transforms/transform2LogicItem.js.map +1 -0
- package/out/natural/transforms/transform2TypeAnnotation.d.ts +3 -0
- package/out/natural/transforms/transform2TypeAnnotation.d.ts.map +1 -0
- package/out/natural/transforms/transform2TypeAnnotation.js +86 -0
- package/out/natural/transforms/transform2TypeAnnotation.js.map +1 -0
- package/out/natural/transforms/utils.d.ts +9 -0
- package/out/natural/transforms/utils.d.ts.map +1 -0
- package/out/natural/transforms/utils.js +59 -0
- package/out/natural/transforms/utils.js.map +1 -0
- package/out/server/OQL/oql-cache.d.ts +12 -0
- package/out/server/OQL/oql-cache.d.ts.map +1 -0
- package/out/server/OQL/oql-cache.js +232 -0
- package/out/server/OQL/oql-cache.js.map +1 -0
- package/out/server/extendBaseNode.d.ts.map +1 -1
- package/out/server/extendBaseNode.js +3 -6
- package/out/server/extendBaseNode.js.map +1 -1
- package/out/server/index.d.ts +1 -2
- package/out/server/index.d.ts.map +1 -1
- package/out/server/index.js +2 -2
- package/out/server/index.js.map +1 -1
- package/out/server/naslServer.d.ts +22 -4
- package/out/server/naslServer.d.ts.map +1 -1
- package/out/server/naslServer.js +318 -183
- package/out/server/naslServer.js.map +1 -1
- package/out/server/translator.d.ts +1 -1
- package/out/server/translator.d.ts.map +1 -1
- package/out/server/translator.js +109 -54
- package/out/server/translator.js.map +1 -1
- package/out/service/storage/init.d.ts +1 -25
- package/out/service/storage/init.d.ts.map +1 -1
- package/out/service/storage/init.js +12 -37
- package/out/service/storage/init.js.map +1 -1
- package/out/service/storage/types.d.ts +41 -0
- package/out/service/storage/types.d.ts.map +1 -0
- package/out/service/storage/types.js +10 -0
- package/out/service/storage/types.js.map +1 -0
- package/out/service/storage/utils.d.ts +15 -0
- package/out/service/storage/utils.d.ts.map +1 -0
- package/out/service/storage/utils.js +68 -0
- package/out/service/storage/utils.js.map +1 -0
- package/out/service/video/BaseService.d.ts.map +1 -1
- package/out/service/video/BaseService.js +0 -3
- package/out/service/video/BaseService.js.map +1 -1
- package/out/service/video/MainCallbackService.d.ts.map +1 -1
- package/out/service/video/MainCallbackService.js +0 -3
- package/out/service/video/MainCallbackService.js.map +1 -1
- package/out/templator/block2nasl/jsx2nasl/index.d.ts +6 -0
- package/out/templator/block2nasl/jsx2nasl/index.d.ts.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/index.js +15 -0
- package/out/templator/block2nasl/jsx2nasl/index.js.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/transform-expression2nasl.d.ts +4 -0
- package/out/templator/block2nasl/jsx2nasl/transform-expression2nasl.d.ts.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/transform-expression2nasl.js +213 -0
- package/out/templator/block2nasl/jsx2nasl/transform-expression2nasl.js.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/transform-func2nasl.d.ts +15 -0
- package/out/templator/block2nasl/jsx2nasl/transform-func2nasl.d.ts.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/transform-func2nasl.js +201 -0
- package/out/templator/block2nasl/jsx2nasl/transform-func2nasl.js.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/transform-tstype2nasl.d.ts +5 -0
- package/out/templator/block2nasl/jsx2nasl/transform-tstype2nasl.d.ts.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/transform-tstype2nasl.js +186 -0
- package/out/templator/block2nasl/jsx2nasl/transform-tstype2nasl.js.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/transform-tsx2nasl.d.ts +29 -0
- package/out/templator/block2nasl/jsx2nasl/transform-tsx2nasl.d.ts.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/transform-tsx2nasl.js +336 -0
- package/out/templator/block2nasl/jsx2nasl/transform-tsx2nasl.js.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/utils.d.ts +3 -0
- package/out/templator/block2nasl/jsx2nasl/utils.d.ts.map +1 -0
- package/out/templator/block2nasl/jsx2nasl/utils.js +26 -0
- package/out/templator/block2nasl/jsx2nasl/utils.js.map +1 -0
- package/out/templator/block2nasl/transformBlock2Nasl.d.ts +11 -0
- package/out/templator/block2nasl/transformBlock2Nasl.d.ts.map +1 -0
- package/out/templator/block2nasl/transformBlock2Nasl.js +120 -0
- package/out/templator/block2nasl/transformBlock2Nasl.js.map +1 -0
- package/out/templator/block2nasl/viewMergeBlock.d.ts +17 -0
- package/out/templator/block2nasl/viewMergeBlock.d.ts.map +1 -0
- package/out/templator/block2nasl/viewMergeBlock.js +126 -0
- package/out/templator/block2nasl/viewMergeBlock.js.map +1 -0
- package/out/templator/utils.js +1 -1
- package/out/templator/utils.js.map +1 -1
- package/out/utils/node.d.ts.map +1 -1
- package/out/utils/node.js +0 -4
- package/out/utils/node.js.map +1 -1
- package/package.json +17 -26
- package/sandbox/stdlib/nasl.processV2.ts +2 -2
- package/sandbox/stdlib/nasl.ui.definition.ts +41 -1
- package/sandbox/stdlib/nasl.ui.ts +15 -0
- package/sandbox/stdlib/nasl.util.ts +5 -15
- package/sandbox-natural/stdlib/nasl.core.d.ts +54 -0
- package/sandbox-natural/stdlib/nasl.oql.d.ts +22 -0
- package/sandbox-natural/stdlib/nasl.ui.d.ts +90 -0
- package/sandbox-natural/stdlib/nasl.ui.h5.d.ts +4831 -1641
- package/sandbox-natural/stdlib/nasl.ui.h5.json +16595 -14941
- package/sandbox-natural/stdlib/nasl.ui.pc.d.ts +11837 -5153
- package/sandbox-natural/stdlib/nasl.ui.pc.json +54330 -30702
- package/sandbox-natural/stdlib/{nasl.util.ts → nasl.util.d.ts} +50 -44
- package/ts-worker/bundle.js +2 -2
- package/ts-worker/lib/Messager.js +8 -1
- package/ts-worker/lib/tsserver.js +6 -6
- package/out/utils/uiPathId.d.ts +0 -2
- package/out/utils/uiPathId.d.ts.map +0 -1
- package/out/utils/uiPathId.js +0 -32
- package/out/utils/uiPathId.js.map +0 -1
- package/sandbox/stdlib/nasl.ui.components.h5.ts +0 -1751
- package/sandbox/stdlib/nasl.ui.components.pc.ts +0 -3495
- package/sandbox-natural/stdlib/nasl.core.ts +0 -36
- package/sandbox-natural/stdlib/nasl.oql.ts +0 -14
- package/sandbox-natural/stdlib/nasl.ui.pre.d.ts +0 -90
- package/sandbox-natural/stdlib/nasl.ui.ts +0 -63
|
@@ -142,11 +142,19 @@ class Messager {
|
|
|
142
142
|
return;
|
|
143
143
|
this.onDataReceived(e.data);
|
|
144
144
|
}
|
|
145
|
+
count = 0;
|
|
145
146
|
/**
|
|
146
147
|
* 内置处理接收的数据
|
|
147
148
|
* @override
|
|
148
149
|
*/
|
|
149
150
|
onDataReceived(data) {
|
|
151
|
+
this.count++;
|
|
152
|
+
if (this.count === 5) {
|
|
153
|
+
this.count = 0;
|
|
154
|
+
// console.log(this.count);
|
|
155
|
+
// 预留时间做 minor gc,减少峰值内存占用
|
|
156
|
+
(async () => await new Promise(resolve => setTimeout(resolve, 30)))();
|
|
157
|
+
}
|
|
150
158
|
if (data.protocol !== this.options.protocol)
|
|
151
159
|
return;
|
|
152
160
|
if (data.type === 'response') {
|
|
@@ -168,7 +176,6 @@ class Messager {
|
|
|
168
176
|
} else {
|
|
169
177
|
res = func;
|
|
170
178
|
}
|
|
171
|
-
|
|
172
179
|
if (data.type === 'request') {
|
|
173
180
|
return Promise.resolve(res)
|
|
174
181
|
.then((result) => {
|
|
@@ -177024,7 +177024,7 @@ var ts;
|
|
|
177024
177024
|
const fileInfoMap = {};
|
|
177025
177025
|
const fileScriptInfoMap = {};
|
|
177026
177026
|
const filePositionMap = {};
|
|
177027
|
-
console.time('方案2标注耗时:');
|
|
177027
|
+
// console.time('方案2标注耗时:');
|
|
177028
177028
|
|
|
177029
177029
|
function getType(typeChecker, symbol, node) {
|
|
177030
177030
|
try {
|
|
@@ -177129,14 +177129,14 @@ var ts;
|
|
|
177129
177129
|
return count !== 0;
|
|
177130
177130
|
});
|
|
177131
177131
|
}
|
|
177132
|
-
console.timeEnd('方案2标注耗时:');
|
|
177132
|
+
// console.timeEnd('方案2标注耗时:');
|
|
177133
177133
|
return resultMap;
|
|
177134
177134
|
};
|
|
177135
177135
|
Session.prototype.getTypeBatchWorker = function (args, simplifiedResult) {
|
|
177136
177136
|
const fileInfoMap = {};
|
|
177137
177137
|
const fileScriptInfoMap = {};
|
|
177138
177138
|
const sourceFileMap = {};
|
|
177139
|
-
console.time('方案1标注耗时:')
|
|
177139
|
+
// console.time('方案1标注耗时:')
|
|
177140
177140
|
const list = args.map((arg) => {
|
|
177141
177141
|
const { line, offset } = arg;
|
|
177142
177142
|
var _a = fileInfoMap[arg.file];
|
|
@@ -177198,17 +177198,17 @@ var ts;
|
|
|
177198
177198
|
return item;
|
|
177199
177199
|
}
|
|
177200
177200
|
});
|
|
177201
|
-
console.timeEnd('方案1标注耗时:')
|
|
177201
|
+
// console.timeEnd('方案1标注耗时:')
|
|
177202
177202
|
return list;
|
|
177203
177203
|
};
|
|
177204
177204
|
Session.prototype.getQuickInfoFullWorker = function (args, simplifiedResult) {
|
|
177205
|
-
console.time('原方案标注耗时:')
|
|
177205
|
+
// console.time('原方案标注耗时:')
|
|
177206
177206
|
const list = args.map((arg) => {
|
|
177207
177207
|
var _a = this.getFileAndProject(arg), file = _a.file, project = _a.project;
|
|
177208
177208
|
var scriptInfo = this.projectService.getScriptInfoForNormalizedPath(file);
|
|
177209
177209
|
return project.getLanguageService().getQuickInfoFast(file, this.getPosition(arg, scriptInfo));
|
|
177210
177210
|
});
|
|
177211
|
-
console.timeEnd('原方案标注耗时:')
|
|
177211
|
+
// console.timeEnd('原方案标注耗时:')
|
|
177212
177212
|
return list;
|
|
177213
177213
|
};
|
|
177214
177214
|
Session.prototype.getQuickInfoInFileWorker = function (args, simplifiedResult) {
|
package/out/utils/uiPathId.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiPathId.d.ts","sourceRoot":"","sources":["../../src/utils/uiPathId.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,WAAW,gBAAiB,GAAG,SAAS,MAAM,WAO1D,CAAA"}
|
package/out/utils/uiPathId.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.getUiPathId = void 0;
|
|
7
|
-
const crypto_1 = __importDefault(require("crypto"));
|
|
8
|
-
function hash(data) {
|
|
9
|
-
const hashFunction = crypto_1.default.createHash('sha256');
|
|
10
|
-
hashFunction.update(data);
|
|
11
|
-
return hashFunction.digest('hex');
|
|
12
|
-
}
|
|
13
|
-
const needUIPathTags = ['u-download'];
|
|
14
|
-
function findTopView(node) {
|
|
15
|
-
let path = node.name;
|
|
16
|
-
// debugger;
|
|
17
|
-
if (node.concept !== 'Frontend') {
|
|
18
|
-
const parentPath = findTopView(node.parentNode);
|
|
19
|
-
path = `${parentPath}/${path}`;
|
|
20
|
-
}
|
|
21
|
-
return path;
|
|
22
|
-
}
|
|
23
|
-
const getUiPathId = (viewElement, path) => {
|
|
24
|
-
const { tag } = viewElement;
|
|
25
|
-
if (needUIPathTags.includes(tag)) {
|
|
26
|
-
const returnPath = path || findTopView(viewElement);
|
|
27
|
-
return hash(returnPath);
|
|
28
|
-
}
|
|
29
|
-
return '';
|
|
30
|
-
};
|
|
31
|
-
exports.getUiPathId = getUiPathId;
|
|
32
|
-
//# sourceMappingURL=uiPathId.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiPathId.js","sourceRoot":"","sources":["../../src/utils/uiPathId.ts"],"names":[],"mappings":";;;;;;AAAA,oDAA4B;AAG5B,SAAS,IAAI,CAAC,IAAW;IACvB,MAAM,YAAY,GAAG,gBAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;IACjD,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAC1B,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AACpC,CAAC;AACD,MAAM,cAAc,GAAG,CAAC,YAAY,CAAC,CAAA;AACrC,SAAS,WAAW,CAAC,IAAS;IAC5B,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAA;IACpB,YAAY;IACZ,IAAI,IAAI,CAAC,OAAO,KAAK,UAAU,EAAE,CAAC;QAChC,MAAM,UAAU,GAAG,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAChD,IAAI,GAAG,GAAG,UAAU,IAAI,IAAI,EAAE,CAAC;IACjC,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAEM,MAAM,WAAW,GAAG,CAAC,WAAgB,EAAE,IAAa,EAAC,EAAE;IAC5D,MAAM,EAAC,GAAG,EAAC,GAAG,WAAW,CAAC;IAC1B,IAAI,cAAc,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;QACjC,MAAM,UAAU,GAAG,IAAI,IAAI,WAAW,CAAC,WAAW,CAAC,CAAA;QACnD,OAAO,IAAI,CAAC,UAAU,CAAC,CAAA;IACzB,CAAC;IACD,OAAO,EAAE,CAAC;AACZ,CAAC,CAAA;AAPY,QAAA,WAAW,eAOvB"}
|