@fluid-experimental/property-changeset 2.0.0-rc.2.0.2 → 2.0.0-rc.3.0.0
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/dist/ajvFactory.cjs +19 -0
- package/dist/ajvFactory.cjs.map +1 -0
- package/dist/ajvFactory.d.cts +7 -0
- package/dist/ajvFactory.d.cts.map +1 -0
- package/dist/changeset.d.ts +3 -6
- package/dist/changeset.d.ts.map +1 -1
- package/dist/changeset.js +75 -75
- package/dist/changeset.js.map +1 -1
- package/dist/changeset_operations/array.d.ts +6 -2
- package/dist/changeset_operations/array.d.ts.map +1 -1
- package/dist/changeset_operations/array.js +94 -96
- package/dist/changeset_operations/array.js.map +1 -1
- package/dist/changeset_operations/arrayChangesetIterator.d.ts +2 -5
- package/dist/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
- package/dist/changeset_operations/arrayChangesetIterator.js +11 -12
- package/dist/changeset_operations/arrayChangesetIterator.js.map +1 -1
- package/dist/changeset_operations/changesetConflictTypes.d.ts.map +1 -1
- package/dist/changeset_operations/changesetConflictTypes.js +2 -2
- package/dist/changeset_operations/changesetConflictTypes.js.map +1 -1
- package/dist/changeset_operations/indexedCollection.d.ts +1 -4
- package/dist/changeset_operations/indexedCollection.d.ts.map +1 -1
- package/dist/changeset_operations/indexedCollection.js +48 -49
- package/dist/changeset_operations/indexedCollection.js.map +1 -1
- package/dist/changeset_operations/isEmptyChangeset.d.ts +1 -4
- package/dist/changeset_operations/isEmptyChangeset.d.ts.map +1 -1
- package/dist/changeset_operations/isEmptyChangeset.js +9 -9
- package/dist/changeset_operations/isEmptyChangeset.js.map +1 -1
- package/dist/helpers/typeidHelper.d.ts +0 -3
- package/dist/helpers/typeidHelper.d.ts.map +1 -1
- package/dist/helpers/typeidHelper.js +10 -10
- package/dist/helpers/typeidHelper.js.map +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/dist/isReservedKeyword.d.ts.map +1 -1
- package/dist/isReservedKeyword.js +2 -2
- package/dist/isReservedKeyword.js.map +1 -1
- package/dist/package.json +3 -0
- package/dist/pathHelper.d.ts +0 -3
- package/dist/pathHelper.d.ts.map +1 -1
- package/dist/pathHelper.js +2 -2
- package/dist/pathHelper.js.map +1 -1
- package/dist/rebase.js +8 -8
- package/dist/rebase.js.map +1 -1
- package/dist/templateSchema.d.ts.map +1 -1
- package/dist/templateSchema.js +2 -2
- package/dist/templateSchema.js.map +1 -1
- package/dist/templateValidator.d.ts +1 -1
- package/dist/templateValidator.d.ts.map +1 -1
- package/dist/templateValidator.js +49 -54
- package/dist/templateValidator.js.map +1 -1
- package/dist/test/array.spec.js +34 -36
- package/dist/test/array.spec.js.map +1 -1
- package/dist/test/indexedCollection.spec.js +9 -6
- package/dist/test/indexedCollection.spec.js.map +1 -1
- package/dist/test/map.spec.js +4 -4
- package/dist/test/map.spec.js.map +1 -1
- package/dist/test/pathHelper.spec.js +185 -185
- package/dist/test/pathHelper.spec.js.map +1 -1
- package/dist/test/reversibleCs.spec.js +5 -5
- package/dist/test/reversibleCs.spec.js.map +1 -1
- package/dist/test/schemaValidator.js +12 -11
- package/dist/test/schemaValidator.js.map +1 -1
- package/dist/test/schemas/badBothPropertiesAndTypeid.js +18 -18
- package/dist/test/schemas/badBothPropertiesAndTypeid.js.map +1 -1
- package/dist/test/schemas/badInvalidSemverInTypeid.js +40 -40
- package/dist/test/schemas/badInvalidSemverInTypeid.js.map +1 -1
- package/dist/test/schemas/badMissingSemverInTypeid.js +40 -40
- package/dist/test/schemas/badMissingSemverInTypeid.js.map +1 -1
- package/dist/test/schemas/badNestedProperties.js +40 -40
- package/dist/test/schemas/badNestedProperties.js.map +1 -1
- package/dist/test/schemas/badPrimitiveTypeid.js +25 -25
- package/dist/test/schemas/badPrimitiveTypeid.js.map +1 -1
- package/dist/test/schemas/badVersionedTypeid.js +41 -41
- package/dist/test/schemas/badVersionedTypeid.js.map +1 -1
- package/dist/test/schemas/goodColorPalette.js +15 -15
- package/dist/test/schemas/goodColorPalette.js.map +1 -1
- package/dist/test/schemas/goodDraftAsVersion.js +12 -12
- package/dist/test/schemas/goodDraftAsVersion.js.map +1 -1
- package/dist/test/schemas/goodPointId.js +40 -40
- package/dist/test/schemas/goodPointId.js.map +1 -1
- package/dist/test/schemas/goodReferenceAndRegular.js +16 -16
- package/dist/test/schemas/goodReferenceAndRegular.js.map +1 -1
- package/dist/test/schemas/goodReservedTypes.js +22 -22
- package/dist/test/schemas/goodReservedTypes.js.map +1 -1
- package/dist/test/schemas/goodUIBorder.js +34 -34
- package/dist/test/schemas/goodUIBorder.js.map +1 -1
- package/dist/test/schemas/index.js +55 -0
- package/dist/test/schemas/index.js.map +1 -0
- package/dist/test/tsconfig.cjs.tsbuildinfo +1 -0
- package/dist/test/validator/templateSyntax.spec.js +20 -25
- package/dist/test/validator/templateSyntax.spec.js.map +1 -1
- package/dist/test/validator/templateValidator.spec.js +118 -89
- package/dist/test/validator/templateValidator.spec.js.map +1 -1
- package/dist/test/validator/typeidHelper.spec.js +42 -41
- package/dist/test/validator/typeidHelper.spec.js.map +1 -1
- package/dist/utils.d.ts +17 -13
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +79 -79
- package/dist/utils.js.map +1 -1
- package/dist/validationResultBuilder.d.ts +2 -1
- package/dist/validationResultBuilder.d.ts.map +1 -1
- package/dist/validationResultBuilder.js.map +1 -1
- package/lib/ajvFactory.cjs +19 -0
- package/lib/ajvFactory.cjs.map +1 -0
- package/lib/ajvFactory.d.cts +7 -0
- package/lib/ajvFactory.d.cts.map +1 -0
- package/lib/changeset.d.ts +3 -6
- package/lib/changeset.d.ts.map +1 -1
- package/lib/changeset.js +16 -16
- package/lib/changeset.js.map +1 -1
- package/lib/changeset_operations/array.d.ts +6 -2
- package/lib/changeset_operations/array.d.ts.map +1 -1
- package/lib/changeset_operations/array.js +7 -9
- package/lib/changeset_operations/array.js.map +1 -1
- package/lib/changeset_operations/arrayChangesetIterator.d.ts +2 -5
- package/lib/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
- package/lib/changeset_operations/arrayChangesetIterator.js +3 -4
- package/lib/changeset_operations/arrayChangesetIterator.js.map +1 -1
- package/lib/changeset_operations/changesetConflictTypes.d.ts.map +1 -1
- package/lib/changeset_operations/changesetConflictTypes.js.map +1 -1
- package/lib/changeset_operations/indexedCollection.d.ts +1 -4
- package/lib/changeset_operations/indexedCollection.d.ts.map +1 -1
- package/lib/changeset_operations/indexedCollection.js +10 -11
- package/lib/changeset_operations/indexedCollection.js.map +1 -1
- package/lib/changeset_operations/isEmptyChangeset.d.ts +1 -4
- package/lib/changeset_operations/isEmptyChangeset.d.ts.map +1 -1
- package/lib/changeset_operations/isEmptyChangeset.js +3 -3
- package/lib/changeset_operations/isEmptyChangeset.js.map +1 -1
- package/lib/helpers/typeidHelper.d.ts +0 -3
- package/lib/helpers/typeidHelper.d.ts.map +1 -1
- package/lib/helpers/typeidHelper.js +1 -1
- package/lib/helpers/typeidHelper.js.map +1 -1
- package/lib/index.d.ts +8 -8
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +8 -8
- package/lib/index.js.map +1 -1
- package/lib/isReservedKeyword.d.ts.map +1 -1
- package/lib/isReservedKeyword.js.map +1 -1
- package/lib/pathHelper.d.ts +0 -3
- package/lib/pathHelper.d.ts.map +1 -1
- package/lib/pathHelper.js.map +1 -1
- package/lib/rebase.js +2 -2
- package/lib/rebase.js.map +1 -1
- package/lib/templateSchema.d.ts.map +1 -1
- package/lib/templateSchema.js.map +1 -1
- package/lib/templateValidator.d.ts +1 -1
- package/lib/templateValidator.d.ts.map +1 -1
- package/lib/templateValidator.js +24 -29
- package/lib/templateValidator.js.map +1 -1
- package/lib/test/array.spec.js +768 -0
- package/lib/test/array.spec.js.map +1 -0
- package/lib/test/indexedCollection.spec.js +75 -0
- package/lib/test/indexedCollection.spec.js.map +1 -0
- package/lib/test/map.spec.js +17 -0
- package/lib/test/map.spec.js.map +1 -0
- package/lib/test/pathHelper.spec.js +435 -0
- package/lib/test/pathHelper.spec.js.map +1 -0
- package/lib/test/reversibleCs.spec.js +42 -0
- package/lib/test/reversibleCs.spec.js.map +1 -0
- package/lib/test/schemaValidator.js +103 -0
- package/lib/test/schemaValidator.js.map +1 -0
- package/lib/test/schemas/badBothPropertiesAndTypeid.js +24 -0
- package/lib/test/schemas/badBothPropertiesAndTypeid.js.map +1 -0
- package/lib/test/schemas/badInvalidSemverInTypeid.js +46 -0
- package/lib/test/schemas/badInvalidSemverInTypeid.js.map +1 -0
- package/lib/test/schemas/badMissingSemverInTypeid.js +46 -0
- package/lib/test/schemas/badMissingSemverInTypeid.js.map +1 -0
- package/lib/test/schemas/badNestedProperties.js +46 -0
- package/lib/test/schemas/badNestedProperties.js.map +1 -0
- package/lib/test/schemas/badPrimitiveTypeid.js +31 -0
- package/lib/test/schemas/badPrimitiveTypeid.js.map +1 -0
- package/lib/test/schemas/badVersionedTypeid.js +47 -0
- package/lib/test/schemas/badVersionedTypeid.js.map +1 -0
- package/lib/test/schemas/goodColorPalette.js +21 -0
- package/lib/test/schemas/goodColorPalette.js.map +1 -0
- package/lib/test/schemas/goodDraftAsVersion.js +18 -0
- package/lib/test/schemas/goodDraftAsVersion.js.map +1 -0
- package/lib/test/schemas/goodPointId.js +46 -0
- package/lib/test/schemas/goodPointId.js.map +1 -0
- package/lib/test/schemas/goodReferenceAndRegular.js +22 -0
- package/lib/test/schemas/goodReferenceAndRegular.js.map +1 -0
- package/lib/test/schemas/goodReservedTypes.js +29 -0
- package/lib/test/schemas/goodReservedTypes.js.map +1 -0
- package/lib/test/schemas/goodUIBorder.js +41 -0
- package/lib/test/schemas/goodUIBorder.js.map +1 -0
- package/lib/test/schemas/index.js +29 -0
- package/lib/test/schemas/index.js.map +1 -0
- package/lib/test/tsconfig.tsbuildinfo +1 -0
- package/lib/test/validator/templateSyntax.spec.js +83 -0
- package/lib/test/validator/templateSyntax.spec.js.map +1 -0
- package/lib/test/validator/templateValidator.spec.js +1022 -0
- package/lib/test/validator/templateValidator.spec.js.map +1 -0
- package/lib/test/validator/typeidHelper.spec.js +142 -0
- package/lib/test/validator/typeidHelper.spec.js.map +1 -0
- package/lib/utils.d.ts +17 -13
- package/lib/utils.d.ts.map +1 -1
- package/lib/utils.js +23 -23
- package/lib/utils.js.map +1 -1
- package/lib/validationResultBuilder.d.ts +2 -1
- package/lib/validationResultBuilder.d.ts.map +1 -1
- package/lib/validationResultBuilder.js.map +1 -1
- package/package.json +37 -16
- package/dist/test/tsconfig.tsbuildinfo +0 -1
|
@@ -1,44 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/*!
|
|
2
3
|
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
4
|
* Licensed under the MIT License.
|
|
4
5
|
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.templateSchema = void 0;
|
|
5
8
|
/**
|
|
6
9
|
* @fileoverview
|
|
7
10
|
* Test data for property set template schema testing
|
|
8
11
|
*/
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
description: "border thickness in Pixels",
|
|
35
|
-
},
|
|
36
|
-
unit: "Adsk.Core:Units.Imaging-1.0.0",
|
|
12
|
+
/**
|
|
13
|
+
* @namespace property-changeset.Test
|
|
14
|
+
* @alias badNestedProperties.js
|
|
15
|
+
* Namespace containing all schema-related data for property set validation
|
|
16
|
+
*/
|
|
17
|
+
exports.templateSchema = {
|
|
18
|
+
typeid: "Adsk.Core:UI.Border-1.0.0",
|
|
19
|
+
properties: [
|
|
20
|
+
{
|
|
21
|
+
id: "lineType",
|
|
22
|
+
typeid: "Enum",
|
|
23
|
+
properties: [
|
|
24
|
+
{ id: "solid", value: 200, annotation: { description: "solid line" } },
|
|
25
|
+
{ id: "dashed", value: 100, annotation: { description: "dashed line" } },
|
|
26
|
+
{ id: "dotted", value: 300, annotation: { description: "dotted line" } },
|
|
27
|
+
],
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
id: "style",
|
|
31
|
+
properties: [
|
|
32
|
+
{
|
|
33
|
+
id: "thickness",
|
|
34
|
+
typeid: "Uint32",
|
|
35
|
+
annotation: {
|
|
36
|
+
description: "border thickness in Pixels",
|
|
37
37
|
},
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
38
|
+
unit: "Adsk.Core:Units.Imaging-1.0.0",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
},
|
|
42
|
+
],
|
|
43
|
+
};
|
|
44
44
|
//# sourceMappingURL=goodUIBorder.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goodUIBorder.js","sourceRoot":"","sources":["../../../src/test/schemas/goodUIBorder.ts"],"names":[],"mappings":"AAAA;;;GAGG
|
|
1
|
+
{"version":3,"file":"goodUIBorder.js","sourceRoot":"","sources":["../../../src/test/schemas/goodUIBorder.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;GAGG;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG;IAC7B,MAAM,EAAE,2BAA2B;IACnC,UAAU,EAAE;QACX;YACC,EAAE,EAAE,UAAU;YACd,MAAM,EAAE,MAAM;YACd,UAAU,EAAE;gBACX,EAAE,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,EAAE,WAAW,EAAE,YAAY,EAAE,EAAE;gBACtE,EAAE,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE,EAAE;gBACxE,EAAE,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE,EAAE;aACxE;SACD;QACD;YACC,EAAE,EAAE,OAAO;YACX,UAAU,EAAE;gBACX;oBACC,EAAE,EAAE,WAAW;oBACf,MAAM,EAAE,QAAQ;oBAChB,UAAU,EAAE;wBACX,WAAW,EAAE,4BAA4B;qBACzC;oBACD,IAAI,EAAE,+BAA+B;iBACrC;aACD;SACD;KACD;CACD,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n\n/**\n * @namespace property-changeset.Test\n * @alias badNestedProperties.js\n * Namespace containing all schema-related data for property set validation\n */\nexport const templateSchema = {\n\ttypeid: \"Adsk.Core:UI.Border-1.0.0\",\n\tproperties: [\n\t\t{\n\t\t\tid: \"lineType\",\n\t\t\ttypeid: \"Enum\",\n\t\t\tproperties: [\n\t\t\t\t{ id: \"solid\", value: 200, annotation: { description: \"solid line\" } },\n\t\t\t\t{ id: \"dashed\", value: 100, annotation: { description: \"dashed line\" } },\n\t\t\t\t{ id: \"dotted\", value: 300, annotation: { description: \"dotted line\" } },\n\t\t\t],\n\t\t},\n\t\t{\n\t\t\tid: \"style\",\n\t\t\tproperties: [\n\t\t\t\t{\n\t\t\t\t\tid: \"thickness\",\n\t\t\t\t\ttypeid: \"Uint32\",\n\t\t\t\t\tannotation: {\n\t\t\t\t\t\tdescription: \"border thickness in Pixels\",\n\t\t\t\t\t},\n\t\t\t\t\tunit: \"Adsk.Core:Units.Imaging-1.0.0\",\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t],\n};\n"]}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*!
|
|
3
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*/
|
|
6
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
|
+
if (k2 === undefined) k2 = k;
|
|
8
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
9
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
11
|
+
}
|
|
12
|
+
Object.defineProperty(o, k2, desc);
|
|
13
|
+
}) : (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
o[k2] = m[k];
|
|
16
|
+
}));
|
|
17
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
18
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
19
|
+
}) : function(o, v) {
|
|
20
|
+
o["default"] = v;
|
|
21
|
+
});
|
|
22
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
23
|
+
if (mod && mod.__esModule) return mod;
|
|
24
|
+
var result = {};
|
|
25
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
26
|
+
__setModuleDefault(result, mod);
|
|
27
|
+
return result;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.goodUIBorder = exports.goodReservedTypes = exports.goodReferenceAndRegular = exports.goodPointId = exports.goodDraftAsVersion = exports.goodColorPalette = exports.badVersionedTypeid = exports.badPrimitiveTypeid = exports.badNestedProperties = exports.badMissingSemverInTypeid = exports.badInvalidSemverInTypeid = exports.badBothPropertiesAndTypeid = void 0;
|
|
31
|
+
const badBothPropertiesAndTypeid = __importStar(require("./badBothPropertiesAndTypeid.js"));
|
|
32
|
+
exports.badBothPropertiesAndTypeid = badBothPropertiesAndTypeid;
|
|
33
|
+
const badInvalidSemverInTypeid = __importStar(require("./badInvalidSemverInTypeid.js"));
|
|
34
|
+
exports.badInvalidSemverInTypeid = badInvalidSemverInTypeid;
|
|
35
|
+
const badMissingSemverInTypeid = __importStar(require("./badMissingSemverInTypeid.js"));
|
|
36
|
+
exports.badMissingSemverInTypeid = badMissingSemverInTypeid;
|
|
37
|
+
const badNestedProperties = __importStar(require("./badNestedProperties.js"));
|
|
38
|
+
exports.badNestedProperties = badNestedProperties;
|
|
39
|
+
const badPrimitiveTypeid = __importStar(require("./badPrimitiveTypeid.js"));
|
|
40
|
+
exports.badPrimitiveTypeid = badPrimitiveTypeid;
|
|
41
|
+
const badVersionedTypeid = __importStar(require("./badVersionedTypeid.js"));
|
|
42
|
+
exports.badVersionedTypeid = badVersionedTypeid;
|
|
43
|
+
const goodColorPalette = __importStar(require("./goodColorPalette.js"));
|
|
44
|
+
exports.goodColorPalette = goodColorPalette;
|
|
45
|
+
const goodDraftAsVersion = __importStar(require("./goodDraftAsVersion.js"));
|
|
46
|
+
exports.goodDraftAsVersion = goodDraftAsVersion;
|
|
47
|
+
const goodPointId = __importStar(require("./goodPointId.js"));
|
|
48
|
+
exports.goodPointId = goodPointId;
|
|
49
|
+
const goodReferenceAndRegular = __importStar(require("./goodReferenceAndRegular.js"));
|
|
50
|
+
exports.goodReferenceAndRegular = goodReferenceAndRegular;
|
|
51
|
+
const goodReservedTypes = __importStar(require("./goodReservedTypes.js"));
|
|
52
|
+
exports.goodReservedTypes = goodReservedTypes;
|
|
53
|
+
const goodUIBorder = __importStar(require("./goodUIBorder.js"));
|
|
54
|
+
exports.goodUIBorder = goodUIBorder;
|
|
55
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/test/schemas/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,4FAA8E;AACrE,gEAA0B;AACnC,wFAA0E;AACjE,4DAAwB;AACjC,wFAA0E;AACjE,4DAAwB;AACjC,8EAAgE;AACvD,kDAAmB;AAC5B,4EAA8D;AACrD,gDAAkB;AAC3B,4EAA8D;AACrD,gDAAkB;AAC3B,wEAA0D;AACjD,4CAAgB;AACzB,4EAA8D;AACrD,gDAAkB;AAC3B,8DAAgD;AACvC,kCAAW;AACpB,sFAAwE;AAC/D,0DAAuB;AAChC,0EAA4D;AACnD,8CAAiB;AAC1B,gEAAkD;AACzC,oCAAY","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport * as badBothPropertiesAndTypeid from \"./badBothPropertiesAndTypeid.js\";\nexport { badBothPropertiesAndTypeid };\nimport * as badInvalidSemverInTypeid from \"./badInvalidSemverInTypeid.js\";\nexport { badInvalidSemverInTypeid };\nimport * as badMissingSemverInTypeid from \"./badMissingSemverInTypeid.js\";\nexport { badMissingSemverInTypeid };\nimport * as badNestedProperties from \"./badNestedProperties.js\";\nexport { badNestedProperties };\nimport * as badPrimitiveTypeid from \"./badPrimitiveTypeid.js\";\nexport { badPrimitiveTypeid };\nimport * as badVersionedTypeid from \"./badVersionedTypeid.js\";\nexport { badVersionedTypeid };\nimport * as goodColorPalette from \"./goodColorPalette.js\";\nexport { goodColorPalette };\nimport * as goodDraftAsVersion from \"./goodDraftAsVersion.js\";\nexport { goodDraftAsVersion };\nimport * as goodPointId from \"./goodPointId.js\";\nexport { goodPointId };\nimport * as goodReferenceAndRegular from \"./goodReferenceAndRegular.js\";\nexport { goodReferenceAndRegular };\nimport * as goodReservedTypes from \"./goodReservedTypes.js\";\nexport { goodReservedTypes };\nimport * as goodUIBorder from \"./goodUIBorder.js\";\nexport { goodUIBorder };\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es5.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.dom.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.decorators.d.ts","../../../../../../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/common.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/array.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/collection.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/date.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/function.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/lang.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/math.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/number.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/object.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/seq.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/string.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/common/util.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/index.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/isEmpty.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/isNumber.d.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/range.d.ts","../changeset_operations/operationTypes.d.ts","../changeset_operations/arrayChangesetIterator.d.ts","../changeset_operations/array.d.ts","../changeset_operations/changesetConflictTypes.d.ts","../changeset_operations/indexedCollection.d.ts","../changeset.d.ts","../../src/test/array.spec.ts","../../../../../../node_modules/.pnpm/@types+lodash@4.14.202/node_modules/@types/lodash/cloneDeep.d.ts","../../src/test/indexedCollection.spec.ts","../changeset_operations/isEmptyChangeset.d.ts","../../src/test/map.spec.ts","../pathHelper.d.ts","../../src/test/pathHelper.spec.ts","../../src/test/reversibleCs.spec.ts","../helpers/typeidHelper.d.ts","../../../../../../node_modules/.pnpm/uri-js@4.4.1/node_modules/uri-js/dist/es5/uri.all.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/codegen/code.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/codegen/scope.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/codegen/index.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/rules.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/util.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/validate/subschema.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/errors.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/validate/index.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/validate/dataType.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/not.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/if.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/applicator/index.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/validation/required.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/validation/const.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/validation/enum.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/validation/index.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/format/format.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/vocabularies/errors.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/types/json-schema.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/types/jtd-schema.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/runtime/validation_error.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/ref_error.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/core.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/resolve.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/index.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/types/index.d.ts","../../../../../../node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/ajv.d.ts","../validationResultBuilder.d.ts","../templateValidator.d.ts","../../src/test/schemaValidator.ts","../../src/test/schemas/badBothPropertiesAndTypeid.ts","../../src/test/schemas/badInvalidSemverInTypeid.ts","../../src/test/schemas/badMissingSemverInTypeid.ts","../../src/test/schemas/badNestedProperties.ts","../../src/test/schemas/badPrimitiveTypeid.ts","../../src/test/schemas/badVersionedTypeid.ts","../../src/test/schemas/goodColorPalette.ts","../../src/test/schemas/goodDraftAsVersion.ts","../../src/test/schemas/goodPointId.ts","../../src/test/schemas/goodReferenceAndRegular.ts","../../src/test/schemas/goodReservedTypes.ts","../../src/test/schemas/goodUIBorder.ts","../../src/test/schemas/index.ts","../../src/test/validator/templateSyntax.spec.ts","../../../../../../node_modules/.pnpm/@types+events@3.0.3/node_modules/@types/events/index.d.ts","../../../property-common/dist/chronometer.d.ts","../../../property-common/dist/consoleUtils.d.ts","../../../property-common/dist/constants.d.ts","../../../property-common/dist/datastructures/collection.d.ts","../../../property-common/dist/datastructures/dataArray.d.ts","../../../property-common/dist/datastructures/integer64.d.ts","../../../property-common/dist/datastructures/sortedCollection.d.ts","../../../property-common/dist/datastructures/index.d.ts","../../../property-common/dist/deferredPromise.d.ts","../../../property-common/dist/deterministicRandomGenerator.d.ts","../../../property-common/dist/error_objects/flaggedError.d.ts","../../../property-common/dist/error_objects/httpError.d.ts","../../../property-common/dist/error_objects/httpErrorNoStack.d.ts","../../../property-common/dist/error_objects/operationError.d.ts","../../../property-common/dist/error_objects/index.d.ts","../../../property-common/dist/guidUtils.d.ts","../../../property-common/dist/hashCalculator.d.ts","../../../property-common/dist/joinPaths.d.ts","../../../property-common/dist/index.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/classes/semver.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/parse.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/valid.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/clean.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/inc.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/diff.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/major.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/minor.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/patch.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/prerelease.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/compare.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/rcompare.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/compare-loose.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/compare-build.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/sort.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/rsort.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/gt.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/lt.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/eq.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/neq.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/gte.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/lte.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/cmp.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/coerce.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/classes/comparator.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/classes/range.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/functions/satisfies.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/to-comparators.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/min-version.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/valid.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/outside.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/gtr.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/ltr.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/intersects.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/simplify.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/ranges/subset.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/internals/identifiers.d.ts","../../../../../../node_modules/.pnpm/@types+semver@7.5.6/node_modules/@types/semver/index.d.ts","../../src/test/validator/templateValidator.spec.ts","../../src/test/validator/typeidHelper.spec.ts","../../../../../../node_modules/.pnpm/@types+mocha@9.1.1/node_modules/@types/mocha/index.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/assert.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/assert/strict.d.ts","../../../../../../node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../../../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/globals.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/async_hooks.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/buffer.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/child_process.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/cluster.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/console.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/constants.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/crypto.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/dgram.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/diagnostics_channel.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/dns.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/dns/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/domain.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/dom-events.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/events.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/fs.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/fs/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/http.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/http2.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/https.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/inspector.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/module.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/net.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/os.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/path.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/perf_hooks.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/process.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/punycode.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/querystring.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/readline.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/readline/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/repl.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/stream.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/stream/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/stream/consumers.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/stream/web.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/string_decoder.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/test.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/timers.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/timers/promises.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/tls.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/trace_events.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/tty.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/url.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/util.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/v8.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/vm.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/wasi.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/worker_threads.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/zlib.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/globals.global.d.ts","../../../../../../node_modules/.pnpm/@types+node@18.19.1/node_modules/@types/node/index.d.ts"],"fileInfos":[{"version":"f59215c5f1d886b05395ee7aca73e0ac69ddfad2843aa88530e797879d511bad","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","impliedFormat":1},{"version":"27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"3dda5344576193a4ae48b8d03f105c86f20b2f2aff0a1d1fd7935f5d68649654","affectsGlobalScope":true,"impliedFormat":1},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d9885c728913c1d16e0d2831b40341d6ad9a0ceecaabc55209b306ad9c736a5","affectsGlobalScope":true,"impliedFormat":1},{"version":"17bea081b9c0541f39dd1ae9bc8c78bdd561879a682e60e2f25f688c0ecab248","affectsGlobalScope":true,"impliedFormat":1},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true,"impliedFormat":1},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true,"impliedFormat":1},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true,"impliedFormat":1},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true,"impliedFormat":1},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true,"impliedFormat":1},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true,"impliedFormat":1},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true,"impliedFormat":1},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true,"impliedFormat":1},{"version":"f06948deb2a51aae25184561c9640fb66afeddb34531a9212d011792b1d19e0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true,"impliedFormat":1},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true,"impliedFormat":1},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true,"impliedFormat":1},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"b8442e9db28157344d1bc5d8a5a256f1692de213f0c0ddeb84359834015a008c","impliedFormat":1},{"version":"458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","impliedFormat":1},{"version":"da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","impliedFormat":1},{"version":"187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","impliedFormat":1},{"version":"febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","impliedFormat":1},{"version":"6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","impliedFormat":1},{"version":"0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","impliedFormat":1},{"version":"00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","impliedFormat":1},{"version":"68a0d0c508e1b6d8d23a519a8a0a3303dc5baa4849ca049f21e5bad41945e3fc","impliedFormat":1},{"version":"3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","impliedFormat":1},{"version":"b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","impliedFormat":1},{"version":"df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","impliedFormat":1},{"version":"4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","impliedFormat":1},{"version":"8dcd8273655aef81be9c273e532a55f56032c7907b20f8ed4d069f7eec44ace8","impliedFormat":1},{"version":"e3602c7ef8cfedd027c02a023075b2c7ba2705d26ec521a8e95f2084f4a138ba","impliedFormat":1},{"version":"9b58c2cbd15e7c2c5ccd13f983fa2ef06c8c32724787b1f5bf1642129a0ac3c2","impliedFormat":1},{"version":"808213e7e3c5d1e36072fca77c018a754a882c448bb58a1c40bf04334ae032c4","impliedFormat":1},{"version":"564efe318141b9f89cfb8d0891ca25b57f41a30ac64e7b2b2119270ecab06ca8","impliedFormat":1},{"version":"7e3acc27a0283e894aba8682a992c5ee067758b2522b3c323e3136229d31bcbc","impliedFormat":1},{"version":"0aae832ccde937603fc48837170272233e79517413fa1e95f20e86691f005c0f","impliedFormat":1},{"version":"24d5972c47e93edf393730f7b5c1f7593890b9b155e94cbc9647bd34de5939fb","impliedFormat":1},{"version":"52ca345e355f30eaf398067a6b06a6038798e13f26f7fbec3521188d8aa7835a","impliedFormat":1},{"version":"6a7b2fd4a0d7c07f0a69833da3f86e2fcdbf87cb2769a838bf6b991e9a23a843","impliedFormat":1},{"version":"a33ea06913b712c529662bee7fd75959781267cf8a307902cc7761307fec0337","impliedFormat":1},{"version":"9b00052147a4498328f1f2d86c32a91a0cf2d413d2ed7600f170b1f0b5463d5b","impliedFormat":1},{"version":"10e0e8301568fcb55ef0f453d936cd2f7fc2d30030f72d0b31ace2face72e372","impliedFormat":1},{"version":"9497958d5fc52ea69dc7740e532998c8290cac59cbb914dfa1fc3772887f82e2","impliedFormat":1},{"version":"b64398856e73c2325e200f7ee179993cce1de22bbf12bd11be9fff6017987f41","impliedFormat":1},{"version":"888a28f04cdc68dff8ad11181c3fe0925d08d4dbfb5d9864489459c27480cee5","impliedFormat":1},{"version":"9b907dafed3a2c7c32097de8db08145b709f8a73944edd99c0416c346c8f4ccd","impliedFormat":1},{"version":"763925a9fd49689138f6fb0f70bf9a53b6fb1d08205cb39b4271900f1171e7ea","impliedFormat":1},{"version":"9f3c5498245c38c9016a369795ec5ef1768d09db63643c8dba9656e5ab294825","impliedFormat":1},{"version":"2d225e7bda2871c066a7079c88174340950fb604f624f2586d3ea27bb9e5f4ff","impliedFormat":1},{"version":"6a785f84e63234035e511817dd48ada756d984dd8f9344e56eb8b2bdcd8fd001","impliedFormat":1},{"version":"c1422d016f7df2ccd3594c06f2923199acd09898f2c42f50ea8159f1f856f618","impliedFormat":1},{"version":"d48084248e3fc241d87852210cabf78f2aed6ce3ea3e2bdaf070e99531c71de2","impliedFormat":1},{"version":"0eb6152d37c84d6119295493dfcc20c331c6fda1304a513d159cdaa599dcb78b","impliedFormat":1},{"version":"237df26f8c326ca00cd9d2deb40214a079749062156386b6d75bdcecc6988a6b","impliedFormat":1},{"version":"cd44995ee13d5d23df17a10213fed7b483fabfd5ea08f267ab52c07ce0b6b4da","impliedFormat":1},{"version":"58ce1486f851942bd2d3056b399079bc9cb978ec933fe9833ea417e33eab676e","impliedFormat":1},{"version":"7557d4d7f19f94341f4413575a3453ba7f6039c9591015bcf4282a8e75414043","impliedFormat":1},{"version":"a3b2cc16f3ce2d882eca44e1066f57a24751545f2a5e4a153d4de31b4cac9bb5","impliedFormat":1},{"version":"ac2b3b377d3068bfb6e1cb8889c99098f2c875955e2325315991882a74d92cc8","impliedFormat":1},{"version":"8deb39d89095469957f73bd194d11f01d9894b8c1f1e27fbf3f6e8122576b336","impliedFormat":1},{"version":"a38a9c41f433b608a0d37e645a31eecf7233ef3d3fffeb626988d3219f80e32f","impliedFormat":1},{"version":"8e1428dcba6a984489863935049893631170a37f9584c0479f06e1a5b1f04332","impliedFormat":1},{"version":"1fce9ecb87a2d3898941c60df617e52e50fb0c03c9b7b2ba8381972448327285","impliedFormat":1},{"version":"5ef0597b8238443908b2c4bf69149ed3894ac0ddd0515ac583d38c7595b151f1","impliedFormat":1},{"version":"ac52b775a80badff5f4ac329c5725a26bd5aaadd57afa7ad9e98b4844767312a","impliedFormat":1},{"version":"6ae5b4a63010c82bf2522b4ecfc29ffe6a8b0c5eea6b2b35120077e9ac54d7a1","impliedFormat":1},{"version":"dd7109c49f416f218915921d44f0f28975df78e04e437c62e1e1eb3be5e18a35","impliedFormat":1},{"version":"eee181112e420b345fc78422a6cc32385ede3d27e2eaf8b8c4ad8b2c29e3e52e","impliedFormat":1},{"version":"25fbe57c8ee3079e2201fe580578fab4f3a78881c98865b7c96233af00bf9624","impliedFormat":1},{"version":"62cc8477858487b4c4de7d7ae5e745a8ce0015c1592f398b63ee05d6e64ca295","impliedFormat":1},{"version":"cc2a9ec3cb10e4c0b8738b02c31798fad312d21ef20b6a2f5be1d077e9f5409d","impliedFormat":1},{"version":"4b4fadcda7d34034737598c07e2dca5d7e1e633cb3ba8dd4d2e6a7782b30b296","impliedFormat":1},{"version":"360fdc8829a51c5428636f1f83e7db36fef6c5a15ed4411b582d00a1c2bd6e97","impliedFormat":1},{"version":"1cf0d15e6ab1ecabbf329b906ae8543e6b8955133b7f6655f04d433e3a0597ab","impliedFormat":1},{"version":"7c9f98fe812643141502b30fb2b5ec56d16aaf94f98580276ae37b7924dd44a4","impliedFormat":1},{"version":"b3547893f24f59d0a644c52f55901b15a3fa1a115bc5ea9a582911469b9348b7","impliedFormat":1},{"version":"596e5b88b6ca8399076afcc22af6e6e0c4700c7cd1f420a78d637c3fb44a885e","impliedFormat":1},{"version":"adddf736e08132c7059ee572b128fdacb1c2650ace80d0f582e93d097ed4fbaf","impliedFormat":1},{"version":"d4cad9dc13e9c5348637170ddd5d95f7ed5fdfc856ddca40234fa55518bc99a6","impliedFormat":1},{"version":"d70675ba7ba7d02e52b7070a369957a70827e4b2bca2c1680c38a832e87b61fd","impliedFormat":1},{"version":"3be71f4ce8988a01e2f5368bdd58e1d60236baf511e4510ee9291c7b3729a27e","impliedFormat":1},{"version":"423d2ccc38e369a7527988d682fafc40267bcd6688a7473e59c5eea20a29b64f","impliedFormat":1},{"version":"2f9fde0868ed030277c678b435f63fcf03d27c04301299580a4017963cc04ce6","impliedFormat":1},{"version":"6b6ed4aa017eb6867cef27257379cfe3e16caf628aceae3f0163dbafcaf891ff","impliedFormat":1},{"version":"25f1159094dc0bf3a71313a74e0885426af21c5d6564a254004f2cadf9c5b052","impliedFormat":1},{"version":"cde493e09daad4bb29922fe633f760be9f0e8e2f39cdca999cce3b8690b5e13a","impliedFormat":1},{"version":"3d7f9eb12aface876f7b535cc89dcd416daf77f0b3573333f16ec0a70bcf902a","impliedFormat":1},{"version":"b83139ae818dd20f365118f9999335ca4cd84ae518348619adc5728e7e0372d5","impliedFormat":1},{"version":"c3d608cc3e97d22d1d9589262865d5d786c3ee7b0a2ae9716be08634b79b9a8c","impliedFormat":1},{"version":"62d26d8ba4fa15ab425c1b57a050ed76c5b0ecbffaa53f182110aa3a02405a07","impliedFormat":1},{"version":"87a4f46dabe0e415e3d38633e4b2295e9a2673ae841886c90a1ff3e66defb367","impliedFormat":1},{"version":"1a81526753a454468403c6473b7504c297bd4ee9aa8557f4ebf4092db7712fde","impliedFormat":1},{"version":"bcd87fbc6646c89fa9cd119c1183b038af2e311bc765252c07ba94f914f14ee5","impliedFormat":1},{"version":"b1914f61c63625e77d7592fe3b314349f79acd48ffc7ee601735995b0aa8c555","impliedFormat":1},{"version":"0e002814583eb4e2e060255876af36662007cadb8099eb53a220fd2dd476e2d5","impliedFormat":1},{"version":"c896d13ddece1ddb2094f4b75f1380cf39e06843a1a06709a722864e2214ea0a","impliedFormat":1},{"version":"ab65f428c834720979f3e6b16484a1fe29de82dd94f26106277c8144eafaf66c","impliedFormat":1},{"version":"5a0f1eb44ac00ce91320a9ea4bbf0efe379f317f63422f4dc49e9c7d68533134","impliedFormat":1},{"version":"fb1cb0f629f35eb124ecfb9c24ea2e6a7458ddc3820d816df5be4e01e71937e7","impliedFormat":1},{"version":"14b607892b72243dabdd54abca1dade16ec4e79665295ab11756a483e9bdac66","impliedFormat":1},{"version":"f10814ac7c542d1b62327fc412f0fdcee745f5e7d6af59db6d1fe10de8e6cacc","impliedFormat":1},{"version":"e7102b1abc5fff4dd1f9f98dc92d7a63305dc9caf040e6c4795a8f48ff176c01","impliedFormat":1},{"version":"46e78e63dbeb1d9781f9625c0fe450de9ddbb88abf7c7e584f857de382ea9185","impliedFormat":1},{"version":"3378f8d1140c52e4d00305fce14615e9224a65be8ceb061f9c3f105771fc7496","impliedFormat":1},{"version":"d7bcab7fcceb6c81cd2a1bdb72e4df120b3d042b80c58ce379aca2f4d6b54aeb","impliedFormat":1},{"version":"9f790712ea0a74423d064e603d5b01c0d8754d256f2f8c783d543bc1c6844d06","impliedFormat":1},{"version":"fcc3de18701026203d78a7e81b132b2c1ec1984a5f2de93bdc8c7c98ae15be79","impliedFormat":1},{"version":"fedbaad53d068b93989177cadf45e12c4b7157d051fef651d7b89e84a8c5dda9","impliedFormat":1},{"version":"c0f9ff132cb83cbc48cfe3f35034a595ee4f9c8a225772516cadf1afe294576a","impliedFormat":1},{"version":"93d28b4eb12c68fccc1f2fc04a4ef83ea3b2a03b18055d3bf29cab267aa7042e","impliedFormat":1},{"version":"5ae06f377b0b83db5a1b874964edbee89349ca8cc209e441453853db83996b54","impliedFormat":1},{"version":"a9ef47ce790d61058be519b195888d3d96663c0633b251f152d050df6aa5008b","impliedFormat":1},{"version":"3112eb26a50643fba9f67a04a3aa0cbc1a6e937bef0e5695f777f9acd03ab593","impliedFormat":1},{"version":"8df6a0a013fa2bd1409b0da580a97d0e481f117300df2256da23a0278cafdeed","impliedFormat":1},{"version":"ebd41802809b2ef42be12754e10ba34a2bbd8970312715085944edd34c29450e","impliedFormat":1},{"version":"252256fa2e954a2a41db5447aa11ed67dbec668edbdfd854cd10eaf83a4fc810","impliedFormat":1},{"version":"f07c758ad138309e628c5596c2be99b8427bbf1061cc29be9c3b24c8e7381464","impliedFormat":1},{"version":"437b66084d74fef1016d1ca75d60c27e787e6890490361c1c6af34c20da612df","impliedFormat":1},{"version":"cdce2e3d2232a16897065db6045cc912c44129307b58693c1eb50a0ce53f6784","impliedFormat":1},{"version":"73d681ce6c2d560ed98a80a5991e3110642857e9728a2740d40c2261347d1239","impliedFormat":1},{"version":"3d237422ddc611dc54b09f560115a94db5bdbcd893dfa1d1ad3cb4f7ea923265","impliedFormat":1},{"version":"8b7cc9ce0b0baff389d7e0d862c886c1d4e41ef8f3014abe7558423d4cc9c343","impliedFormat":1},{"version":"24cc1451f5c8df6759734cfd990cb49b40cf4f1b387961e96179ac406a9fd5a5","impliedFormat":1},{"version":"c17e7f6b7a2bb8f33f0300ac899fb02ee4aef6bf8498682f8047da7774115edf","impliedFormat":1},{"version":"fb24943a9919b0ba038a2fafbcaaad022fd31b2d9e261d5bc2452d83f6cdbbd6","impliedFormat":1},{"version":"e42e334b0e3222a3dce6da5bcffbce9627292d9e80e7c03721efd7461617a2ae","impliedFormat":1},{"version":"82b45e5996e1246d09b9d0439af8a3dc1ac5b7af0352ee748d15281fd4eef222","impliedFormat":1},{"version":"98c7f160839c2badf3ee243904e71f7529523beea7cc5be60444c83a0b06a728","impliedFormat":1},{"version":"a981c35f7762215d3dc74a166727d1f31e2582346e0868eee6a0d34ba2d4b68d","impliedFormat":1},{"version":"5b5337f28573ffdbc95c3653c4a7961d0f02fdf4788888253bf74a3b5a05443e","impliedFormat":1},{"version":"9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","impliedFormat":1},{"version":"c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","impliedFormat":1},{"version":"8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","impliedFormat":1},{"version":"86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","impliedFormat":1},{"version":"42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","impliedFormat":1},{"version":"ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","impliedFormat":1},{"version":"83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","impliedFormat":1},{"version":"1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","impliedFormat":1},{"version":"0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","impliedFormat":1},{"version":"cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","impliedFormat":1},{"version":"c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","impliedFormat":1},{"version":"f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","impliedFormat":1},{"version":"0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","impliedFormat":1},{"version":"7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","impliedFormat":1},{"version":"bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","impliedFormat":1},{"version":"52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","impliedFormat":1},{"version":"770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","impliedFormat":1},{"version":"d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","impliedFormat":1},{"version":"799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","impliedFormat":1},{"version":"2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","impliedFormat":1},{"version":"9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","impliedFormat":1},{"version":"397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","impliedFormat":1},{"version":"a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","impliedFormat":1},{"version":"a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","impliedFormat":1},{"version":"c2576a4083232b0e2d9bd06875dd43d371dee2e090325a9eac0133fd5650c1cb","impliedFormat":1},{"version":"4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","impliedFormat":1},{"version":"f40ac11d8859092d20f953aae14ba967282c3bb056431a37fced1866ec7a2681","impliedFormat":1},{"version":"cc11e9e79d4746cc59e0e17473a59d6f104692fd0eeea1bdb2e206eabed83b03","impliedFormat":1},{"version":"b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","impliedFormat":1},{"version":"c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","impliedFormat":1},{"version":"14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","impliedFormat":1},{"version":"a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","impliedFormat":1},{"version":"f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","impliedFormat":1},{"version":"3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","impliedFormat":1},{"version":"662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","impliedFormat":1},{"version":"c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","impliedFormat":1},{"version":"2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","impliedFormat":1},{"version":"34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","impliedFormat":1},{"version":"85f8ebd7f245e8bf29da270e8b53dcdd17528826ffd27176c5fc7e426213ef5a","impliedFormat":1},{"version":"f3f92154f9b215d84cd6597e0d886b3be059b9ee679a3b6d2ad9468f09823144","impliedFormat":1},{"version":"47b177f8ae3586fb4f622923b2541a011baaf734cf2f9a94e5262d194a5c9fa9","impliedFormat":1},{"version":"3f6d6465811321abc30a1e5f667feed63e5b3917b3d6c8d6645daf96c75f97ba","affectsGlobalScope":true,"impliedFormat":1},{"version":"3846d0dcf468a1d1a07e6d00eaa37ec542956fb5fe0357590a6407af20d2ff90","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","impliedFormat":1},{"version":"3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","impliedFormat":1},{"version":"e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","impliedFormat":1},{"version":"471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","impliedFormat":1},{"version":"c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","impliedFormat":1},{"version":"40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","impliedFormat":1},{"version":"8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","impliedFormat":1},{"version":"4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1","impliedFormat":1},{"version":"49026435d21e3d7559d723af3ae48f73ec28f9cba651b41bd2ac991012836122","affectsGlobalScope":true,"impliedFormat":1},{"version":"39b1a50d543770780b0409a4caacb87f3ff1d510aedfeb7dc06ed44188256f89","impliedFormat":1},{"version":"b6a4a51bc749ad882c33d98563ff5a94716ca884bfde949a8c97bad530e4ee2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"16b872cf5432818bdbf405428b4a1d77bb2a7ab908e8bd6609f9a541cea92f81","impliedFormat":1},{"version":"fe39ceafa361b6d339b518936275eff89a77e7dfe92f2efa5fb97abf9a95ca49","impliedFormat":1},{"version":"4009dd21843fe4a62d1d97b584a2937ca9f045df6fbd65c8b264d8dd04b656fd","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"c9e6ea53a25729dbb5b5bb6960db4387df2f8e88add9cbf36b6ff590481134f9","impliedFormat":1},{"version":"3e95e6310d49db6d575ac6c2896c02761426aa5aab0b18169f971151c709b770","impliedFormat":1},{"version":"7eb0662b995994db248290a0f0a1d8ed685991a162ff9eb4dee36f099cccd0d9","impliedFormat":1},{"version":"bea5c9fc0843a6961411ab4a04df856a8372448bc0d180da0c3a054ff31044b8","impliedFormat":1},{"version":"715873cecbfcebb49f293f0521bd0955d6298486e2eeb9c7bbf5e9f20a6ed152","impliedFormat":1},{"version":"c6cf9428f45f3d78b07df7d7aab1569994c177d36549e3a962f952d89f026bc4","impliedFormat":1},{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c7b9d2139abd8f2e83ed8fa018c3799ab3187755a6665621feb6e93d3429ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"a019c9782ea4e21c83881c780cebce8ad86e3f78122619336eacbd87e47fe674","impliedFormat":1},{"version":"021ca24be8eb8c46f99b4e03ebf872931f590c9b07b88d715c68bd30495b6c44","impliedFormat":1},{"version":"5899ab1898582115c432cccef063298f75477bf2cebe5473360043fddd67bcc6","impliedFormat":1},{"version":"6b97f4106d72ae6b4ebf4e46d2fe90f4d04dd04b3dbff6e294572440a428209d","impliedFormat":1},{"version":"e3baa0c5780c2c805ec33a999722a2f740b572eb3746fd0a5f93a0a5c3dbf7f6","impliedFormat":1},{"version":"48fedd2f8549a2ae7e62f30fdb015779c2a7b536760730c5269406cd3d17cab2","impliedFormat":1},{"version":"089867511b37a534ae71f3d9bc97acc0b925b7f5dbec113f98c4b49224c694eb","affectsGlobalScope":true,"impliedFormat":1},{"version":"c874bfffe38a94b129077eaba4e26575972d545d5d04cd64e90c02d2c029ead6","impliedFormat":1},{"version":"f5ce35485541e817c2d4105d3eb78e3e538bbb009515ed014694363fa3e94ceb","impliedFormat":1},{"version":"323506ce173f7f865f42f493885ee3dacd18db6359ea1141d57676d3781ce10c","impliedFormat":1},{"version":"bd88055918cf8bf30ad7c9269177f7ebeafd4c5f0d28919edccd1c1d24f7e73c","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ee9304173804c2c6dff4fcb8ad900619a4078b30d37f7e455236836e8e87a45","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea3ab3727cd6c222d94003ecafa30e8550c61eadcdabbf59514aee76e86211a5","impliedFormat":1},{"version":"d3cdd41693c5ed6bec4f1a1c399d9501372b14bd341bc46eedacf2854c5df5a7","impliedFormat":1},{"version":"2de7a21c92226fb8abbeed7a0a9bd8aa6d37e4c68a8c7ff7938c644267e9fcc1","impliedFormat":1},{"version":"6d6070c5c81ba0bfe58988c69e3ba3149fc86421fd383f253aeb071cbf29cd41","impliedFormat":1},{"version":"48dab0d6e633b8052e7eaa0efb0bb3d58a733777b248765eafcb0b0349439834","impliedFormat":1},{"version":"6e4b2642721462bf62d19593770659f268a6ca1e9fd15543747efb3ac471cee3","impliedFormat":1},{"version":"269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"cdaaf046791d7d588f28f32197c5d6acc43343e62540a67eed194c9c20535fdc","impliedFormat":1},{"version":"4b1ff655bd8edd879dd4f04f15338ce0109f58ccb424165d44fa07e7ea39c4bf","impliedFormat":1},{"version":"6fa61015444e843013443f2e5ca6bee5f033cbf361f953fd932abb0c029b73b2","affectsGlobalScope":true,"impliedFormat":1},{"version":"300f8e9de0b0c3482be3e749462b6ebc3dab8a316801f1da0def94aed0cd2018","affectsGlobalScope":true,"impliedFormat":1},{"version":"4e228e78c1e9b0a75c70588d59288f63a6258e8b1fe4a67b0c53fe03461421d9","impliedFormat":1},{"version":"24b8c93eb91a64a6fbb877a295cfac4c10aa4660599970c954a99d33697534a3","impliedFormat":1},{"version":"76a89af04f2ba1807309320dab5169c0d1243b80738b4a2005989e40a136733e","impliedFormat":1},{"version":"c045b664abf3fc2a4750fa96117ab2735e4ed45ddd571b2a6a91b9917e231a02","impliedFormat":1},{"version":"ca619678b887ae262316673b55bb358c517593d3b6b96c1271972716c699da32","affectsGlobalScope":true,"impliedFormat":1},{"version":"40ed27386f21a739bd0d2e2cfed563760588f2aeaa7ad149c1bf1454a7ec743a","affectsGlobalScope":true,"impliedFormat":1},{"version":"d1ef1d8516286380fd0a6f498f1650d374a8cb5f03d91633b6124e4fb8fb131d","impliedFormat":1},{"version":"fecdf44bec4ee9c5188e5f2f58c292c9689c02520900dceaaa6e76594de6da90","impliedFormat":1},{"version":"2641e5e19268b6f5038ad48a6e2598965301df8a77c48c99d8df760a6a154204","impliedFormat":1},{"version":"6a4a80787c57c10b3ea8314c80d9cc6e1deb99d20adca16106a337825f582420","affectsGlobalScope":true,"impliedFormat":1},{"version":"f2b9440f98d6f94c8105883a2b65aee2fce0248f71f41beafd0a80636f3a565d","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","impliedFormat":1}],"root":[68,70,72,74,75,[124,138],199,200],"options":{"composite":false,"declaration":false,"declarationMap":false,"esModuleInterop":true,"inlineSources":true,"jsx":2,"module":100,"noImplicitAny":false,"noUnusedLocals":true,"outDir":"./","rootDir":"../../src/test","skipLibCheck":true,"sourceMap":true,"strict":true,"target":7},"fileIdsList":[[64,65,66,281],[63,67,281],[62,67,281],[281],[67,281],[122,281],[121,281],[59,60,61,67,281],[67,69,281],[67,71,281],[73,281],[76,122,123,281],[125,126,127,128,129,130,131,132,133,134,135,136,281],[123,124,137,281],[122,123,124,137,158,198,281],[76,158,281],[143,144,145,146,281],[143,281],[151,281],[150,151,152,153,281],[139,140,141,142,147,148,149,154,155,156,157,281],[58,281],[46,48,49,50,51,52,53,54,55,56,57,58,281],[46,47,49,50,51,52,53,54,55,56,57,58,281],[47,48,49,50,51,52,53,54,55,56,57,58,281],[46,47,48,50,51,52,53,54,55,56,57,58,281],[46,47,48,49,51,52,53,54,55,56,57,58,281],[46,47,48,49,50,52,53,54,55,56,57,58,281],[46,47,48,49,50,51,53,54,55,56,57,58,281],[46,47,48,49,50,51,52,54,55,56,57,58,281],[46,47,48,49,50,51,52,53,55,56,57,58,281],[46,47,48,49,50,51,52,53,54,56,57,58,281],[46,47,48,49,50,51,52,53,54,55,57,58,281],[46,47,48,49,50,51,52,53,54,55,56,58,281],[46,47,48,49,50,51,52,53,54,55,56,57,281],[202,281],[238,281],[239,244,272,281],[240,251,252,259,269,280,281],[240,241,251,259,281],[242,281],[243,244,252,260,281],[244,269,277,281],[245,247,251,259,281],[246,281],[247,248,281],[251,281],[249,251,281],[238,251,281],[251,252,253,269,280,281],[251,252,253,266,269,272,281],[236,281,285],[247,251,254,259,269,280,281],[251,252,254,255,259,269,277,280,281],[254,256,269,277,280,281],[202,203,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287],[251,257,281],[258,280,281,285],[247,251,259,269,281],[260,281],[261,281],[238,262,281],[263,279,281,285],[264,281],[265,281],[251,266,267,281],[266,268,281,283],[239,251,269,270,271,272,281],[239,269,271,281],[269,270,281],[272,281],[273,281],[238,269,281],[251,275,276,281],[275,276,281],[244,259,269,277,281],[278,281],[259,279,281],[239,254,265,280,281],[244,281],[269,281,282],[258,281,283],[281,284],[239,244,251,253,262,269,280,281,283,285],[269,281,286],[159,198,281],[159,183,198,281],[198,281],[159,281],[159,184,198,281],[159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,281],[184,198,281],[80,81,85,112,113,115,116,117,119,120,281],[78,79,281],[78,281],[80,120,281],[80,81,117,118,120,281],[120,281],[77,120,121,281],[80,81,119,120,281],[80,81,83,84,119,120,281],[80,81,82,119,120,281],[80,81,85,112,113,114,115,116,119,120,281],[77,80,81,85,117,119,281],[85,120,281],[87,88,89,90,91,92,93,94,95,96,120,281],[110,120,281],[86,97,105,106,107,108,109,111,281],[90,120,281],[98,99,100,101,102,103,104,120,281],[213,217,280,281],[213,269,280,281],[208,281],[210,213,277,280,281],[259,277,281],[281,288],[208,281,288],[210,213,259,280,281],[205,206,209,212,239,251,269,280,281],[205,211,281],[209,213,239,272,280,281,288],[239,281,288],[229,239,281,288],[207,208,281,288],[213,281],[207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,224,225,226,227,228,230,231,232,233,234,235,281],[213,220,221,281],[211,213,221,222,281],[212,281],[205,208,213,281],[213,217,221,222,281],[217,281],[211,213,216,280,281],[205,210,211,213,217,220,281],[239,269,281],[208,213,229,239,281,285,288]],"referencedMap":[[67,1],[64,2],[63,3],[65,4],[66,5],[71,5],[62,4],[76,4],[73,4],[123,6],[122,7],[68,8],[70,9],[72,10],[74,11],[75,5],[124,12],[125,4],[126,4],[127,4],[128,4],[129,4],[130,4],[131,4],[132,4],[133,4],[134,4],[135,4],[136,4],[137,13],[138,14],[199,15],[200,16],[140,4],[141,4],[142,4],[143,4],[144,4],[147,17],[145,4],[146,18],[148,4],[149,4],[150,4],[151,4],[152,19],[154,20],[153,4],[155,4],[156,4],[158,21],[157,4],[139,4],[69,22],[47,23],[48,24],[46,25],[49,26],[50,27],[51,28],[52,29],[53,30],[54,31],[55,32],[56,33],[57,34],[58,35],[59,22],[60,22],[61,22],[201,4],[202,36],[203,36],[238,37],[239,38],[240,39],[241,40],[242,41],[243,42],[244,43],[245,44],[246,45],[247,46],[248,46],[250,47],[249,48],[251,49],[252,50],[253,51],[237,52],[287,4],[254,53],[255,54],[256,55],[288,56],[257,57],[258,58],[259,59],[260,60],[261,61],[262,62],[263,63],[264,64],[265,65],[266,66],[267,66],[268,67],[269,68],[271,69],[270,70],[272,71],[273,72],[274,73],[275,74],[276,75],[277,76],[278,77],[279,78],[280,79],[281,80],[282,81],[283,82],[284,83],[285,84],[286,85],[183,86],[184,87],[159,88],[162,88],[181,86],[182,86],[172,86],[171,89],[169,86],[164,86],[177,86],[175,86],[179,86],[163,86],[176,86],[180,86],[165,86],[166,86],[178,86],[160,86],[167,86],[168,86],[170,86],[174,86],[185,90],[173,86],[161,86],[198,91],[197,4],[192,90],[194,92],[193,90],[186,90],[187,90],[189,90],[191,90],[195,92],[196,92],[188,92],[190,92],[121,93],[78,4],[80,94],[79,95],[84,96],[119,97],[116,98],[118,99],[81,98],[82,100],[86,100],[85,101],[83,102],[117,103],[115,98],[120,104],[113,4],[114,4],[87,105],[92,98],[94,98],[89,98],[90,105],[96,98],[97,106],[88,98],[93,98],[95,98],[91,98],[111,107],[110,98],[112,108],[106,98],[108,98],[107,98],[103,98],[109,109],[104,98],[105,110],[98,98],[99,98],[100,98],[101,98],[102,98],[204,4],[44,4],[45,4],[8,4],[9,4],[11,4],[10,4],[2,4],[12,4],[13,4],[14,4],[15,4],[16,4],[17,4],[18,4],[19,4],[3,4],[4,4],[23,4],[20,4],[21,4],[22,4],[24,4],[25,4],[26,4],[5,4],[27,4],[28,4],[29,4],[30,4],[6,4],[34,4],[31,4],[32,4],[33,4],[35,4],[7,4],[36,4],[41,4],[42,4],[37,4],[38,4],[39,4],[40,4],[1,4],[43,4],[220,111],[227,112],[219,111],[234,113],[211,114],[210,115],[233,116],[228,117],[231,118],[213,119],[212,120],[208,121],[207,122],[230,123],[209,124],[214,125],[215,4],[218,125],[205,4],[236,126],[235,125],[222,127],[223,128],[225,129],[221,130],[224,131],[229,116],[216,132],[217,133],[226,134],[206,135],[232,136],[77,4]],"exportedModulesMap":[[67,1],[64,2],[63,3],[65,4],[66,5],[71,5],[62,4],[76,4],[73,4],[123,6],[122,7],[68,8],[70,9],[72,10],[74,11],[75,5],[124,12],[125,4],[126,4],[127,4],[128,4],[129,4],[130,4],[131,4],[132,4],[133,4],[134,4],[135,4],[136,4],[137,13],[138,14],[199,15],[200,16],[140,4],[141,4],[142,4],[143,4],[144,4],[147,17],[145,4],[146,18],[148,4],[149,4],[150,4],[151,4],[152,19],[154,20],[153,4],[155,4],[156,4],[158,21],[157,4],[139,4],[69,22],[47,23],[48,24],[46,25],[49,26],[50,27],[51,28],[52,29],[53,30],[54,31],[55,32],[56,33],[57,34],[58,35],[59,22],[60,22],[61,22],[201,4],[202,36],[203,36],[238,37],[239,38],[240,39],[241,40],[242,41],[243,42],[244,43],[245,44],[246,45],[247,46],[248,46],[250,47],[249,48],[251,49],[252,50],[253,51],[237,52],[287,4],[254,53],[255,54],[256,55],[288,56],[257,57],[258,58],[259,59],[260,60],[261,61],[262,62],[263,63],[264,64],[265,65],[266,66],[267,66],[268,67],[269,68],[271,69],[270,70],[272,71],[273,72],[274,73],[275,74],[276,75],[277,76],[278,77],[279,78],[280,79],[281,80],[282,81],[283,82],[284,83],[285,84],[286,85],[183,86],[184,87],[159,88],[162,88],[181,86],[182,86],[172,86],[171,89],[169,86],[164,86],[177,86],[175,86],[179,86],[163,86],[176,86],[180,86],[165,86],[166,86],[178,86],[160,86],[167,86],[168,86],[170,86],[174,86],[185,90],[173,86],[161,86],[198,91],[197,4],[192,90],[194,92],[193,90],[186,90],[187,90],[189,90],[191,90],[195,92],[196,92],[188,92],[190,92],[121,93],[78,4],[80,94],[79,95],[84,96],[119,97],[116,98],[118,99],[81,98],[82,100],[86,100],[85,101],[83,102],[117,103],[115,98],[120,104],[113,4],[114,4],[87,105],[92,98],[94,98],[89,98],[90,105],[96,98],[97,106],[88,98],[93,98],[95,98],[91,98],[111,107],[110,98],[112,108],[106,98],[108,98],[107,98],[103,98],[109,109],[104,98],[105,110],[98,98],[99,98],[100,98],[101,98],[102,98],[204,4],[44,4],[45,4],[8,4],[9,4],[11,4],[10,4],[2,4],[12,4],[13,4],[14,4],[15,4],[16,4],[17,4],[18,4],[19,4],[3,4],[4,4],[23,4],[20,4],[21,4],[22,4],[24,4],[25,4],[26,4],[5,4],[27,4],[28,4],[29,4],[30,4],[6,4],[34,4],[31,4],[32,4],[33,4],[35,4],[7,4],[36,4],[41,4],[42,4],[37,4],[38,4],[39,4],[40,4],[1,4],[43,4],[220,111],[227,112],[219,111],[234,113],[211,114],[210,115],[233,116],[228,117],[231,118],[213,119],[212,120],[208,121],[207,122],[230,123],[209,124],[214,125],[215,4],[218,125],[205,4],[236,126],[235,125],[222,127],[223,128],[225,129],[221,130],[224,131],[229,116],[216,132],[217,133],[226,134],[206,135],[232,136],[77,4]],"semanticDiagnosticsPerFile":[67,64,63,65,66,71,62,76,73,123,122,68,70,72,74,75,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,199,200,140,141,142,143,144,147,145,146,148,149,150,151,152,154,153,155,156,158,157,139,69,47,48,46,49,50,51,52,53,54,55,56,57,58,59,60,61,201,202,203,238,239,240,241,242,243,244,245,246,247,248,250,249,251,252,253,237,287,254,255,256,288,257,258,259,260,261,262,263,264,265,266,267,268,269,271,270,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,183,184,159,162,181,182,172,171,169,164,177,175,179,163,176,180,165,166,178,160,167,168,170,174,185,173,161,198,197,192,194,193,186,187,189,191,195,196,188,190,121,78,80,79,84,119,116,118,81,82,86,85,83,117,115,120,113,114,87,92,94,89,90,96,97,88,93,95,91,111,110,112,106,108,107,103,109,104,105,98,99,100,101,102,204,44,45,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,35,7,36,41,42,37,38,39,40,1,43,220,227,219,234,211,210,233,228,231,213,212,208,207,230,209,214,215,218,205,236,235,222,223,225,221,224,229,216,217,226,206,232,77]},"version":"5.1.6"}
|
|
@@ -3,83 +3,78 @@
|
|
|
3
3
|
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
4
4
|
* Licensed under the MIT License.
|
|
5
5
|
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
7
|
/**
|
|
7
8
|
* @fileoverview In this file, we will test template syntax.
|
|
8
9
|
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
const chai_1 = require("chai");
|
|
11
|
-
const
|
|
11
|
+
const schemaValidator_js_1 = require("../schemaValidator.js");
|
|
12
|
+
// Good or bad none of the templateSchema in these imports actually conform to
|
|
13
|
+
// PropertySchema type. Perhaps the type is inaccurate. Common incompatibilities
|
|
14
|
+
// are missing properties of `context` and `values`.
|
|
15
|
+
const index_js_1 = require("../schemas/index.js");
|
|
12
16
|
(function () {
|
|
13
17
|
describe("Simple Template Validation", function () {
|
|
14
|
-
const schemaValidator = new
|
|
18
|
+
const schemaValidator = new schemaValidator_js_1.SchemaValidator();
|
|
15
19
|
it("should validate a simple file", function () {
|
|
16
|
-
const
|
|
17
|
-
const result = schemaValidator.validate(testFile1);
|
|
20
|
+
const result = schemaValidator.validate(index_js_1.goodPointId.templateSchema);
|
|
18
21
|
(0, chai_1.expect)(result.errors.length).to.equal(0);
|
|
19
22
|
(0, chai_1.expect)(result.unresolvedTypes.length).to.be.greaterThan(0);
|
|
20
23
|
});
|
|
21
24
|
it("should fail a file with a bad versioned typeid in it", function () {
|
|
22
|
-
const
|
|
23
|
-
const result = schemaValidator.validate(testFile2);
|
|
25
|
+
const result = schemaValidator.validate(index_js_1.badVersionedTypeid.templateSchema);
|
|
24
26
|
(0, chai_1.expect)(result.isValid).to.equal(false);
|
|
25
27
|
(0, chai_1.expect)(result.errors.length).to.equal(1);
|
|
26
28
|
});
|
|
27
29
|
it("should fail a file with a bad primitive typeid in it", function () {
|
|
28
|
-
const
|
|
29
|
-
const result = schemaValidator.validate(testFile2);
|
|
30
|
+
const result = schemaValidator.validate(index_js_1.badPrimitiveTypeid.templateSchema);
|
|
30
31
|
(0, chai_1.expect)(result.isValid).to.equal(false);
|
|
31
32
|
(0, chai_1.expect)(result.errors.length).to.be.greaterThan(0);
|
|
32
33
|
});
|
|
33
|
-
it("should fail when both properties and typeid/id are specified", function () {
|
|
34
|
-
const
|
|
35
|
-
const result = schemaValidator.validate(testFile3);
|
|
34
|
+
it("should fail when both properties and typeid/id are specified", async function () {
|
|
35
|
+
const result = schemaValidator.validate(index_js_1.badBothPropertiesAndTypeid.templateSchema);
|
|
36
36
|
(0, chai_1.expect)(result.isValid).to.equal(false);
|
|
37
37
|
(0, chai_1.expect)(result.errors.length).to.be.greaterThan(0);
|
|
38
38
|
});
|
|
39
39
|
it("Should permit declaration of enums inline", function () {
|
|
40
|
-
const
|
|
41
|
-
const result = schemaValidator.validate(testFile4);
|
|
40
|
+
const result = schemaValidator.validate(index_js_1.goodUIBorder.templateSchema);
|
|
42
41
|
(0, chai_1.expect)(result.isValid).to.equal(true);
|
|
43
42
|
(0, chai_1.expect)(result.errors.length).to.equal(0);
|
|
44
43
|
(0, chai_1.expect)(result.unresolvedTypes.length).to.equal(0); // Only simple types
|
|
45
44
|
});
|
|
46
45
|
it("Should support both kinds of reference types", function () {
|
|
47
|
-
const
|
|
48
|
-
const result = schemaValidator.validate(testFile5);
|
|
46
|
+
const result = schemaValidator.validate(index_js_1.goodColorPalette.templateSchema);
|
|
49
47
|
(0, chai_1.expect)(result.isValid).to.equal(true);
|
|
50
48
|
(0, chai_1.expect)(result.errors.length).to.equal(0);
|
|
51
49
|
(0, chai_1.expect)(result.unresolvedTypes.length).to.be.greaterThan(0);
|
|
52
50
|
});
|
|
53
51
|
it("Should find errors down in nested types", function () {
|
|
54
|
-
const
|
|
55
|
-
const result = schemaValidator.validate(testFile6);
|
|
52
|
+
const result = schemaValidator.validate(index_js_1.badNestedProperties.templateSchema);
|
|
56
53
|
(0, chai_1.expect)(result.isValid).to.equal(false);
|
|
57
54
|
(0, chai_1.expect)(result.errors.length).to.be.greaterThan(0);
|
|
58
55
|
(0, chai_1.expect)(result.unresolvedTypes.length).to.equal(2);
|
|
59
56
|
});
|
|
60
57
|
it("Should extract typeids from references", function () {
|
|
61
|
-
const
|
|
62
|
-
const result = schemaValidator.validate(testFile7);
|
|
58
|
+
const result = schemaValidator.validate(index_js_1.goodReferenceAndRegular.templateSchema);
|
|
63
59
|
(0, chai_1.expect)(result.isValid).to.equal(true);
|
|
64
60
|
(0, chai_1.expect)(result.errors.length).to.equal(0);
|
|
65
61
|
(0, chai_1.expect)(result.unresolvedTypes.length).to.equal(1);
|
|
66
62
|
});
|
|
67
63
|
it("should validate a typeid with reserved type Ids", function () {
|
|
68
|
-
const
|
|
69
|
-
const result = schemaValidator.validate(testFile8);
|
|
64
|
+
const result = schemaValidator.validate(index_js_1.goodReservedTypes.templateSchema);
|
|
70
65
|
(0, chai_1.expect)(result.isValid).to.equal(true);
|
|
71
66
|
(0, chai_1.expect)(result.errors.length).to.equal(0);
|
|
72
67
|
(0, chai_1.expect)(result.unresolvedTypes.length).to.be.greaterThan(0);
|
|
73
68
|
});
|
|
74
|
-
it("should validate a typeid with draft as version", function () {
|
|
75
|
-
const testFile9 =
|
|
69
|
+
it("should validate a typeid with draft as version", async function () {
|
|
70
|
+
const testFile9 = index_js_1.goodDraftAsVersion.templateSchema;
|
|
76
71
|
const result = schemaValidator.validate(testFile9, testFile9, false, true, true);
|
|
77
72
|
(0, chai_1.expect)(result.isValid).to.equal(true);
|
|
78
73
|
(0, chai_1.expect)(result.errors.length).to.equal(0);
|
|
79
74
|
(0, chai_1.expect)(result.unresolvedTypes.length).to.be.equal(0);
|
|
80
75
|
});
|
|
81
76
|
it("should validate a typeid with draft as version", function () {
|
|
82
|
-
const testFile9 =
|
|
77
|
+
const testFile9 = index_js_1.goodDraftAsVersion.templateSchema;
|
|
83
78
|
const result = schemaValidator.validate(testFile9, testFile9, false, true, false);
|
|
84
79
|
(0, chai_1.expect)(result.isValid).to.equal(false);
|
|
85
80
|
(0, chai_1.expect)(result.errors.length).to.equal(1);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"templateSyntax.spec.js","sourceRoot":"","sources":["../../../src/test/validator/templateSyntax.spec.ts"],"names":[],"mappings":";AAAA;;;GAGG
|
|
1
|
+
{"version":3,"file":"templateSyntax.spec.js","sourceRoot":"","sources":["../../../src/test/validator/templateSyntax.spec.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview In this file, we will test template syntax.\n */\n\nimport { expect } from \"chai\";\n\nimport type { PropertySchema } from \"../../templateValidator.js\";\nimport { SchemaValidator } from \"../schemaValidator.js\";\n// Good or bad none of the templateSchema in these imports actually conform to\n// PropertySchema type. Perhaps the type is inaccurate. Common incompatibilities\n// are missing properties of `context` and `values`.\nimport {\n\tbadBothPropertiesAndTypeid,\n\tbadNestedProperties,\n\tbadPrimitiveTypeid,\n\tbadVersionedTypeid,\n\tgoodColorPalette,\n\tgoodDraftAsVersion,\n\tgoodPointId,\n\tgoodReferenceAndRegular,\n\tgoodReservedTypes,\n\tgoodUIBorder,\n} from \"../schemas/index.js\";\n\n(function () {\n\tdescribe(\"Simple Template Validation\", function () {\n\t\tconst schemaValidator = new SchemaValidator();\n\n\t\tit(\"should validate a simple file\", function () {\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\tgoodPointId.templateSchema as unknown as PropertySchema,\n\t\t\t);\n\n\t\t\texpect(result.errors.length).to.equal(0);\n\t\t\texpect(result.unresolvedTypes.length).to.be.greaterThan(0);\n\t\t});\n\n\t\tit(\"should fail a file with a bad versioned typeid in it\", function () {\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\tbadVersionedTypeid.templateSchema as unknown as PropertySchema,\n\t\t\t);\n\n\t\t\texpect(result.isValid).to.equal(false);\n\t\t\texpect(result.errors.length).to.equal(1);\n\t\t});\n\n\t\tit(\"should fail a file with a bad primitive typeid in it\", function () {\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\tbadPrimitiveTypeid.templateSchema as unknown as PropertySchema,\n\t\t\t);\n\n\t\t\texpect(result.isValid).to.equal(false);\n\t\t\texpect(result.errors.length).to.be.greaterThan(0);\n\t\t});\n\n\t\tit(\"should fail when both properties and typeid/id are specified\", async function () {\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\tbadBothPropertiesAndTypeid.templateSchema as unknown as PropertySchema,\n\t\t\t);\n\n\t\t\texpect(result.isValid).to.equal(false);\n\t\t\texpect(result.errors.length).to.be.greaterThan(0);\n\t\t});\n\n\t\tit(\"Should permit declaration of enums inline\", function () {\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\tgoodUIBorder.templateSchema as unknown as PropertySchema,\n\t\t\t);\n\n\t\t\texpect(result.isValid).to.equal(true);\n\t\t\texpect(result.errors.length).to.equal(0);\n\t\t\texpect(result.unresolvedTypes.length).to.equal(0); // Only simple types\n\t\t});\n\n\t\tit(\"Should support both kinds of reference types\", function () {\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\tgoodColorPalette.templateSchema as unknown as PropertySchema,\n\t\t\t);\n\n\t\t\texpect(result.isValid).to.equal(true);\n\t\t\texpect(result.errors.length).to.equal(0);\n\t\t\texpect(result.unresolvedTypes.length).to.be.greaterThan(0);\n\t\t});\n\n\t\tit(\"Should find errors down in nested types\", function () {\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\tbadNestedProperties.templateSchema as unknown as PropertySchema,\n\t\t\t);\n\n\t\t\texpect(result.isValid).to.equal(false);\n\t\t\texpect(result.errors.length).to.be.greaterThan(0);\n\t\t\texpect(result.unresolvedTypes.length).to.equal(2);\n\t\t});\n\n\t\tit(\"Should extract typeids from references\", function () {\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\tgoodReferenceAndRegular.templateSchema as unknown as PropertySchema,\n\t\t\t);\n\n\t\t\texpect(result.isValid).to.equal(true);\n\t\t\texpect(result.errors.length).to.equal(0);\n\t\t\texpect(result.unresolvedTypes.length).to.equal(1);\n\t\t});\n\n\t\tit(\"should validate a typeid with reserved type Ids\", function () {\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\tgoodReservedTypes.templateSchema as unknown as PropertySchema,\n\t\t\t);\n\n\t\t\texpect(result.isValid).to.equal(true);\n\t\t\texpect(result.errors.length).to.equal(0);\n\t\t\texpect(result.unresolvedTypes.length).to.be.greaterThan(0);\n\t\t});\n\n\t\tit(\"should validate a typeid with draft as version\", async function () {\n\t\t\tconst testFile9 = goodDraftAsVersion.templateSchema;\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\ttestFile9 as PropertySchema,\n\t\t\t\ttestFile9 as PropertySchema,\n\t\t\t\tfalse,\n\t\t\t\ttrue,\n\t\t\t\ttrue,\n\t\t\t);\n\n\t\t\texpect(result.isValid).to.equal(true);\n\t\t\texpect(result.errors.length).to.equal(0);\n\t\t\texpect(result.unresolvedTypes.length).to.be.equal(0);\n\t\t});\n\n\t\tit(\"should validate a typeid with draft as version\", function () {\n\t\t\tconst testFile9 = goodDraftAsVersion.templateSchema;\n\t\t\tconst result = schemaValidator.validate(\n\t\t\t\ttestFile9 as PropertySchema,\n\t\t\t\ttestFile9 as PropertySchema,\n\t\t\t\tfalse,\n\t\t\t\ttrue,\n\t\t\t\tfalse,\n\t\t\t);\n\n\t\t\texpect(result.isValid).to.equal(false);\n\t\t\texpect(result.errors.length).to.equal(1);\n\t\t\texpect(result.unresolvedTypes.length).to.be.equal(0);\n\t\t});\n\t});\n})();\n"]}
|