pareto 0.76.63 → 0.76.65
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/generated/implementation/schemas/schema/marshall.js +10 -4
- package/dist/generated/implementation/schemas/schema/resolve.js +27 -10
- package/dist/generated/implementation/schemas/schema/unmarshall.js +14 -3
- package/dist/generated/interface/schemas/schema/data_types/source.d.ts +51 -7
- package/dist/generated/interface/schemas/schema/data_types/target.d.ts +51 -7
- package/dist/procedures/serialize_schemas.js +25 -20
- package/dist/resolvers/schema.js +11 -8
- package/dist/shorthands/schema.d.ts +3 -1
- package/dist/shorthands/schema.js +16 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +7 -7
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +11 -11
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +8 -8
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.js +213 -213
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +9 -9
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +29 -29
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +16 -16
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +13 -13
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +3 -3
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +18 -18
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +8 -8
- package/dist/temp/temporary_schemas/all.js +17 -13
- package/dist/temp/temporary_schemas/astn/schema_tree.astn.js +19 -17
- package/dist/temp/temporary_schemas/{pareto → astn}/schemas/astn_schema/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/{pareto → astn}/schemas/astn_schema/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.resolvers.astn.js +116 -0
- package/dist/temp/temporary_schemas/{pareto → astn}/schemas/astn_schema/$.signatures.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.types.astn.js +74 -0
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.types.astn.js +32 -32
- package/dist/temp/temporary_schemas/astn/schemas/{authoring_ast → authoring_parse_tree}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/{authoring_ast → authoring_parse_tree}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.types.astn.js +93 -0
- package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.types.astn.js +22 -22
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.js +7 -7
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.js +20 -20
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.types.astn.js +32 -32
- package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.types.astn.js +25 -16
- package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.js +24 -24
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +81 -81
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.js +37 -37
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +55 -55
- package/dist/temp/temporary_schemas/pareto/schema_tree.astn.js +4 -4
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.js +4 -4
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +6 -3
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.js +147 -141
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.js +34 -34
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +15 -15
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.js +104 -104
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.types.astn.js +111 -111
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +13 -13
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +3 -3
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +3 -3
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +3 -3
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +13 -13
- package/dist/temp/temporary_schemas/pareto-lionweb/module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schema_tree.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schema_tree.astn.js +11 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3/$.types.astn.js +56 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.types.astn.js +38 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +9 -9
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +201 -201
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +23 -23
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.js +3 -3
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.types.astn.js +6 -6
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.types.astn.js +7 -5
- package/dist/temp/temporary_schemas/pareto_parser_generator/module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/operations.astn.js +217 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schema_tree.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schema_tree.astn.js +14 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/railroad_diagram/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/railroad_diagram/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/railroad_diagram/$.types.astn.d.ts +16 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/railroad_diagram/$.types.astn.js +120 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex/$.types.astn.d.ts +18 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex/$.types.astn.js +310 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex_wrapper/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex_wrapper/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex_wrapper/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex_wrapper/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex_wrapper/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto_parser_generator/schemas/rex_wrapper/$.types.astn.js +60 -0
- package/dist/transformations/schema/astn_schema.js +2 -2
- package/dist/transformations/schema/exupery_implementation/marshall.js +2 -2
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +2 -2
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +2 -2
- package/dist/transformations/schema/exupery_interface/types.js +2 -2
- package/dist/transformations/unmarshall_astn_ast.js +2 -2
- package/package.json +7 -7
- package/dist/procedures/test.d.ts +0 -2
- package/dist/procedures/test.js +0 -69
- package/dist/temp/temporary_schemas/astn/schemas/authoring_ast/$.types.astn.js +0 -93
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.resolvers.astn.js +0 -116
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.types.astn.js +0 -74
- package/dist/temp_serialize_target_ast.d.ts +0 -8
- package/dist/temp_serialize_target_ast.js +0 -125
- package/dist/test.d.ts +0 -2
- package/dist/test.js +0 -30
- /package/dist/temp/temporary_schemas/astn/schemas/{authoring_ast → astn_schema}/$.globals.astn.d.ts +0 -0
- /package/dist/temp/temporary_schemas/astn/schemas/{authoring_ast → astn_schema}/$.module.astn.d.ts +0 -0
- /package/dist/temp/temporary_schemas/{pareto → astn}/schemas/astn_schema/$.resolvers.astn.d.ts +0 -0
- /package/dist/temp/temporary_schemas/{pareto → astn}/schemas/astn_schema/$.signatures.astn.d.ts +0 -0
- /package/dist/temp/temporary_schemas/astn/schemas/{authoring_ast → astn_schema}/$.types.astn.d.ts +0 -0
- /package/dist/temp/temporary_schemas/{pareto/schemas/astn_schema → astn/schemas/authoring_parse_tree}/$.globals.astn.d.ts +0 -0
- /package/dist/temp/temporary_schemas/{pareto/schemas/astn_schema → astn/schemas/authoring_parse_tree}/$.module.astn.d.ts +0 -0
- /package/dist/temp/temporary_schemas/{pareto/schemas/astn_schema → astn/schemas/authoring_parse_tree}/$.types.astn.d.ts +0 -0
|
@@ -6,46 +6,46 @@ exports.$ = (0, schema_1.types)({
|
|
|
6
6
|
"Errors": (0, schema_1.type)(schema_1.t.list(schema_1.t.group({
|
|
7
7
|
"range": (0, schema_1.prop)(schema_1.t.component("Range")),
|
|
8
8
|
"type": (0, schema_1.prop)(schema_1.t.state_group({
|
|
9
|
-
"error": schema_1.t.state_group({
|
|
10
|
-
"invalid value type": schema_1.t.group({
|
|
9
|
+
"error": (0, schema_1.tstate)(schema_1.t.state_group({
|
|
10
|
+
"invalid value type": (0, schema_1.tstate)(schema_1.t.group({
|
|
11
11
|
"expected": (0, schema_1.prop)(schema_1.t.list(schema_1.t.state_group({
|
|
12
|
-
"text": schema_1.t.nothing(),
|
|
13
|
-
"verbose group": schema_1.t.nothing(),
|
|
14
|
-
"concise group": schema_1.t.nothing(),
|
|
15
|
-
"dictionary": schema_1.t.nothing(),
|
|
16
|
-
"not set": schema_1.t.nothing(),
|
|
17
|
-
"set": schema_1.t.nothing(),
|
|
18
|
-
"list": schema_1.t.nothing(),
|
|
19
|
-
"state": schema_1.t.nothing(),
|
|
12
|
+
"text": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
13
|
+
"verbose group": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
14
|
+
"concise group": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
15
|
+
"dictionary": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
16
|
+
"not set": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
17
|
+
"set": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
18
|
+
"list": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
19
|
+
"state": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
20
20
|
}))),
|
|
21
|
-
}),
|
|
22
|
-
"duplicate property": schema_1.t.group({
|
|
21
|
+
})),
|
|
22
|
+
"duplicate property": (0, schema_1.tstate)(schema_1.t.group({
|
|
23
23
|
"name": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
24
|
-
}),
|
|
25
|
-
"missing property": schema_1.t.group({
|
|
24
|
+
})),
|
|
25
|
+
"missing property": (0, schema_1.tstate)(schema_1.t.group({
|
|
26
26
|
"name": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
27
|
-
}),
|
|
28
|
-
"superfluous property": schema_1.t.group({
|
|
27
|
+
})),
|
|
28
|
+
"superfluous property": (0, schema_1.tstate)(schema_1.t.group({
|
|
29
29
|
"name": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
30
|
-
}),
|
|
31
|
-
"state": schema_1.t.state_group({
|
|
32
|
-
"more than 2 elements": schema_1.t.nothing(),
|
|
33
|
-
"missing state name": schema_1.t.nothing(),
|
|
34
|
-
"state is not a string": schema_1.t.nothing(),
|
|
35
|
-
"missing value": schema_1.t.nothing(),
|
|
36
|
-
"unknown state": schema_1.t.group({
|
|
30
|
+
})),
|
|
31
|
+
"state": (0, schema_1.tstate)(schema_1.t.state_group({
|
|
32
|
+
"more than 2 elements": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
33
|
+
"missing state name": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
34
|
+
"state is not a string": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
35
|
+
"missing value": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
36
|
+
"unknown state": (0, schema_1.tstate)(schema_1.t.group({
|
|
37
37
|
"found": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
38
38
|
"expected": (0, schema_1.prop)(schema_1.t.dictionary(schema_1.t.nothing())),
|
|
39
|
-
}),
|
|
40
|
-
"missing data marker": schema_1.t.nothing(),
|
|
41
|
-
}),
|
|
42
|
-
}),
|
|
43
|
-
"warning": schema_1.t.state_group({
|
|
44
|
-
"expected apostrophed string": schema_1.t.nothing(),
|
|
45
|
-
"expected quoted string": schema_1.t.nothing(),
|
|
46
|
-
"expected backticked string": schema_1.t.nothing(),
|
|
47
|
-
"expected undelimited string": schema_1.t.nothing(),
|
|
48
|
-
}),
|
|
39
|
+
})),
|
|
40
|
+
"missing data marker": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
41
|
+
})),
|
|
42
|
+
})),
|
|
43
|
+
"warning": (0, schema_1.tstate)(schema_1.t.state_group({
|
|
44
|
+
"expected apostrophed string": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
45
|
+
"expected quoted string": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
46
|
+
"expected backticked string": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
47
|
+
"expected undelimited string": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
48
|
+
})),
|
|
49
49
|
})),
|
|
50
50
|
}))),
|
|
51
51
|
"Location": (0, schema_1.type)(schema_1.t.group({
|
|
@@ -65,4 +65,4 @@ exports.$ = (0, schema_1.types)({
|
|
|
65
65
|
"end": (0, schema_1.prop)(schema_1.t.component("Location")),
|
|
66
66
|
})),
|
|
67
67
|
});
|
|
68
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
68
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvL3NjaGVtYXMvdW5tYXJzaGFsbF9lcnJvcnMvJC50eXBlcy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDZEQVN5QztBQUk1QixRQUFBLENBQUMsR0FBaUMsSUFBQSxjQUFLLEVBQ2hEO0lBQ0ksUUFBUSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUMxQixPQUFPLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUNuQyxNQUFNLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztZQUN2QixPQUFPLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztnQkFDMUIsb0JBQW9CLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztvQkFDakMsVUFBVSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQzt3QkFDbEMsTUFBTSxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQzt3QkFDM0IsZUFBZSxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQzt3QkFDcEMsZUFBZSxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQzt3QkFDcEMsWUFBWSxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQzt3QkFDakMsU0FBUyxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQzt3QkFDOUIsS0FBSyxF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
|
|
@@ -6,7 +6,7 @@ const __types_astn_1 = require("./$.types.astn");
|
|
|
6
6
|
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
7
|
exports.$ = (0, schema_1.schema_)({
|
|
8
8
|
"schema": (0, schema_1.import_)("schema"),
|
|
9
|
-
"
|
|
9
|
+
"parse tree": (0, schema_1.import_)("parse tree"),
|
|
10
10
|
"token": (0, schema_1.import_)("token"),
|
|
11
11
|
}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by9zY2hlbWFzL3VubWFyc2hhbGxfcmVzdWx0LyQubW9kdWxlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsNkRBQWdGO0FBR2hGLGlEQUE0QztBQUM1QyxxREFBK0M7QUFFbEMsUUFBQSxDQUFDLEdBQXFDLElBQUEsZ0JBQU8sRUFDdEQ7SUFDSSxRQUFRLEVBQUUsSUFBQSxnQkFBTyxFQUFDLFFBQVEsQ0FBQztJQUMzQixZQUFZLEVBQUUsSUFBQSxnQkFBTyxFQUFDLFlBQVksQ0FBQztJQUNuQyxPQUFPLEVBQUUsSUFBQSxnQkFBTyxFQUFDLE9BQU8sQ0FBQztDQUM1QixFQUNELGtCQUFPLEVBQ1AsZ0JBQU0sRUFDTixJQUFJLENBQ1AsQ0FBQSJ9
|
|
@@ -7,7 +7,7 @@ exports.$ = (0, schema_1.types)({
|
|
|
7
7
|
// "content": t.component("Node"),
|
|
8
8
|
// })),
|
|
9
9
|
// "Node": type(t.group({
|
|
10
|
-
// "value": t.reference_derived_external("
|
|
10
|
+
// "value": t.reference_derived_external("parse tree", "Value", []),
|
|
11
11
|
// "type": t.component("Node Type"),
|
|
12
12
|
// })),
|
|
13
13
|
// "Node Type": type(t.state_group({
|
|
@@ -15,7 +15,7 @@ exports.$ = (0, schema_1.types)({
|
|
|
15
15
|
// "definition": t.reference_derived_external("schema", "Type Node", [tr.s("boolean")]),
|
|
16
16
|
// "found value type": t.state_group({
|
|
17
17
|
// "valid": t.group({
|
|
18
|
-
// "value": t.reference_derived_external("
|
|
18
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("string")]),
|
|
19
19
|
// "range": t.reference_derived_external("token", "Range", []),
|
|
20
20
|
// "correct string type": t.boolean(),
|
|
21
21
|
// }),
|
|
@@ -30,7 +30,7 @@ exports.$ = (0, schema_1.types)({
|
|
|
30
30
|
// "definition": t.reference_derived_external("schema", "Type Node", [tr.s("dictionary")]),
|
|
31
31
|
// "found value type": t.state_group({
|
|
32
32
|
// "valid": t.group({
|
|
33
|
-
// "value": t.reference_derived_external("
|
|
33
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("indexed collection")]),
|
|
34
34
|
// "entries": t.dictionary(t.state_group({
|
|
35
35
|
// "unique": t.component("Entry Data"),
|
|
36
36
|
// "multiple": t.list(t.component("Entry Data")),
|
|
@@ -44,11 +44,11 @@ exports.$ = (0, schema_1.types)({
|
|
|
44
44
|
// "found value type": t.state_group({
|
|
45
45
|
// "valid": t.state_group({
|
|
46
46
|
// "indexed": t.group({
|
|
47
|
-
// "value": t.reference_derived_external("
|
|
47
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("indexed collection")]),
|
|
48
48
|
// "content": t.component("Group Content"),
|
|
49
49
|
// }),
|
|
50
50
|
// "ordered": t.group({
|
|
51
|
-
// "value": t.reference_derived_external("
|
|
51
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("ordered collection")]),
|
|
52
52
|
// "content": t.component("Group Content"),
|
|
53
53
|
// }),
|
|
54
54
|
// }),
|
|
@@ -62,7 +62,7 @@ exports.$ = (0, schema_1.types)({
|
|
|
62
62
|
// "definition": t.reference_derived_external("schema", "Type Node", [tr.s("list")]),
|
|
63
63
|
// "found value type": t.state_group({
|
|
64
64
|
// "valid": t.group({
|
|
65
|
-
// "value": t.reference_derived_external("
|
|
65
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("ordered collection")]),
|
|
66
66
|
// "elements": t.list(t.component_cyclic("Node")),
|
|
67
67
|
// }),
|
|
68
68
|
// "invalid": t.reference_derived_external("token", "Range", []),
|
|
@@ -72,7 +72,7 @@ exports.$ = (0, schema_1.types)({
|
|
|
72
72
|
// "definition": t.reference_derived_external("schema", "Type Node", [tr.s("nothing")]),
|
|
73
73
|
// "found value type": t.state_group({
|
|
74
74
|
// "valid": t.group({
|
|
75
|
-
// "value": t.reference_derived_external("
|
|
75
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("not set")]),
|
|
76
76
|
// }),
|
|
77
77
|
// "invalid": t.reference_derived_external("token", "Range", []),
|
|
78
78
|
// }),
|
|
@@ -81,7 +81,7 @@ exports.$ = (0, schema_1.types)({
|
|
|
81
81
|
// "definition": t.reference_derived_external("schema", "Type Node", [tr.s("number")]),
|
|
82
82
|
// "found value type": t.state_group({
|
|
83
83
|
// "valid": t.group({
|
|
84
|
-
// "value": t.reference_derived_external("
|
|
84
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("string")]),
|
|
85
85
|
// "range": t.reference_derived_external("token", "Range", []),
|
|
86
86
|
// "correct string type": t.boolean(),
|
|
87
87
|
// }),
|
|
@@ -93,11 +93,11 @@ exports.$ = (0, schema_1.types)({
|
|
|
93
93
|
// "found value type": t.state_group({
|
|
94
94
|
// "valid": t.state_group({
|
|
95
95
|
// "set": t.group({
|
|
96
|
-
// "value": t.reference_derived_external("
|
|
96
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("set optional value")]),
|
|
97
97
|
// "child node": t.component_cyclic("Node"),
|
|
98
98
|
// }),
|
|
99
99
|
// "not set": t.group({
|
|
100
|
-
// "value": t.reference_derived_external("
|
|
100
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("not set")]),
|
|
101
101
|
// }),
|
|
102
102
|
// }),
|
|
103
103
|
// "invalid": t.reference_derived_external("token", "Range", []),
|
|
@@ -107,7 +107,7 @@ exports.$ = (0, schema_1.types)({
|
|
|
107
107
|
// "definition": t.reference_derived_external("schema", "Type Node", [tr.s("reference")]),
|
|
108
108
|
// "found value type": t.state_group({
|
|
109
109
|
// "valid": t.group({
|
|
110
|
-
// "value": t.reference_derived_external("
|
|
110
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("string")]),
|
|
111
111
|
// }),
|
|
112
112
|
// "invalid": t.reference_derived_external("token", "Range", []),
|
|
113
113
|
// }),
|
|
@@ -118,7 +118,7 @@ exports.$ = (0, schema_1.types)({
|
|
|
118
118
|
// "valid": t.state_group({
|
|
119
119
|
// "value type": t.state_group({
|
|
120
120
|
// "state": t.group({
|
|
121
|
-
// "value": t.reference_derived_external("
|
|
121
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("tagged value")]),
|
|
122
122
|
// "found state definition": t.optional(t.group({
|
|
123
123
|
// "definition": t.reference_derived_external("schema", "Type Node", [tr.s("state group")]),
|
|
124
124
|
// "node": t.component_cyclic("Node"),
|
|
@@ -133,7 +133,7 @@ exports.$ = (0, schema_1.types)({
|
|
|
133
133
|
// "definition": t.reference_derived_external("schema", "Type Node", [tr.s("text")]),
|
|
134
134
|
// "found value type": t.state_group({
|
|
135
135
|
// "valid": t.group({
|
|
136
|
-
// "value": t.reference_derived_external("
|
|
136
|
+
// "value": t.reference_derived_external("parse tree", "Concrete Value", [tr.s("string")]),
|
|
137
137
|
// }),
|
|
138
138
|
// "invalid": t.reference_derived_external("token", "Range", []),
|
|
139
139
|
// }),
|
|
@@ -149,9 +149,9 @@ exports.$ = (0, schema_1.types)({
|
|
|
149
149
|
// "superfluous entries": t.dictionary(t.list(t.reference_derived_external("token", "Range", []))),
|
|
150
150
|
// })),
|
|
151
151
|
// "Entry Data": type(t.group({
|
|
152
|
-
// "key": t.reference_derived_external("
|
|
152
|
+
// "key": t.reference_derived_external("parse tree", "String", []),
|
|
153
153
|
// "node": t.component("Optional Node"),
|
|
154
154
|
// })),
|
|
155
155
|
// "Optional Node": type(t.optional(t.component_cyclic("Node"))),
|
|
156
156
|
});
|
|
157
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
157
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvL3NjaGVtYXMvdW5tYXJzaGFsbF9yZXN1bHQvJC50eXBlcy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDZEQVN5QztBQUk1QixRQUFBLENBQUMsR0FBaUMsSUFBQSxjQUFLLEVBQ2hEO0FBQ0ksNkJBQTZCO0FBQzdCLHNDQUFzQztBQUN0QyxPQUFPO0FBRVAseUJBQXlCO0FBQ3pCLHdFQUF3RTtBQUN4RSx3Q0FBd0M7QUFDeEMsT0FBTztBQUVQLG9DQUFvQztBQUNwQywyQkFBMkI7QUFDM0IsZ0dBQWdHO0FBQ2hHLDhDQUE4QztBQUM5QyxpQ0FBaUM7QUFDakMsMkdBQTJHO0FBQzNHLCtFQUErRTtBQUMvRSxzREFBc0Q7QUFDdEQsa0JBQWtCO0FBQ2xCLDZFQUE2RTtBQUM3RSxjQUFjO0FBQ2QsVUFBVTtBQUNWLDZCQUE2QjtBQUM3QixrR0FBa0c7QUFDbEcsOENBQThDO0FBQzlDLFVBQVU7QUFFViw4QkFBOEI7QUFDOUIsbUdBQW1HO0FBQ25HLDhDQUE4QztBQUM5QyxpQ0FBaUM7QUFDakMsdUhBQXVIO0FBQ3ZILDBEQUEwRDtBQUMxRCwyREFBMkQ7QUFDM0QscUVBQXFFO0FBQ3JFLHVCQUF1QjtBQUN2QixrQkFBa0I7QUFDbEIsNkVBQTZFO0FBQzdFLGNBQWM7QUFDZCxVQUFVO0FBQ1YseUJBQXlCO0FBQ3pCLDhGQUE4RjtBQUM5Riw4Q0FBOEM7QUFDOUMsdUNBQXVDO0FBQ3ZDLHVDQUF1QztBQUN2QywySEFBMkg7QUFDM0gsK0RBQStEO0FBQy9ELHNCQUFzQjtBQUN0Qix1Q0FBdUM7QUFDdkMsMkhBQTJIO0FBQzNILCtEQUErRDtBQUMvRCxzQkFBc0I7QUFDdEIsa0JBQWtCO0FBQ2xCLDZFQUE2RTtBQUM3RSxjQUFjO0FBQ2QsVUFBVTtBQUNWLHlDQUF5QztBQUN6Qyw4R0FBOEc7QUFDOUcsVUFBVTtBQUNWLHdCQUF3QjtBQUN4Qiw2RkFBNkY7QUFDN0YsOENBQThDO0FBQzlDLGlDQUFpQztBQUNqQyx1SEFBdUg7QUFDdkgsa0VBQWtFO0FBQ2xFLGtCQUFrQjtBQUNsQiw2RUFBNkU7QUFDN0UsY0FBYztBQUNkLFVBQVU7QUFDViwyQkFBMkI7QUFDM0IsZ0dBQWdHO0FBQ2hHLDhDQUE4QztBQUM5QyxpQ0FBaUM7QUFDakMsNEdBQTRHO0FBQzVHLGtCQUFrQjtBQUNsQiw2RUFBNkU7QUFDN0UsY0FBYztBQUNkLFVBQVU7QUFDViwwQkFBMEI7QUFDMUIsK0ZBQStGO0FBQy9GLDhDQUE4QztBQUM5QyxpQ0FBaUM7QUFDakMsMkdBQTJHO0FBQzNHLCtFQUErRTtBQUMvRSxzREFBc0Q7QUFDdEQsa0JBQWtCO0FBQ2xCLDZFQUE2RTtBQUM3RSxjQUFjO0FBQ2QsVUFBVTtBQUNWLDRCQUE0QjtBQUM1QixpR0FBaUc7QUFDakcsOENBQThDO0FBQzlDLHVDQUF1QztBQUN2QyxtQ0FBbUM7QUFDbkMsMkhBQTJIO0FBQzNILGdFQUFnRTtBQUNoRSxzQkFBc0I7QUFDdEIsdUNBQXVDO0FBQ3ZDLGdIQUFnSDtBQUNoSCxzQkFBc0I7QUFDdEIsa0JBQWtCO0FBQ2xCLDZFQUE2RTtBQUM3RSxjQUFjO0FBQ2QsVUFBVTtBQUNWLDZCQUE2QjtBQUM3QixrR0FBa0c7QUFDbEcsOENBQThDO0FBQzlDLGlDQUFpQztBQUNqQywyR0FBMkc7QUFDM0csa0JBQWtCO0FBQ2xCLDZFQUE2RTtBQUM3RSxjQUFjO0FBQ2QsVUFBVTtBQUNWLHlCQUF5QjtBQUN6QixvR0FBb0c7QUFDcEcsOENBQThDO0FBQzlDLHVDQUF1QztBQUN2QyxnREFBZ0Q7QUFDaEQseUNBQXlDO0FBQ3pDLHlIQUF5SDtBQUN6SCx5RUFBeUU7QUFDekUsd0hBQXdIO0FBQ3hILGtFQUFrRTtBQUNsRSwrQkFBK0I7QUFDL0IsMEJBQTBCO0FBQzFCLHNCQUFzQjtBQUN0QixrQkFBa0I7QUFDbEIsNkVBQTZFO0FBQzdFLGNBQWM7QUFDZCxVQUFVO0FBQ1Ysd0JBQXdCO0FBQ3hCLDZGQUE2RjtBQUM3Riw4Q0FBOEM7QUFDOUMsaUNBQWlDO0FBQ2pDLDJHQUEyRztBQUMzRyxrQkFBa0I7QUFDbEIsNkVBQTZFO0FBQzdFLGNBQWM7QUFDZCxVQUFVO0FBQ1YsMkRBQTJEO0FBQzNELE9BQU87QUFFUCxrQ0FBa0M7QUFDbEMsaURBQWlEO0FBQ2pELHlFQUF5RTtBQUN6RSwrQ0FBK0M7QUFDL0MseURBQXlEO0FBQ3pELFdBQVc7QUFDWCx1R0FBdUc7QUFDdkcsT0FBTztBQUVQLCtCQUErQjtBQUMvQix1RUFBdUU7QUFDdkUsNENBQTRDO0FBQzVDLE9BQU87QUFFUCxpRUFBaUU7Q0FDcEUsQ0FDSixDQUFBIn0=
|