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
|
@@ -15,112 +15,83 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
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
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.Operations = exports.Module = void 0;
|
|
27
|
-
const _p = __importStar(require("pareto-core
|
|
28
|
-
const _i_generic = __importStar(require("pareto-core-internals/dist/algorithm_types/refiner/resolve"));
|
|
37
|
+
const _p = __importStar(require("pareto-core/dist/refiner"));
|
|
29
38
|
const _i_r_schema = __importStar(require("./schema"));
|
|
30
|
-
const
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
'
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}),
|
|
37
|
-
'values': null,
|
|
38
|
-
}),
|
|
39
|
-
}));
|
|
40
|
-
const p_operations = _p.deprecated_cc($['operations'], ($) => (0, exports.Operations)($, {
|
|
41
|
-
'location 2 string': $p['location 2 string'],
|
|
42
|
-
'parameters': $p['parameters'],
|
|
43
|
-
}));
|
|
39
|
+
const _i_generic = __importStar(require("../resolve_generic"));
|
|
40
|
+
const Module = ($, abort, $l, $p) => _p.deprecated_block(() => {
|
|
41
|
+
const p_schema_tree = _p.deprecated_cc($['schema tree'], ($) => _i_r_schema.Schema_Tree($, abort, {
|
|
42
|
+
'sibling schemas': _i_generic.stack.empty(),
|
|
43
|
+
}, null));
|
|
44
|
+
const p_operations = _p.deprecated_cc($['operations'], ($) => (0, exports.Operations)($, abort, $l, $p));
|
|
44
45
|
return ({
|
|
45
46
|
'schema tree': p_schema_tree,
|
|
46
47
|
'operations': p_operations,
|
|
47
48
|
});
|
|
48
49
|
});
|
|
49
50
|
exports.Module = Module;
|
|
50
|
-
const Operations = ($, abort, $p) => _p.deprecated_block(() => {
|
|
51
|
-
return _i_generic.resolve_dictionary($, {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
'imports': _p.optional.not_set(),
|
|
86
|
-
'globals': _p.optional.not_set(),
|
|
87
|
-
'type parameters': p_type_parameters,
|
|
88
|
-
},
|
|
89
|
-
}),
|
|
90
|
-
})),
|
|
91
|
-
}));
|
|
92
|
-
const p_result = _p.deprecated_cc($['result'], ($) => _i_r_schema.Type_Node($, {
|
|
93
|
-
'location 2 string': $p['location 2 string'],
|
|
94
|
-
'parameters': ({
|
|
95
|
-
'lookups': ({
|
|
96
|
-
'noncircular sibling types': _p.optional.not_set(),
|
|
97
|
-
'possibly circular dependent sibling types': _p.optional.not_set(),
|
|
98
|
-
}),
|
|
99
|
-
'values': {
|
|
100
|
-
'imports': _p.optional.not_set(),
|
|
101
|
-
'globals': _p.optional.not_set(),
|
|
102
|
-
'type parameters': p_type_parameters,
|
|
103
|
-
},
|
|
104
|
-
}),
|
|
105
|
-
}));
|
|
106
|
-
return ({
|
|
107
|
-
'context': p_context,
|
|
108
|
-
'parameters': p_parameters,
|
|
109
|
-
'result': p_result,
|
|
110
|
-
'type parameters': p_type_parameters,
|
|
111
|
-
});
|
|
51
|
+
const Operations = ($, abort, $l, $p) => _p.deprecated_block(() => {
|
|
52
|
+
return _i_generic.resolve_dictionary($, ($, $x) => _p.deprecated_cc($, ($) => _p.deprecated_cc($['state group'], ($) => {
|
|
53
|
+
switch ($[0]) {
|
|
54
|
+
case 'operation': return _p.ss($, ($) => ['operation', _p.deprecated_block(() => {
|
|
55
|
+
return _p.deprecated_block(() => {
|
|
56
|
+
const p_type_parameters = _p.deprecated_cc($['type parameters'], ($) => _i_r_schema.Type_Parameters($, abort, $l, $p));
|
|
57
|
+
const p_context = _p.deprecated_cc($['context'], ($) => _i_r_schema.Type_Node($, abort, {
|
|
58
|
+
'noncircular sibling types': _i_generic.acyclic.not_set(),
|
|
59
|
+
'possibly circular dependent sibling types': _i_generic.cyclic.not_set(),
|
|
60
|
+
}, {
|
|
61
|
+
'imports': _p.optional.not_set(),
|
|
62
|
+
'globals': _p.optional.not_set(),
|
|
63
|
+
'type parameters': p_type_parameters,
|
|
64
|
+
}));
|
|
65
|
+
const p_parameters = _p.deprecated_cc($['parameters'], ($) => _i_generic.resolve_dictionary($, ($, $x) => _p.deprecated_cc($, ($) => _i_r_schema.Type_Node($, abort, {
|
|
66
|
+
'noncircular sibling types': _i_generic.acyclic.not_set(),
|
|
67
|
+
'possibly circular dependent sibling types': _i_generic.cyclic.not_set(),
|
|
68
|
+
}, {
|
|
69
|
+
'imports': _p.optional.not_set(),
|
|
70
|
+
'globals': _p.optional.not_set(),
|
|
71
|
+
'type parameters': p_type_parameters,
|
|
72
|
+
}))));
|
|
73
|
+
const p_result = _p.deprecated_cc($['result'], ($) => _i_r_schema.Type_Node($, abort, {
|
|
74
|
+
'noncircular sibling types': _i_generic.acyclic.not_set(),
|
|
75
|
+
'possibly circular dependent sibling types': _i_generic.cyclic.not_set(),
|
|
76
|
+
}, {
|
|
77
|
+
'imports': _p.optional.not_set(),
|
|
78
|
+
'globals': _p.optional.not_set(),
|
|
79
|
+
'type parameters': p_type_parameters,
|
|
80
|
+
}));
|
|
81
|
+
return ({
|
|
82
|
+
'context': p_context,
|
|
83
|
+
'parameters': p_parameters,
|
|
84
|
+
'result': p_result,
|
|
85
|
+
'type parameters': p_type_parameters,
|
|
112
86
|
});
|
|
113
|
-
})
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
})),
|
|
123
|
-
});
|
|
87
|
+
});
|
|
88
|
+
})]);
|
|
89
|
+
case 'set': return _p.ss($, ($) => ['set', _p.deprecated_block(() => {
|
|
90
|
+
return (0, exports.Operations)($, abort, $l, $p);
|
|
91
|
+
})]);
|
|
92
|
+
default: return _p.au($[0]);
|
|
93
|
+
}
|
|
94
|
+
})));
|
|
124
95
|
});
|
|
125
96
|
exports.Operations = Operations;
|
|
126
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
97
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2ltcGxlbWVudGF0aW9uL3RlbXAvcmVzb2x2ZXJzL21vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSw2REFBOEM7QUFNOUMsc0RBQXVDO0FBQ3ZDLCtEQUFnRDtBQUV6QyxNQUFNLE1BQU0sR0FBc0IsQ0FBQyxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQyxHQUFHLEVBQUU7SUFDcEYsTUFBTSxhQUFhLEdBQTZCLEVBQUUsQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLGFBQWEsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxXQUFXLENBQUMsV0FBVyxDQUM3RyxDQUFDLEVBQ0QsS0FBSyxFQUNMO1FBQ0ksaUJBQWlCLEVBQUUsVUFBVSxDQUFDLEtBQUssQ0FBQyxLQUFLLEVBQUU7S0FDOUMsRUFDRCxJQUFJLENBQ1AsQ0FBQyxDQUFBO0lBQ0YsTUFBTSxZQUFZLEdBQTRCLEVBQUUsQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLFlBQVksQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxJQUFBLGtCQUFVLEVBQzdGLENBQUMsRUFDRCxLQUFLLEVBQ0wsRUFBRSxFQUNGLEVBQUUsQ0FDTCxDQUFDLENBQUE7SUFDRixPQUFPLENBQUM7UUFDSixhQUFhLEVBQUUsYUFBYTtRQUM1QixZQUFZLEVBQUUsWUFBWTtLQUM3QixDQUFDLENBQUE7QUFDTixDQUFDLENBQUMsQ0FBQTtBQW5CVyxRQUFBLE1BQU0sVUFtQmpCO0FBRUssTUFBTSxVQUFVLEdBQTBCLENBQUMsQ0FBQyxFQUFFLEtBQUssRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsZ0JBQWdC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
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
export declare const Imports:
|
|
3
|
-
export declare const Lookup_Selection:
|
|
4
|
-
export declare const Number_Type:
|
|
5
|
-
export declare const Signature_Parameters:
|
|
6
|
-
export declare const Globals:
|
|
7
|
-
export declare const Signature:
|
|
8
|
-
export declare const Signatures:
|
|
9
|
-
export declare const Schema_Tree:
|
|
10
|
-
export declare const Schemas:
|
|
11
|
-
export declare const Text_Type:
|
|
12
|
-
export declare const Type_Node:
|
|
13
|
-
export declare const Type_Parameters:
|
|
14
|
-
export declare const Type_Reference:
|
|
15
|
-
export declare const Type_Node_Reference:
|
|
16
|
-
export declare const Option_Constraints:
|
|
17
|
-
export declare const Constraint:
|
|
18
|
-
export declare const Property_Constraints:
|
|
19
|
-
export declare const Node_Resolver:
|
|
20
|
-
export declare const Relative_Value_Selection:
|
|
21
|
-
export declare const Possible_Value_Selection:
|
|
22
|
-
export declare const Possibly_Optional:
|
|
23
|
-
export declare const Guaranteed_Value_Selection:
|
|
24
|
-
export declare const Type_Specification:
|
|
1
|
+
import * as signatures from "../../../interface/generated/pareto/schemas/schema/resolve";
|
|
2
|
+
export declare const Imports: signatures.Imports;
|
|
3
|
+
export declare const Lookup_Selection: signatures.Lookup_Selection;
|
|
4
|
+
export declare const Number_Type: signatures.Number_Type;
|
|
5
|
+
export declare const Signature_Parameters: signatures.Signature_Parameters;
|
|
6
|
+
export declare const Globals: signatures.Globals;
|
|
7
|
+
export declare const Signature: signatures.Signature;
|
|
8
|
+
export declare const Signatures: signatures.Signatures;
|
|
9
|
+
export declare const Schema_Tree: signatures.Schema_Tree;
|
|
10
|
+
export declare const Schemas: signatures.Schemas;
|
|
11
|
+
export declare const Text_Type: signatures.Text_Type;
|
|
12
|
+
export declare const Type_Node: signatures.Type_Node;
|
|
13
|
+
export declare const Type_Parameters: signatures.Type_Parameters;
|
|
14
|
+
export declare const Type_Reference: signatures.Type_Reference;
|
|
15
|
+
export declare const Type_Node_Reference: signatures.Type_Node_Reference;
|
|
16
|
+
export declare const Option_Constraints: signatures.Option_Constraints;
|
|
17
|
+
export declare const Constraint: signatures.Constraint;
|
|
18
|
+
export declare const Property_Constraints: signatures.Property_Constraints;
|
|
19
|
+
export declare const Node_Resolver: signatures.Node_Resolver;
|
|
20
|
+
export declare const Relative_Value_Selection: signatures.Relative_Value_Selection;
|
|
21
|
+
export declare const Possible_Value_Selection: signatures.Optional_Value_Initialization;
|
|
22
|
+
export declare const Possibly_Optional: signatures.Possible_Value_Selection;
|
|
23
|
+
export declare const Guaranteed_Value_Selection: signatures.Guaranteed_Value_Selection;
|
|
24
|
+
export declare const Type_Specification: signatures.Type_Specification;
|