pareto-liana 0.0.0 → 0.0.1
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/bin/compile_temp_schemas.js +18 -8
- package/dist/bin/seal.d.ts +0 -2
- package/dist/bin/seal.js +15 -34
- package/dist/bin/serialize_schemas.js +18 -8
- package/dist/data/temporary_schemas/all.d.ts +1 -1
- package/dist/data/temporary_schemas/all.js +68 -58
- package/dist/data/temporary_schemas/pareto/schema_tree.astn.js +7 -15
- package/dist/data/temporary_schemas/{exupery → pareto}/schemas/implementation/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/{exupery → pareto}/schemas/implementation/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/implementation/$.resolvers.astn.js +210 -0
- package/dist/data/temporary_schemas/pareto/schemas/implementation/$.signatures.astn.js +14 -0
- package/dist/data/temporary_schemas/pareto/schemas/implementation/$.types.astn.js +210 -0
- package/dist/data/temporary_schemas/{exupery → pareto}/schemas/interface/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/{schema → interface}/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/interface/$.resolvers.astn.js +89 -0
- package/dist/data/temporary_schemas/{exupery → pareto}/schemas/interface/$.signatures.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/interface/$.types.astn.js +89 -0
- package/dist/data/temporary_schemas/pareto/schemas/typescript_light/$.globals.astn.d.ts +2 -0
- package/dist/data/temporary_schemas/{exupery → pareto}/schemas/typescript_light/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/typescript_light/$.module.astn.d.ts +2 -0
- package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_errors → typescript_light}/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/typescript_light/$.types.astn.d.ts +2 -0
- package/dist/data/temporary_schemas/pareto/schemas/typescript_light/$.types.astn.js +186 -0
- package/dist/data/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +20 -1
- package/dist/data/temporary_schemas/{exupery → pareto-liana}/module.astn.js +1 -1
- package/dist/data/temporary_schemas/{exupery → pareto-liana}/operations.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-liana/schema_tree.astn.js +21 -0
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/module/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/module/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-liana/schemas/module/$.resolvers.astn.js +41 -0
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/module/$.signatures.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-liana/schemas/module/$.types.astn.js +19 -0
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/schema/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-liana/schemas/schema/$.resolvers.astn.js +599 -0
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/schema/$.signatures.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-liana/schemas/schema/$.types.astn.js +397 -0
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/unmarshall_errors/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/{exupery/schemas/typescript_light → pareto-liana/schemas/unmarshall_errors}/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/unmarshall_errors/$.types.astn.js +1 -1
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/unmarshall_result/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/unmarshall_result/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/unmarshall_result/$.types.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-resources/schema_tree.astn.js +39 -37
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_command_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_command_executable/$.types.astn.js +3 -3
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_query_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_query_executable/$.types.astn.js +4 -4
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_smelly_command_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_smelly_command_executable/$.types.astn.js +4 -4
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_command_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_command_executable/$.types.astn.js +3 -3
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_query_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_query_executable/$.types.astn.js +4 -4
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_query_executable_and_catch/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_query_executable_and_catch/$.types.astn.js +4 -4
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_smelly_command_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_smelly_command_executable/$.types.astn.js +4 -4
- package/dist/data/temporary_schemas/pareto-resources/schemas/terminal_output/$.globals.astn.js +6 -0
- package/dist/data/temporary_schemas/pareto-resources/schemas/terminal_output/$.module.astn.js +8 -0
- package/dist/data/temporary_schemas/pareto-resources/schemas/terminal_output/$.types.astn.js +11 -0
- package/dist/implementation/generated/pareto/schemas/generic/unmarshall.d.ts +0 -0
- package/dist/implementation/generated/pareto/schemas/generic/unmarshall.js +307 -0
- package/dist/implementation/generated/pareto/schemas/schema/unmarshall.d.ts +0 -0
- package/dist/implementation/generated/pareto/schemas/schema/unmarshall.js +2265 -0
- package/dist/implementation/manual/commands/compile_temp_schemas.d.ts +4 -1
- package/dist/implementation/manual/commands/compile_temp_schemas.js +117 -85
- package/dist/implementation/manual/commands/seal.d.ts +0 -2
- package/dist/implementation/manual/commands/seal.js +63 -56
- package/dist/implementation/manual/commands/serialize_schemas.js +19 -9
- package/dist/implementation/manual/queries/load_pareto_document.d.ts +0 -2
- package/dist/implementation/manual/queries/load_pareto_document.js +31 -42
- package/dist/implementation/manual/queries/load_pareto_file.d.ts +0 -2
- package/dist/implementation/manual/queries/load_pareto_file.js +25 -35
- package/dist/implementation/manual/schemas/astn_authoring_target/refiners/unmarshall_result.d.ts +1 -1
- package/dist/implementation/manual/schemas/astn_authoring_target/refiners/unmarshall_result.js +41 -20
- package/dist/implementation/manual/schemas/load_pareto_document/transformers/fountain_pen.d.ts +1 -1
- package/dist/implementation/manual/schemas/load_pareto_document/transformers/fountain_pen.js +19 -9
- package/dist/implementation/manual/schemas/load_pareto_file/serializers.d.ts +1 -1
- package/dist/implementation/manual/schemas/load_pareto_file/serializers.js +18 -8
- package/dist/implementation/manual/schemas/load_pareto_file/transformers/fountain_pen.d.ts +1 -1
- package/dist/implementation/manual/schemas/load_pareto_file/transformers/fountain_pen.js +19 -9
- package/dist/implementation/manual/schemas/module/transformers/exupery_implementation.d.ts +1 -1
- package/dist/implementation/manual/schemas/module/transformers/exupery_implementation.js +19 -9
- package/dist/implementation/manual/schemas/module/transformers/exupery_interface.d.ts +1 -1
- package/dist/implementation/manual/schemas/module/transformers/exupery_interface.js +19 -9
- package/dist/implementation/manual/schemas/module/transformers/temp_typescript_implementation.js +21 -11
- package/dist/implementation/manual/schemas/module/transformers/temp_typescript_interface.js +21 -11
- package/dist/implementation/manual/schemas/schema/deserializers.d.ts +0 -12
- package/dist/implementation/manual/schemas/schema/deserializers.js +97 -100
- package/dist/implementation/manual/schemas/schema/transformers/astn_schema.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/astn_schema.js +44 -34
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_deserialize.d.ts +2 -2
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_deserialize.js +25 -15
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_main.d.ts +2 -2
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_main.js +21 -11
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_marshall.d.ts +3 -3
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_marshall.js +27 -17
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_migrate_boilerplate.d.ts +3 -3
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_migrate_boilerplate.js +28 -18
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_resolve.d.ts +3 -3
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_resolve.js +35 -25
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_serialize.d.ts +2 -2
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_serialize.js +25 -15
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_unmarshall.d.ts +3 -3
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_unmarshall.js +31 -21
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_deserialize.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_deserialize.js +19 -9
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_main.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_main.js +20 -10
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_marshall.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_marshall.js +19 -9
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_migrate_boilerplate.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_migrate_boilerplate.js +19 -9
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_resolve.d.ts +2 -2
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_resolve.js +22 -12
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_serialize.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_serialize.js +19 -9
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_types.d.ts +2 -2
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_types.js +24 -14
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_unmarshall.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_unmarshall.js +19 -9
- package/dist/implementation/manual/schemas/unmarshall_errors/transformers/fountain_pen.d.ts +4 -0
- package/dist/implementation/manual/schemas/unmarshall_errors/transformers/fountain_pen.js +36 -12
- package/dist/implementation/manual/schemas/unmarshall_result/deserializers.d.ts +0 -15
- package/dist/implementation/manual/schemas/unmarshall_result/deserializers.js +50 -48
- package/dist/implementation/manual/schemas/unmarshall_result/refiners/astn_parse_tree.d.ts +2 -1
- package/dist/implementation/manual/schemas/unmarshall_result/refiners/astn_parse_tree.js +27 -13
- package/dist/implementation/manual/schemas/unmarshall_result/transformers/unmarshall_errors.js +22 -12
- package/dist/implementation/temp/resolve_generic.d.ts +61 -0
- package/dist/implementation/temp/resolve_generic.js +223 -0
- package/dist/implementation/temp/resolvers/module.d.ts +3 -3
- package/dist/implementation/temp/resolvers/module.js +68 -97
- package/dist/implementation/temp/resolvers/schema.d.ts +24 -24
- package/dist/implementation/temp/resolvers/schema.js +886 -1337
- package/dist/implementation/temp_flatten_dictionary.d.ts +4 -0
- package/dist/implementation/temp_flatten_dictionary.js +49 -0
- package/dist/interface/generated/pareto/core/resolve.d.ts +12 -0
- package/dist/interface/generated/pareto/{schemas/schema/data_types → core}/resolve.js +1 -1
- package/dist/interface/generated/pareto/core/unconstrained.d.ts +19 -0
- package/dist/interface/generated/pareto/core/unconstrained.js +3 -0
- package/dist/interface/generated/pareto/core/unresolved.d.ts +181 -0
- package/dist/interface/generated/pareto/core/unresolved.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/data/resolved.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/astn_schema/data/unresolved.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/astn_schema/resolve.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/module/data/resolved.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/module/data/unresolved.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/module/resolve.d.ts +4 -2
- package/dist/interface/generated/pareto/schemas/parse_tree/data.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/schema/data/resolved.d.ts +18 -5
- package/dist/interface/generated/pareto/schemas/schema/data/unresolved.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/schema/resolve.d.ts +38 -37
- package/dist/interface/generated/pareto/schemas/schema/unmarshall.d.ts +0 -0
- package/dist/interface/generated/pareto/schemas/schema/unmarshall.js +152 -0
- package/dist/interface/generated/pareto/schemas/token/data.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/data.d.ts +1 -1
- package/dist/interface/resources.d.ts +1 -1
- package/dist/interface/signatures.d.ts +1 -1
- package/dist/interface/to_be_generated/deserialize_schema.d.ts +2 -1
- package/dist/interface/to_be_generated/temp_unmashall_result.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +18 -8
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +20 -10
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +19 -9
- package/dist/modules/common_tool_signatures/interface/signatures.d.ts +1 -1
- package/dist/modules/pareto-fountain-pen-directory/implementation/manual/commands/console_error.js +19 -9
- package/dist/modules/pareto-fountain-pen-directory/implementation/manual/commands/console_log.js +19 -9
- package/dist/modules/pareto-fountain-pen-directory/implementation/manual/commands/write_to_directory.js +20 -10
- package/dist/modules/pareto-fountain-pen-directory/implementation/manual/commands/write_to_file.js +23 -12
- package/dist/modules/pareto-fountain-pen-directory/implementation/manual/schemas/path/transformers/path.js +23 -12
- package/dist/modules/pareto-fountain-pen-directory/interface/resources.d.ts +1 -1
- package/dist/modules/pareto-fountain-pen-directory/interface/signatures.d.ts +1 -1
- package/dist/modules/pareto-fountain-pen-directory/interface/to_be_generated/write_to_dictionary.d.ts +1 -1
- package/dist/shorthands/module.js +18 -8
- package/dist/shorthands/schema.js +18 -8
- package/package.json +4 -5
- package/dist/data/temporary_schemas/exupery/schema_tree.astn.js +0 -13
- package/dist/data/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +0 -199
- package/dist/data/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +0 -13
- package/dist/data/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +0 -199
- package/dist/data/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +0 -89
- package/dist/data/temporary_schemas/exupery/schemas/interface/$.types.astn.js +0 -89
- package/dist/data/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +0 -139
- package/dist/data/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +0 -45
- package/dist/data/temporary_schemas/pareto/schemas/module/$.types.astn.js +0 -20
- package/dist/data/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +0 -600
- package/dist/data/temporary_schemas/pareto/schemas/schema/$.types.astn.js +0 -397
- package/dist/interface/generated/pareto/schemas/module/data_types/resolve.d.ts +0 -15
- package/dist/interface/generated/pareto/schemas/module/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/schema/data_types/resolve.d.ts +0 -410
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_errors → implementation}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_errors → implementation}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{module → implementation}/$.resolvers.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{module → implementation}/$.signatures.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_errors → implementation}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_result → interface}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_result → interface}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{schema → interface}/$.resolvers.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{schema → interface}/$.signatures.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_result → interface}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery → pareto-liana}/module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery → pareto-liana}/operations.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery → pareto-liana}/schema_tree.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/implementation → pareto-liana/schemas/module}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/implementation → pareto-liana/schemas/module}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/implementation → pareto-liana/schemas/module}/$.resolvers.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/implementation → pareto-liana/schemas/module}/$.signatures.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/implementation → pareto-liana/schemas/module}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.resolvers.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.signatures.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/typescript_light → pareto-liana/schemas/unmarshall_errors}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/typescript_light → pareto-liana/schemas/unmarshall_errors}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/typescript_light → pareto-liana/schemas/unmarshall_errors}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/module → pareto-liana/schemas/unmarshall_result}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/module → pareto-liana/schemas/unmarshall_result}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/module → pareto-liana/schemas/unmarshall_result}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/schema → pareto-resources/schemas/terminal_output}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/schema → pareto-resources/schemas/terminal_output}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/schema → pareto-resources/schemas/terminal_output}/$.types.astn.d.ts +0 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.$$ = void 0;
|
|
37
|
+
const _pinternals = __importStar(require("pareto-core/dist/transformer"));
|
|
38
|
+
const $$ = ($, $p, abort) => _pinternals.dictionary.from_list(_pinternals.list.deprecated_build(($i) => {
|
|
39
|
+
$.__d_map(($, key) => {
|
|
40
|
+
$.__d_map(($, subkey) => {
|
|
41
|
+
$i['add element']({
|
|
42
|
+
'key': key + $p.separator + subkey,
|
|
43
|
+
'value': $
|
|
44
|
+
});
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
}), ($) => $.key, ($) => $.value, () => abort(['duplicate key', null]));
|
|
48
|
+
exports.$$ = $$;
|
|
49
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVtcF9mbGF0dGVuX2RpY3Rpb25hcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vdGVtcF9mbGF0dGVuX2RpY3Rpb25hcnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQ0EsMEVBQTJEO0FBRXBELE1BQU0sRUFBRSxHQUFHLENBQ2QsQ0FBb0MsRUFDcEMsRUFBMkIsRUFDM0IsS0FBeUMsRUFDeEIsRUFBRSxDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQUMsU0FBUyxDQUNwRCxXQUFXLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFnQyxDQUFDLEVBQUUsRUFBRSxFQUFFO0lBQ3BFLENBQUMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsR0FBRyxFQUFFLEVBQUU7UUFDakIsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxNQUFNLEVBQUUsRUFBRTtZQUNwQixFQUFFLENBQUMsYUFBYSxDQUFDLENBQUM7Z0JBQ2QsS0FBSyxFQUFFLEdBQUcsR0FBRyxFQUFFLENBQUMsU0FBUyxHQUFHLE1BQU07Z0JBQ2xDLE9BQU8sRUFBRSxDQUFDO2FBQ2IsQ0FBQyxDQUFBO1FBQ04sQ0FBQyxDQUFDLENBQUE7SUFDTixDQUFDLENBQUMsQ0FBQTtBQUNOLENBQUMsQ0FBQyxFQUNGLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsR0FBRyxFQUNaLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsS0FBSyxFQUNkLEdBQUcsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLGVBQWUsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUN2QyxDQUFBO0FBbEJZLFFBQUEsRUFBRSxNQWtCZCJ9
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as gen_loc from "./location";
|
|
2
|
+
export type Error = {
|
|
3
|
+
'type': Error__type;
|
|
4
|
+
'location': gen_loc.Location;
|
|
5
|
+
};
|
|
6
|
+
export type Error__type = ['cyclic lookup in acyclic context', string] | ['missing required entry', string] | ['no context lookup', null] | ['no such entry', string] | ['not the same node', string] | [
|
|
7
|
+
'wrong state',
|
|
8
|
+
{
|
|
9
|
+
'expected': string;
|
|
10
|
+
'found': string;
|
|
11
|
+
}
|
|
12
|
+
] | ['tbd', string];
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
export type _T_Dictionary<T_D> = _pi.Dictionary<T_D>;
|
|
3
|
+
export type _T_List<T_L> = _pi.List<T_L>;
|
|
4
|
+
export type _T_State_Group<T_SG> = T_SG;
|
|
5
|
+
export type Dictionary<T_D> = _T_Dictionary<T_D>;
|
|
6
|
+
export type List<T_L> = _T_List<T_L>;
|
|
7
|
+
export type State_Group<T_SG> = _T_State_Group<T_SG>;
|
|
8
|
+
export declare namespace _T_Dictionary {
|
|
9
|
+
type D<T_D> = T_D;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace _T_List {
|
|
12
|
+
type L<T_L> = T_L;
|
|
13
|
+
}
|
|
14
|
+
export declare namespace Dictionary {
|
|
15
|
+
type D<T_D> = T_D;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace List {
|
|
18
|
+
type L<T_L> = T_L;
|
|
19
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL3VuY29uc3RyYWluZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
export type _T_Derived_Reference<T_Type> = null;
|
|
3
|
+
export type _T_Dictionary<T_D> = {
|
|
4
|
+
readonly 'dictionary': _pi.Dictionary<{
|
|
5
|
+
readonly 'entry': T_D;
|
|
6
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
7
|
+
}>;
|
|
8
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
9
|
+
};
|
|
10
|
+
export type _T_List<T_L> = {
|
|
11
|
+
readonly 'list': _pi.List<{
|
|
12
|
+
readonly 'element': T_L;
|
|
13
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
14
|
+
}>;
|
|
15
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
16
|
+
};
|
|
17
|
+
export type _T_Ordered_Dictionary<T_D> = {
|
|
18
|
+
readonly 'dictionary': _pi.Dictionary<{
|
|
19
|
+
readonly 'entry': T_D;
|
|
20
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
21
|
+
}>;
|
|
22
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
23
|
+
};
|
|
24
|
+
export type _T_Reference_To_Circular_Dependent_Sibling<T_Dictionary_Entry> = {
|
|
25
|
+
readonly 'key': string;
|
|
26
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
27
|
+
};
|
|
28
|
+
export type _T_Reference_To_Normal_Dictionary_Entry<T_Dictionary_Entry> = {
|
|
29
|
+
readonly 'key': string;
|
|
30
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
31
|
+
};
|
|
32
|
+
export type _T_Reference_To_Stacked_Dictionary_Entry<T_Dictionary_Entry> = {
|
|
33
|
+
readonly 'key': string;
|
|
34
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
35
|
+
};
|
|
36
|
+
export type _T_State_Group<T_SG> = {
|
|
37
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
38
|
+
readonly 'state group': T_SG;
|
|
39
|
+
};
|
|
40
|
+
export type Derived_Reference<T_Type> = _T_Derived_Reference<T_Type>;
|
|
41
|
+
export type Dictionary<T_D> = _T_Dictionary<T_D>;
|
|
42
|
+
export type List<T_L> = _T_List<T_L>;
|
|
43
|
+
export type Ordered_Dictionary<T_D> = _T_Ordered_Dictionary<T_D>;
|
|
44
|
+
export type Reference_To_Circular_Dependent_Sibling<T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<T_Dictionary_Entry>;
|
|
45
|
+
export type Reference_To_Normal_Dictionary_Entry<T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<T_Dictionary_Entry>;
|
|
46
|
+
export type Reference_To_Stacked_Dictionary_Entry<T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<T_Dictionary_Entry>;
|
|
47
|
+
export type State_Group<T_SG> = _T_State_Group<T_SG>;
|
|
48
|
+
export declare namespace _T_Dictionary {
|
|
49
|
+
namespace dictionary {
|
|
50
|
+
namespace D {
|
|
51
|
+
type entry<T_D> = T_D;
|
|
52
|
+
type location<T_D> = _pi.Deprecated_Source_Location;
|
|
53
|
+
}
|
|
54
|
+
type D<T_D> = {
|
|
55
|
+
readonly 'entry': T_D;
|
|
56
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
type dictionary<T_D> = _pi.Dictionary<{
|
|
60
|
+
readonly 'entry': T_D;
|
|
61
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
62
|
+
}>;
|
|
63
|
+
type location<T_D> = _pi.Deprecated_Source_Location;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace _T_List {
|
|
66
|
+
namespace list {
|
|
67
|
+
namespace L {
|
|
68
|
+
type element<T_L> = T_L;
|
|
69
|
+
type location<T_L> = _pi.Deprecated_Source_Location;
|
|
70
|
+
}
|
|
71
|
+
type L<T_L> = {
|
|
72
|
+
readonly 'element': T_L;
|
|
73
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
type list<T_L> = _pi.List<{
|
|
77
|
+
readonly 'element': T_L;
|
|
78
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
79
|
+
}>;
|
|
80
|
+
type location<T_L> = _pi.Deprecated_Source_Location;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace _T_Ordered_Dictionary {
|
|
83
|
+
namespace dictionary {
|
|
84
|
+
namespace D {
|
|
85
|
+
type entry<T_D> = T_D;
|
|
86
|
+
type location<T_D> = _pi.Deprecated_Source_Location;
|
|
87
|
+
}
|
|
88
|
+
type D<T_D> = {
|
|
89
|
+
readonly 'entry': T_D;
|
|
90
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
type dictionary<T_D> = _pi.Dictionary<{
|
|
94
|
+
readonly 'entry': T_D;
|
|
95
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
96
|
+
}>;
|
|
97
|
+
type location<T_D> = _pi.Deprecated_Source_Location;
|
|
98
|
+
}
|
|
99
|
+
export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
|
|
100
|
+
type key<T_Dictionary_Entry> = string;
|
|
101
|
+
type location<T_Dictionary_Entry> = _pi.Deprecated_Source_Location;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
|
|
104
|
+
type key<T_Dictionary_Entry> = string;
|
|
105
|
+
type location<T_Dictionary_Entry> = _pi.Deprecated_Source_Location;
|
|
106
|
+
}
|
|
107
|
+
export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
|
|
108
|
+
type key<T_Dictionary_Entry> = string;
|
|
109
|
+
type location<T_Dictionary_Entry> = _pi.Deprecated_Source_Location;
|
|
110
|
+
}
|
|
111
|
+
export declare namespace _T_State_Group {
|
|
112
|
+
type location<T_SG> = _pi.Deprecated_Source_Location;
|
|
113
|
+
type state_group<T_SG> = T_SG;
|
|
114
|
+
}
|
|
115
|
+
export declare namespace Dictionary {
|
|
116
|
+
namespace dictionary {
|
|
117
|
+
namespace D {
|
|
118
|
+
type entry<T_D> = T_D;
|
|
119
|
+
type location<T_D> = _pi.Deprecated_Source_Location;
|
|
120
|
+
}
|
|
121
|
+
type D<T_D> = {
|
|
122
|
+
readonly 'entry': T_D;
|
|
123
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
type dictionary<T_D> = _pi.Dictionary<{
|
|
127
|
+
readonly 'entry': T_D;
|
|
128
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
129
|
+
}>;
|
|
130
|
+
type location<T_D> = _pi.Deprecated_Source_Location;
|
|
131
|
+
}
|
|
132
|
+
export declare namespace List {
|
|
133
|
+
namespace list {
|
|
134
|
+
namespace L {
|
|
135
|
+
type element<T_L> = T_L;
|
|
136
|
+
type location<T_L> = _pi.Deprecated_Source_Location;
|
|
137
|
+
}
|
|
138
|
+
type L<T_L> = {
|
|
139
|
+
readonly 'element': T_L;
|
|
140
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
type list<T_L> = _pi.List<{
|
|
144
|
+
readonly 'element': T_L;
|
|
145
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
146
|
+
}>;
|
|
147
|
+
type location<T_L> = _pi.Deprecated_Source_Location;
|
|
148
|
+
}
|
|
149
|
+
export declare namespace Ordered_Dictionary {
|
|
150
|
+
namespace dictionary {
|
|
151
|
+
namespace D {
|
|
152
|
+
type entry<T_D> = T_D;
|
|
153
|
+
type location<T_D> = _pi.Deprecated_Source_Location;
|
|
154
|
+
}
|
|
155
|
+
type D<T_D> = {
|
|
156
|
+
readonly 'entry': T_D;
|
|
157
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
158
|
+
};
|
|
159
|
+
}
|
|
160
|
+
type dictionary<T_D> = _pi.Dictionary<{
|
|
161
|
+
readonly 'entry': T_D;
|
|
162
|
+
readonly 'location': _pi.Deprecated_Source_Location;
|
|
163
|
+
}>;
|
|
164
|
+
type location<T_D> = _pi.Deprecated_Source_Location;
|
|
165
|
+
}
|
|
166
|
+
export declare namespace Reference_To_Circular_Dependent_Sibling {
|
|
167
|
+
type key<T_Dictionary_Entry> = string;
|
|
168
|
+
type location<T_Dictionary_Entry> = _pi.Deprecated_Source_Location;
|
|
169
|
+
}
|
|
170
|
+
export declare namespace Reference_To_Normal_Dictionary_Entry {
|
|
171
|
+
type key<T_Dictionary_Entry> = string;
|
|
172
|
+
type location<T_Dictionary_Entry> = _pi.Deprecated_Source_Location;
|
|
173
|
+
}
|
|
174
|
+
export declare namespace Reference_To_Stacked_Dictionary_Entry {
|
|
175
|
+
type key<T_Dictionary_Entry> = string;
|
|
176
|
+
type location<T_Dictionary_Entry> = _pi.Deprecated_Source_Location;
|
|
177
|
+
}
|
|
178
|
+
export declare namespace State_Group {
|
|
179
|
+
type location<T_SG> = _pi.Deprecated_Source_Location;
|
|
180
|
+
type state_group<T_SG> = T_SG;
|
|
181
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL3VucmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,17 +1,19 @@
|
|
|
1
|
+
import * as _pi from "pareto-core/dist/interface";
|
|
1
2
|
import * as i_resolved from "./data/resolved";
|
|
2
3
|
import * as i_unresolved from "./data/unresolved";
|
|
4
|
+
import * as gen from "../../core/resolve";
|
|
3
5
|
export declare namespace Module_ {
|
|
4
6
|
type I = i_unresolved.Module;
|
|
5
7
|
type O = i_resolved.Module;
|
|
6
8
|
namespace P {
|
|
7
9
|
}
|
|
8
10
|
}
|
|
9
|
-
export type Module_ = ($$_: Module_.I, $$_lookups: null, $$_p: null) => Module_.O;
|
|
11
|
+
export type Module_ = ($$_: Module_.I, abort: _pi.Abort<gen.Error>, $$_lookups: null, $$_p: null) => Module_.O;
|
|
10
12
|
export declare namespace Operations_ {
|
|
11
13
|
type I = i_unresolved.Operations;
|
|
12
14
|
type O = i_resolved.Operations;
|
|
13
15
|
namespace P {
|
|
14
16
|
}
|
|
15
17
|
}
|
|
16
|
-
export type Operations_ = ($$_: Operations_.I, $$_lookups: null, $$_p: null) => Operations_.O;
|
|
18
|
+
export type Operations_ = ($$_: Operations_.I, abort: _pi.Abort<gen.Error>, $$_lookups: null, $$_p: null) => Operations_.O;
|
|
17
19
|
export { Module_ as Module, Operations_ as Operations, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _pi from "pareto-core
|
|
1
|
+
import * as _pi from "pareto-core/dist/interface";
|
|
2
2
|
export declare namespace Text_Type_ {
|
|
3
3
|
namespace _type {
|
|
4
4
|
type multi_line = null;
|
|
@@ -135,6 +135,7 @@ export declare namespace Imports_ {
|
|
|
135
135
|
type schema_set_child = {
|
|
136
136
|
readonly 'entry': schema_set_child.entry;
|
|
137
137
|
readonly 'key': schema_set_child.key;
|
|
138
|
+
readonly 'up steps': number;
|
|
138
139
|
};
|
|
139
140
|
type schema = Schema_;
|
|
140
141
|
}
|
|
@@ -367,9 +368,15 @@ export declare namespace Type_Node_Reference_ {
|
|
|
367
368
|
readonly 'key': state_group.key;
|
|
368
369
|
};
|
|
369
370
|
}
|
|
370
|
-
type L =
|
|
371
|
+
type L = {
|
|
372
|
+
'_': readonly ['dictionary', L.dictionary] | readonly ['group', L.group] | readonly ['list', L.list] | readonly ['optional', L.optional] | readonly ['state group', L.state_group];
|
|
373
|
+
'referred': Type_Node_;
|
|
374
|
+
};
|
|
371
375
|
}
|
|
372
|
-
type tail =
|
|
376
|
+
type tail = {
|
|
377
|
+
'list': _pi.List<tail.L>;
|
|
378
|
+
'referred': Type_Node_;
|
|
379
|
+
};
|
|
373
380
|
type resulting_node = Type_Node_;
|
|
374
381
|
}
|
|
375
382
|
export type Type_Node_Reference_ = {
|
|
@@ -454,9 +461,15 @@ export declare namespace Relative_Value_Selection_ {
|
|
|
454
461
|
readonly 'definition': reference.definition;
|
|
455
462
|
};
|
|
456
463
|
}
|
|
457
|
-
type L =
|
|
464
|
+
type L = {
|
|
465
|
+
'_': readonly ['component', L.component] | readonly ['group', L.group] | readonly ['reference', L.reference];
|
|
466
|
+
'referred': Type_Node_;
|
|
467
|
+
};
|
|
458
468
|
}
|
|
459
|
-
type path =
|
|
469
|
+
type path = {
|
|
470
|
+
'list': _pi.List<path.L>;
|
|
471
|
+
'referred': Type_Node_;
|
|
472
|
+
};
|
|
460
473
|
type resulting_node = Type_Node_;
|
|
461
474
|
}
|
|
462
475
|
export type Relative_Value_Selection_ = {
|