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
|
@@ -1,410 +0,0 @@
|
|
|
1
|
-
import * as _pi from "pareto-core-interface";
|
|
2
|
-
import * as _i_resolved from "../data/resolved";
|
|
3
|
-
import * as _i_unresolved from "../data/unresolved";
|
|
4
|
-
export type Type_Parameters = ($$_: _i_unresolved.Type_Parameters, $$_p: {
|
|
5
|
-
readonly 'parameters': {
|
|
6
|
-
readonly 'values': null;
|
|
7
|
-
readonly 'lookups': null;
|
|
8
|
-
};
|
|
9
|
-
}) => _i_resolved.Type_Parameters;
|
|
10
|
-
export type Presence = ($$_: _i_unresolved.Presence, $$_p: {
|
|
11
|
-
readonly 'parameters': {
|
|
12
|
-
readonly 'values': null;
|
|
13
|
-
readonly 'lookups': null;
|
|
14
|
-
};
|
|
15
|
-
}) => _i_resolved.Presence;
|
|
16
|
-
export type Number_Type = ($$_: _i_unresolved.Number_Type, $$_p: {
|
|
17
|
-
readonly 'parameters': {
|
|
18
|
-
readonly 'values': null;
|
|
19
|
-
readonly 'lookups': null;
|
|
20
|
-
};
|
|
21
|
-
}) => _i_resolved.Number_Type;
|
|
22
|
-
export type Text_Type = ($$_: _i_unresolved.Text_Type, $$_p: {
|
|
23
|
-
readonly 'parameters': {
|
|
24
|
-
readonly 'values': null;
|
|
25
|
-
readonly 'lookups': null;
|
|
26
|
-
};
|
|
27
|
-
}) => _i_resolved.Text_Type;
|
|
28
|
-
export type Globals = ($$_: _i_unresolved.Globals, $$_p: {
|
|
29
|
-
readonly 'parameters': {
|
|
30
|
-
readonly 'values': null;
|
|
31
|
-
readonly 'lookups': null;
|
|
32
|
-
};
|
|
33
|
-
}) => _i_resolved.Globals;
|
|
34
|
-
export type Group = ($$_: _i_unresolved.Group, $$_p: {
|
|
35
|
-
readonly 'parameters': {
|
|
36
|
-
readonly 'values': {
|
|
37
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved.Globals>;
|
|
38
|
-
readonly 'type parameters': _i_resolved.Type_Parameters;
|
|
39
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
40
|
-
};
|
|
41
|
-
readonly 'lookups': {
|
|
42
|
-
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<_i_resolved.Types.D>;
|
|
43
|
-
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<_i_resolved.Types.D>;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
}) => _i_resolved.Group;
|
|
47
|
-
export type Dictionary = ($$_: _i_unresolved.Dictionary, $$_p: {
|
|
48
|
-
readonly 'parameters': {
|
|
49
|
-
readonly 'values': {
|
|
50
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved.Globals>;
|
|
51
|
-
readonly 'type parameters': _i_resolved.Type_Parameters;
|
|
52
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
53
|
-
};
|
|
54
|
-
readonly 'lookups': {
|
|
55
|
-
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<_i_resolved.Types.D>;
|
|
56
|
-
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<_i_resolved.Types.D>;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
}) => _i_resolved.Dictionary;
|
|
60
|
-
export type Type_Node = ($$_: _i_unresolved.Type_Node, $$_p: {
|
|
61
|
-
readonly 'parameters': {
|
|
62
|
-
readonly 'values': {
|
|
63
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved.Globals>;
|
|
64
|
-
readonly 'type parameters': _i_resolved.Type_Parameters;
|
|
65
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
66
|
-
};
|
|
67
|
-
readonly 'lookups': {
|
|
68
|
-
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<_i_resolved.Types.D>;
|
|
69
|
-
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<_i_resolved.Types.D>;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
}) => _i_resolved.Type_Node;
|
|
73
|
-
export type Type = ($$_: _i_unresolved.Type, $$_p: {
|
|
74
|
-
readonly 'parameters': {
|
|
75
|
-
readonly 'values': {
|
|
76
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved.Globals>;
|
|
77
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
78
|
-
};
|
|
79
|
-
readonly 'lookups': {
|
|
80
|
-
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<_i_resolved.Types.D>;
|
|
81
|
-
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<_i_resolved.Types.D>;
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
}) => _i_resolved.Type;
|
|
85
|
-
export type Type_Reference = ($$_: _i_unresolved.Type_Reference, $$_p: {
|
|
86
|
-
readonly 'parameters': {
|
|
87
|
-
readonly 'values': {
|
|
88
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
89
|
-
};
|
|
90
|
-
readonly 'lookups': {
|
|
91
|
-
readonly 'types': _pi.Acyclic_Lookup<_i_resolved.Types.D>;
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
}) => _i_resolved.Type_Reference;
|
|
95
|
-
export type Type_Node_Reference = ($$_: _i_unresolved.Type_Node_Reference, $$_p: {
|
|
96
|
-
readonly 'parameters': {
|
|
97
|
-
readonly 'values': {
|
|
98
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
99
|
-
};
|
|
100
|
-
readonly 'lookups': {
|
|
101
|
-
readonly 'types': _pi.Acyclic_Lookup<_i_resolved.Types.D>;
|
|
102
|
-
};
|
|
103
|
-
};
|
|
104
|
-
}) => _i_resolved.Type_Node_Reference;
|
|
105
|
-
export type Node_Resolver = ($$_: _i_unresolved.Node_Resolver, $$_p: {
|
|
106
|
-
readonly 'parameters': {
|
|
107
|
-
readonly 'values': {
|
|
108
|
-
readonly 'definition': _i_resolved.Type_Node;
|
|
109
|
-
readonly 'list cursor': _pi.Optional_Value<_i_resolved.Node_Resolver_List_Result>;
|
|
110
|
-
readonly 'linked entry': _pi.Optional_Value<_i_resolved.Benchmark>;
|
|
111
|
-
readonly 'current dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
112
|
-
readonly 'current ordered dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
113
|
-
readonly 'signature': _i_resolved.Signature;
|
|
114
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
115
|
-
readonly 'signatures': _i_resolved.Signatures;
|
|
116
|
-
readonly 'types': _i_resolved.Types;
|
|
117
|
-
readonly 'option constraints': _pi.Optional_Value<_i_resolved.Option_Constraints>;
|
|
118
|
-
};
|
|
119
|
-
readonly 'lookups': {
|
|
120
|
-
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
121
|
-
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
}) => _i_resolved.Node_Resolver;
|
|
125
|
-
export type Possible_Value_Selection = ($$_: _i_unresolved.Possible_Value_Selection, $$_p: {
|
|
126
|
-
readonly 'parameters': {
|
|
127
|
-
readonly 'values': {
|
|
128
|
-
readonly 'definition': _i_resolved.Type_Node;
|
|
129
|
-
readonly 'list cursor': _pi.Optional_Value<_i_resolved.Node_Resolver_List_Result>;
|
|
130
|
-
readonly 'linked entry': _pi.Optional_Value<_i_resolved.Benchmark>;
|
|
131
|
-
readonly 'current dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
132
|
-
readonly 'current ordered dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
133
|
-
readonly 'signature': _i_resolved.Signature;
|
|
134
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
135
|
-
readonly 'signatures': _i_resolved.Signatures;
|
|
136
|
-
readonly 'types': _i_resolved.Types;
|
|
137
|
-
readonly 'option constraints': _pi.Optional_Value<_i_resolved.Option_Constraints>;
|
|
138
|
-
};
|
|
139
|
-
readonly 'lookups': {
|
|
140
|
-
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
141
|
-
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
}) => _i_resolved.Possible_Value_Selection;
|
|
145
|
-
export type Guaranteed_Value_Selection = ($$_: _i_unresolved.Guaranteed_Value_Selection, $$_p: {
|
|
146
|
-
readonly 'parameters': {
|
|
147
|
-
readonly 'values': {
|
|
148
|
-
readonly 'definition': _i_resolved.Type_Node;
|
|
149
|
-
readonly 'list cursor': _pi.Optional_Value<_i_resolved.Node_Resolver_List_Result>;
|
|
150
|
-
readonly 'linked entry': _pi.Optional_Value<_i_resolved.Benchmark>;
|
|
151
|
-
readonly 'current dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
152
|
-
readonly 'current ordered dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
153
|
-
readonly 'signature': _i_resolved.Signature;
|
|
154
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
155
|
-
readonly 'signatures': _i_resolved.Signatures;
|
|
156
|
-
readonly 'types': _i_resolved.Types;
|
|
157
|
-
readonly 'option constraints': _pi.Optional_Value<_i_resolved.Option_Constraints>;
|
|
158
|
-
};
|
|
159
|
-
readonly 'lookups': {
|
|
160
|
-
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
161
|
-
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
}) => _i_resolved.Guaranteed_Value_Selection;
|
|
165
|
-
export type Benchmark = ($$_: _i_unresolved.Benchmark, $$_p: {
|
|
166
|
-
readonly 'parameters': {
|
|
167
|
-
readonly 'values': {
|
|
168
|
-
readonly 'definition': _i_resolved.Type_Node;
|
|
169
|
-
readonly 'list cursor': _pi.Optional_Value<_i_resolved.Node_Resolver_List_Result>;
|
|
170
|
-
readonly 'linked entry': _pi.Optional_Value<_i_resolved.Benchmark>;
|
|
171
|
-
readonly 'current dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
172
|
-
readonly 'current ordered dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
173
|
-
readonly 'signature': _i_resolved.Signature;
|
|
174
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
175
|
-
readonly 'signatures': _i_resolved.Signatures;
|
|
176
|
-
readonly 'types': _i_resolved.Types;
|
|
177
|
-
readonly 'option constraints': _pi.Optional_Value<_i_resolved.Option_Constraints>;
|
|
178
|
-
};
|
|
179
|
-
readonly 'lookups': {
|
|
180
|
-
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
181
|
-
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
182
|
-
};
|
|
183
|
-
};
|
|
184
|
-
}) => _i_resolved.Benchmark;
|
|
185
|
-
export type Optional_Value_Initialization = ($$_: _i_unresolved.Optional_Value_Initialization, $$_p: {
|
|
186
|
-
readonly 'parameters': {
|
|
187
|
-
readonly 'values': {
|
|
188
|
-
readonly 'definition': _i_resolved.Type_Node;
|
|
189
|
-
readonly 'list cursor': _pi.Optional_Value<_i_resolved.Node_Resolver_List_Result>;
|
|
190
|
-
readonly 'linked entry': _pi.Optional_Value<_i_resolved.Benchmark>;
|
|
191
|
-
readonly 'current dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
192
|
-
readonly 'current ordered dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
193
|
-
readonly 'signature': _i_resolved.Signature;
|
|
194
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
195
|
-
readonly 'signatures': _i_resolved.Signatures;
|
|
196
|
-
readonly 'types': _i_resolved.Types;
|
|
197
|
-
readonly 'option constraints': _pi.Optional_Value<_i_resolved.Option_Constraints>;
|
|
198
|
-
};
|
|
199
|
-
readonly 'lookups': {
|
|
200
|
-
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
201
|
-
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
202
|
-
};
|
|
203
|
-
};
|
|
204
|
-
}) => _i_resolved.Optional_Value_Initialization;
|
|
205
|
-
export type Lookup_Selection = ($$_: _i_unresolved.Lookup_Selection, $$_p: {
|
|
206
|
-
readonly 'parameters': {
|
|
207
|
-
readonly 'values': {
|
|
208
|
-
readonly 'definition': _i_resolved.Type_Node;
|
|
209
|
-
readonly 'list cursor': _pi.Optional_Value<_i_resolved.Node_Resolver_List_Result>;
|
|
210
|
-
readonly 'linked entry': _pi.Optional_Value<_i_resolved.Benchmark>;
|
|
211
|
-
readonly 'current dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
212
|
-
readonly 'current ordered dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
213
|
-
readonly 'signature': _i_resolved.Signature;
|
|
214
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
215
|
-
readonly 'signatures': _i_resolved.Signatures;
|
|
216
|
-
readonly 'types': _i_resolved.Types;
|
|
217
|
-
readonly 'option constraints': _pi.Optional_Value<_i_resolved.Option_Constraints>;
|
|
218
|
-
};
|
|
219
|
-
readonly 'lookups': {
|
|
220
|
-
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
221
|
-
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
222
|
-
};
|
|
223
|
-
};
|
|
224
|
-
}) => _i_resolved.Lookup_Selection;
|
|
225
|
-
export type Option_Constraints = ($$_: _i_unresolved.Option_Constraints, $$_p: {
|
|
226
|
-
readonly 'parameters': {
|
|
227
|
-
readonly 'values': {
|
|
228
|
-
readonly 'definition': _i_resolved.Type_Node;
|
|
229
|
-
readonly 'list cursor': _pi.Optional_Value<_i_resolved.Node_Resolver_List_Result>;
|
|
230
|
-
readonly 'linked entry': _pi.Optional_Value<_i_resolved.Benchmark>;
|
|
231
|
-
readonly 'current dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
232
|
-
readonly 'current ordered dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
233
|
-
readonly 'signature': _i_resolved.Signature;
|
|
234
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
235
|
-
readonly 'signatures': _i_resolved.Signatures;
|
|
236
|
-
readonly 'types': _i_resolved.Types;
|
|
237
|
-
readonly 'option constraints': _pi.Optional_Value<_i_resolved.Option_Constraints>;
|
|
238
|
-
};
|
|
239
|
-
readonly 'lookups': {
|
|
240
|
-
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
241
|
-
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
242
|
-
};
|
|
243
|
-
};
|
|
244
|
-
}) => _i_resolved.Option_Constraints;
|
|
245
|
-
export type Node_Resolver_List_Result = ($$_: _i_unresolved.Node_Resolver_List_Result, $$_p: {
|
|
246
|
-
readonly 'parameters': {
|
|
247
|
-
readonly 'values': {
|
|
248
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
249
|
-
};
|
|
250
|
-
readonly 'lookups': {
|
|
251
|
-
readonly 'types': _pi.Acyclic_Lookup<_i_resolved.Types.D>;
|
|
252
|
-
};
|
|
253
|
-
};
|
|
254
|
-
}) => _i_resolved.Node_Resolver_List_Result;
|
|
255
|
-
export type Node_Resolver_Group = ($$_: _i_unresolved.Node_Resolver_Group, $$_p: {
|
|
256
|
-
readonly 'parameters': {
|
|
257
|
-
readonly 'values': {
|
|
258
|
-
readonly 'definition': _i_resolved.Group;
|
|
259
|
-
readonly 'list cursor': _pi.Optional_Value<_i_resolved.Node_Resolver_List_Result>;
|
|
260
|
-
readonly 'linked entry': _pi.Optional_Value<_i_resolved.Benchmark>;
|
|
261
|
-
readonly 'current dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
262
|
-
readonly 'current ordered dictionary': _pi.Optional_Value<_i_resolved.Dictionary>;
|
|
263
|
-
readonly 'signature': _i_resolved.Signature;
|
|
264
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
265
|
-
readonly 'signatures': _i_resolved.Signatures;
|
|
266
|
-
readonly 'types': _i_resolved.Types;
|
|
267
|
-
readonly 'option constraints': _pi.Optional_Value<_i_resolved.Option_Constraints>;
|
|
268
|
-
};
|
|
269
|
-
readonly 'lookups': {
|
|
270
|
-
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
271
|
-
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<_i_resolved.Node_Resolver_Group.D>;
|
|
272
|
-
};
|
|
273
|
-
};
|
|
274
|
-
}) => _i_resolved.Node_Resolver_Group;
|
|
275
|
-
export type Relative_Value_Selection = ($$_: _i_unresolved.Relative_Value_Selection, $$_p: {
|
|
276
|
-
readonly 'parameters': {
|
|
277
|
-
readonly 'values': {
|
|
278
|
-
readonly 'node': _i_resolved.Type_Node;
|
|
279
|
-
};
|
|
280
|
-
readonly 'lookups': null;
|
|
281
|
-
};
|
|
282
|
-
}) => _i_resolved.Relative_Value_Selection;
|
|
283
|
-
export type Constraint = ($$_: _i_unresolved.Constraint, $$_p: {
|
|
284
|
-
readonly 'parameters': {
|
|
285
|
-
readonly 'values': {
|
|
286
|
-
readonly 'node': _i_resolved.Type_Node;
|
|
287
|
-
};
|
|
288
|
-
readonly 'lookups': null;
|
|
289
|
-
};
|
|
290
|
-
}) => _i_resolved.Constraint;
|
|
291
|
-
export type Property_Constraints = ($$_: _i_unresolved.Property_Constraints, $$_p: {
|
|
292
|
-
readonly 'parameters': {
|
|
293
|
-
readonly 'values': {
|
|
294
|
-
readonly 'node': _i_resolved.Type_Node;
|
|
295
|
-
};
|
|
296
|
-
readonly 'lookups': null;
|
|
297
|
-
};
|
|
298
|
-
}) => _i_resolved.Property_Constraints;
|
|
299
|
-
export type Property_Constraint = ($$_: _i_unresolved.Property_Constraint, $$_p: {
|
|
300
|
-
readonly 'parameters': {
|
|
301
|
-
readonly 'values': null;
|
|
302
|
-
readonly 'lookups': {
|
|
303
|
-
readonly 'property constraints': _pi.Acyclic_Lookup<_i_resolved.Property_Constraints.D>;
|
|
304
|
-
};
|
|
305
|
-
};
|
|
306
|
-
}) => _i_resolved.Property_Constraint;
|
|
307
|
-
export type Resolve_Logic = ($$_: _i_unresolved.Resolve_Logic, $$_p: {
|
|
308
|
-
readonly 'parameters': {
|
|
309
|
-
readonly 'values': {
|
|
310
|
-
readonly 'types': _i_resolved.Types;
|
|
311
|
-
readonly 'imports': _i_resolved.Imports;
|
|
312
|
-
};
|
|
313
|
-
readonly 'lookups': null;
|
|
314
|
-
};
|
|
315
|
-
}) => _i_resolved.Resolve_Logic;
|
|
316
|
-
export type Signature_Parameters = ($$_: _i_unresolved.Signature_Parameters, $$_p: {
|
|
317
|
-
readonly 'parameters': {
|
|
318
|
-
readonly 'values': {
|
|
319
|
-
readonly 'types': _i_resolved.Types;
|
|
320
|
-
readonly 'imports': _i_resolved.Imports;
|
|
321
|
-
};
|
|
322
|
-
readonly 'lookups': null;
|
|
323
|
-
};
|
|
324
|
-
}) => _i_resolved.Signature_Parameters;
|
|
325
|
-
export type Signature = ($$_: _i_unresolved.Signature, $$_p: {
|
|
326
|
-
readonly 'parameters': {
|
|
327
|
-
readonly 'values': {
|
|
328
|
-
readonly 'types': _i_resolved.Types;
|
|
329
|
-
readonly 'type': _i_resolved.Type;
|
|
330
|
-
readonly 'imports': _i_resolved.Imports;
|
|
331
|
-
};
|
|
332
|
-
readonly 'lookups': {
|
|
333
|
-
readonly 'sibling signatures': _pi.Acyclic_Lookup<_i_resolved.Signatures.D>;
|
|
334
|
-
};
|
|
335
|
-
};
|
|
336
|
-
}) => _i_resolved.Signature;
|
|
337
|
-
export type Signatures = ($$_: _i_unresolved.Signatures, $$_p: {
|
|
338
|
-
readonly 'parameters': {
|
|
339
|
-
readonly 'values': {
|
|
340
|
-
readonly 'types': _i_resolved.Types;
|
|
341
|
-
readonly 'imports': _i_resolved.Imports;
|
|
342
|
-
};
|
|
343
|
-
readonly 'lookups': null;
|
|
344
|
-
};
|
|
345
|
-
}) => _i_resolved.Signatures;
|
|
346
|
-
export type Resolvers = ($$_: _i_unresolved.Resolvers, $$_p: {
|
|
347
|
-
readonly 'parameters': {
|
|
348
|
-
readonly 'values': {
|
|
349
|
-
readonly 'signatures': _i_resolved.Signatures;
|
|
350
|
-
readonly 'types': _i_resolved.Types;
|
|
351
|
-
readonly 'imports': _i_resolved.Imports;
|
|
352
|
-
};
|
|
353
|
-
readonly 'lookups': null;
|
|
354
|
-
};
|
|
355
|
-
}) => _i_resolved.Resolvers;
|
|
356
|
-
export type Schemas = ($$_: _i_unresolved.Schemas, $$_p: {
|
|
357
|
-
readonly 'parameters': {
|
|
358
|
-
readonly 'values': null;
|
|
359
|
-
readonly 'lookups': {
|
|
360
|
-
readonly 'sibling schemas': _pi.Stack_Lookup<_i_resolved.Schemas.D>;
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
}) => _i_resolved.Schemas;
|
|
364
|
-
export type Type_Specification = ($$_: _i_unresolved.Type_Specification, $$_p: {
|
|
365
|
-
readonly 'parameters': {
|
|
366
|
-
readonly 'values': null;
|
|
367
|
-
readonly 'lookups': null;
|
|
368
|
-
};
|
|
369
|
-
}) => _i_resolved.Type_Specification;
|
|
370
|
-
export type Schema_Tree = ($$_: _i_unresolved.Schema_Tree, $$_p: {
|
|
371
|
-
readonly 'parameters': {
|
|
372
|
-
readonly 'values': null;
|
|
373
|
-
readonly 'lookups': {
|
|
374
|
-
readonly 'sibling schemas': _pi.Stack_Lookup<_i_resolved.Schemas.D>;
|
|
375
|
-
};
|
|
376
|
-
};
|
|
377
|
-
}) => _i_resolved.Schema_Tree;
|
|
378
|
-
export type Schema = ($$_: _i_unresolved.Schema, $$_p: {
|
|
379
|
-
readonly 'parameters': {
|
|
380
|
-
readonly 'values': null;
|
|
381
|
-
readonly 'lookups': {
|
|
382
|
-
readonly 'sibling schemas': _pi.Stack_Lookup<_i_resolved.Schemas.D>;
|
|
383
|
-
};
|
|
384
|
-
};
|
|
385
|
-
}) => _i_resolved.Schema;
|
|
386
|
-
export type Imports = ($$_: _i_unresolved.Imports, $$_p: {
|
|
387
|
-
readonly 'parameters': {
|
|
388
|
-
readonly 'values': null;
|
|
389
|
-
readonly 'lookups': {
|
|
390
|
-
readonly 'sibling schemas': _pi.Stack_Lookup<_i_resolved.Schemas.D>;
|
|
391
|
-
};
|
|
392
|
-
};
|
|
393
|
-
}) => _i_resolved.Imports;
|
|
394
|
-
export type Reference_To_Property_Constraint = ($$_: _i_unresolved.Reference_To_Property_Constraint, $$_p: {
|
|
395
|
-
readonly 'parameters': {
|
|
396
|
-
readonly 'values': null;
|
|
397
|
-
readonly 'lookups': {
|
|
398
|
-
readonly 'property constraints': _pi.Acyclic_Lookup<_i_resolved.Property_Constraints.D>;
|
|
399
|
-
};
|
|
400
|
-
};
|
|
401
|
-
}) => _i_resolved.Reference_To_Property_Constraint;
|
|
402
|
-
export type Types = ($$_: _i_unresolved.Types, $$_p: {
|
|
403
|
-
readonly 'parameters': {
|
|
404
|
-
readonly 'values': {
|
|
405
|
-
readonly 'globals': _pi.Optional_Value<_i_resolved.Globals>;
|
|
406
|
-
readonly 'imports': _pi.Optional_Value<_i_resolved.Imports>;
|
|
407
|
-
};
|
|
408
|
-
readonly 'lookups': null;
|
|
409
|
-
};
|
|
410
|
-
}) => _i_resolved.Types;
|
|
File without changes
|
|
File without changes
|
/package/dist/data/temporary_schemas/pareto/schemas/{module → implementation}/$.resolvers.astn.d.ts
RENAMED
|
File without changes
|
/package/dist/data/temporary_schemas/pareto/schemas/{module → implementation}/$.signatures.astn.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/data/temporary_schemas/pareto/schemas/{schema → interface}/$.resolvers.astn.d.ts
RENAMED
|
File without changes
|
/package/dist/data/temporary_schemas/pareto/schemas/{schema → interface}/$.signatures.astn.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|