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,41 +1,42 @@
|
|
|
1
|
-
import * as _pi from "pareto-core
|
|
1
|
+
import * as _pi from "pareto-core/dist/interface";
|
|
2
2
|
import * as i_resolved from "./data/resolved";
|
|
3
3
|
import * as i_unresolved from "./data/unresolved";
|
|
4
|
+
import * as gen from "../../core/resolve";
|
|
4
5
|
export declare namespace Type_Parameters_ {
|
|
5
6
|
type I = i_unresolved.Type_Parameters;
|
|
6
7
|
type O = i_resolved.Type_Parameters;
|
|
7
8
|
namespace P {
|
|
8
9
|
}
|
|
9
10
|
}
|
|
10
|
-
export type Type_Parameters_ = ($$_: Type_Parameters_.I,
|
|
11
|
+
export type Type_Parameters_ = ($$_: Type_Parameters_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: null) => Type_Parameters_.O;
|
|
11
12
|
export declare namespace Presence_ {
|
|
12
13
|
type I = i_unresolved.Presence;
|
|
13
14
|
type O = i_resolved.Presence;
|
|
14
15
|
namespace P {
|
|
15
16
|
}
|
|
16
17
|
}
|
|
17
|
-
export type Presence_ = ($$_: Presence_.I,
|
|
18
|
+
export type Presence_ = ($$_: Presence_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: null) => Presence_.O;
|
|
18
19
|
export declare namespace Number_Type_ {
|
|
19
20
|
type I = i_unresolved.Number_Type;
|
|
20
21
|
type O = i_resolved.Number_Type;
|
|
21
22
|
namespace P {
|
|
22
23
|
}
|
|
23
24
|
}
|
|
24
|
-
export type Number_Type_ = ($$_: Number_Type_.I,
|
|
25
|
+
export type Number_Type_ = ($$_: Number_Type_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: null) => Number_Type_.O;
|
|
25
26
|
export declare namespace Text_Type_ {
|
|
26
27
|
type I = i_unresolved.Text_Type;
|
|
27
28
|
type O = i_resolved.Text_Type;
|
|
28
29
|
namespace P {
|
|
29
30
|
}
|
|
30
31
|
}
|
|
31
|
-
export type Text_Type_ = ($$_: Text_Type_.I,
|
|
32
|
+
export type Text_Type_ = ($$_: Text_Type_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: null) => Text_Type_.O;
|
|
32
33
|
export declare namespace Globals_ {
|
|
33
34
|
type I = i_unresolved.Globals;
|
|
34
35
|
type O = i_resolved.Globals;
|
|
35
36
|
namespace P {
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
|
-
export type Globals_ = ($$_: Globals_.I,
|
|
39
|
+
export type Globals_ = ($$_: Globals_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: null) => Globals_.O;
|
|
39
40
|
export declare namespace Group_ {
|
|
40
41
|
type I = i_unresolved.Group;
|
|
41
42
|
type O = i_resolved.Group;
|
|
@@ -57,7 +58,7 @@ export declare namespace Group_ {
|
|
|
57
58
|
type imports = _pi.Optional_Value<imports.O>;
|
|
58
59
|
}
|
|
59
60
|
}
|
|
60
|
-
export type Group_ = ($$_: Group_.I,
|
|
61
|
+
export type Group_ = ($$_: Group_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
61
62
|
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Group_.L.noncircular_sibling_types>;
|
|
62
63
|
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Group_.L.possibly_circular_dependent_sibling_types>;
|
|
63
64
|
}, $$_p: {
|
|
@@ -86,7 +87,7 @@ export declare namespace Dictionary_ {
|
|
|
86
87
|
type imports = _pi.Optional_Value<imports.O>;
|
|
87
88
|
}
|
|
88
89
|
}
|
|
89
|
-
export type Dictionary_ = ($$_: Dictionary_.I,
|
|
90
|
+
export type Dictionary_ = ($$_: Dictionary_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
90
91
|
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Dictionary_.L.noncircular_sibling_types>;
|
|
91
92
|
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Dictionary_.L.possibly_circular_dependent_sibling_types>;
|
|
92
93
|
}, $$_p: {
|
|
@@ -115,7 +116,7 @@ export declare namespace Type_Node_ {
|
|
|
115
116
|
type imports = _pi.Optional_Value<imports.O>;
|
|
116
117
|
}
|
|
117
118
|
}
|
|
118
|
-
export type Type_Node_ = ($$_: Type_Node_.I,
|
|
119
|
+
export type Type_Node_ = ($$_: Type_Node_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
119
120
|
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Type_Node_.L.noncircular_sibling_types>;
|
|
120
121
|
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Type_Node_.L.possibly_circular_dependent_sibling_types>;
|
|
121
122
|
}, $$_p: {
|
|
@@ -143,7 +144,7 @@ export declare namespace Type_ {
|
|
|
143
144
|
type imports = _pi.Optional_Value<imports.O>;
|
|
144
145
|
}
|
|
145
146
|
}
|
|
146
|
-
export type Type_ = ($$_: Type_.I,
|
|
147
|
+
export type Type_ = ($$_: Type_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
147
148
|
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Type_.L.noncircular_sibling_types>;
|
|
148
149
|
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Type_.L.possibly_circular_dependent_sibling_types>;
|
|
149
150
|
}, $$_p: {
|
|
@@ -163,7 +164,7 @@ export declare namespace Type_Reference_ {
|
|
|
163
164
|
type imports = _pi.Optional_Value<imports.O>;
|
|
164
165
|
}
|
|
165
166
|
}
|
|
166
|
-
export type Type_Reference_ = ($$_: Type_Reference_.I,
|
|
167
|
+
export type Type_Reference_ = ($$_: Type_Reference_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
167
168
|
readonly 'types': _pi.Acyclic_Lookup<Type_Reference_.L.types>;
|
|
168
169
|
}, $$_p: {
|
|
169
170
|
readonly 'imports': Type_Reference_.P.imports;
|
|
@@ -181,7 +182,7 @@ export declare namespace Type_Node_Reference_ {
|
|
|
181
182
|
type imports = _pi.Optional_Value<imports.O>;
|
|
182
183
|
}
|
|
183
184
|
}
|
|
184
|
-
export type Type_Node_Reference_ = ($$_: Type_Node_Reference_.I,
|
|
185
|
+
export type Type_Node_Reference_ = ($$_: Type_Node_Reference_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
185
186
|
readonly 'types': _pi.Acyclic_Lookup<Type_Node_Reference_.L.types>;
|
|
186
187
|
}, $$_p: {
|
|
187
188
|
readonly 'imports': Type_Node_Reference_.P.imports;
|
|
@@ -226,7 +227,7 @@ export declare namespace Node_Resolver_ {
|
|
|
226
227
|
type option_constraints = _pi.Optional_Value<option_constraints.O>;
|
|
227
228
|
}
|
|
228
229
|
}
|
|
229
|
-
export type Node_Resolver_ = ($$_: Node_Resolver_.I,
|
|
230
|
+
export type Node_Resolver_ = ($$_: Node_Resolver_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
230
231
|
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<Node_Resolver_.L.sibling_property_resolvers>;
|
|
231
232
|
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<Node_Resolver_.L.parent_sibling_property_resolvers>;
|
|
232
233
|
}, $$_p: {
|
|
@@ -281,7 +282,7 @@ export declare namespace Possible_Value_Selection_ {
|
|
|
281
282
|
type option_constraints = _pi.Optional_Value<option_constraints.O>;
|
|
282
283
|
}
|
|
283
284
|
}
|
|
284
|
-
export type Possible_Value_Selection_ = ($$_: Possible_Value_Selection_.I,
|
|
285
|
+
export type Possible_Value_Selection_ = ($$_: Possible_Value_Selection_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
285
286
|
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<Possible_Value_Selection_.L.sibling_property_resolvers>;
|
|
286
287
|
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<Possible_Value_Selection_.L.parent_sibling_property_resolvers>;
|
|
287
288
|
}, $$_p: {
|
|
@@ -336,7 +337,7 @@ export declare namespace Guaranteed_Value_Selection_ {
|
|
|
336
337
|
type option_constraints = _pi.Optional_Value<option_constraints.O>;
|
|
337
338
|
}
|
|
338
339
|
}
|
|
339
|
-
export type Guaranteed_Value_Selection_ = ($$_: Guaranteed_Value_Selection_.I,
|
|
340
|
+
export type Guaranteed_Value_Selection_ = ($$_: Guaranteed_Value_Selection_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
340
341
|
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<Guaranteed_Value_Selection_.L.sibling_property_resolvers>;
|
|
341
342
|
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<Guaranteed_Value_Selection_.L.parent_sibling_property_resolvers>;
|
|
342
343
|
}, $$_p: {
|
|
@@ -391,7 +392,7 @@ export declare namespace Benchmark_ {
|
|
|
391
392
|
type option_constraints = _pi.Optional_Value<option_constraints.O>;
|
|
392
393
|
}
|
|
393
394
|
}
|
|
394
|
-
export type Benchmark_ = ($$_: Benchmark_.I,
|
|
395
|
+
export type Benchmark_ = ($$_: Benchmark_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
395
396
|
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<Benchmark_.L.sibling_property_resolvers>;
|
|
396
397
|
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<Benchmark_.L.parent_sibling_property_resolvers>;
|
|
397
398
|
}, $$_p: {
|
|
@@ -446,7 +447,7 @@ export declare namespace Optional_Value_Initialization_ {
|
|
|
446
447
|
type option_constraints = _pi.Optional_Value<option_constraints.O>;
|
|
447
448
|
}
|
|
448
449
|
}
|
|
449
|
-
export type Optional_Value_Initialization_ = ($$_: Optional_Value_Initialization_.I,
|
|
450
|
+
export type Optional_Value_Initialization_ = ($$_: Optional_Value_Initialization_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
450
451
|
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<Optional_Value_Initialization_.L.sibling_property_resolvers>;
|
|
451
452
|
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<Optional_Value_Initialization_.L.parent_sibling_property_resolvers>;
|
|
452
453
|
}, $$_p: {
|
|
@@ -501,7 +502,7 @@ export declare namespace Lookup_Selection_ {
|
|
|
501
502
|
type option_constraints = _pi.Optional_Value<option_constraints.O>;
|
|
502
503
|
}
|
|
503
504
|
}
|
|
504
|
-
export type Lookup_Selection_ = ($$_: Lookup_Selection_.I,
|
|
505
|
+
export type Lookup_Selection_ = ($$_: Lookup_Selection_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
505
506
|
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<Lookup_Selection_.L.sibling_property_resolvers>;
|
|
506
507
|
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<Lookup_Selection_.L.parent_sibling_property_resolvers>;
|
|
507
508
|
}, $$_p: {
|
|
@@ -556,7 +557,7 @@ export declare namespace Option_Constraints_ {
|
|
|
556
557
|
type option_constraints = _pi.Optional_Value<option_constraints.O>;
|
|
557
558
|
}
|
|
558
559
|
}
|
|
559
|
-
export type Option_Constraints_ = ($$_: Option_Constraints_.I,
|
|
560
|
+
export type Option_Constraints_ = ($$_: Option_Constraints_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
560
561
|
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<Option_Constraints_.L.sibling_property_resolvers>;
|
|
561
562
|
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<Option_Constraints_.L.parent_sibling_property_resolvers>;
|
|
562
563
|
}, $$_p: {
|
|
@@ -584,7 +585,7 @@ export declare namespace Node_Resolver_List_Result_ {
|
|
|
584
585
|
type imports = _pi.Optional_Value<imports.O>;
|
|
585
586
|
}
|
|
586
587
|
}
|
|
587
|
-
export type Node_Resolver_List_Result_ = ($$_: Node_Resolver_List_Result_.I,
|
|
588
|
+
export type Node_Resolver_List_Result_ = ($$_: Node_Resolver_List_Result_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
588
589
|
readonly 'types': _pi.Acyclic_Lookup<Node_Resolver_List_Result_.L.types>;
|
|
589
590
|
}, $$_p: {
|
|
590
591
|
readonly 'imports': Node_Resolver_List_Result_.P.imports;
|
|
@@ -629,7 +630,7 @@ export declare namespace Node_Resolver_Group_ {
|
|
|
629
630
|
type option_constraints = _pi.Optional_Value<option_constraints.O>;
|
|
630
631
|
}
|
|
631
632
|
}
|
|
632
|
-
export type Node_Resolver_Group_ = ($$_: Node_Resolver_Group_.I,
|
|
633
|
+
export type Node_Resolver_Group_ = ($$_: Node_Resolver_Group_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
633
634
|
readonly 'sibling property resolvers': _pi.Acyclic_Lookup<Node_Resolver_Group_.L.sibling_property_resolvers>;
|
|
634
635
|
readonly 'parent sibling property resolvers': _pi.Acyclic_Lookup<Node_Resolver_Group_.L.parent_sibling_property_resolvers>;
|
|
635
636
|
}, $$_p: {
|
|
@@ -651,7 +652,7 @@ export declare namespace Relative_Value_Selection_ {
|
|
|
651
652
|
type node = i_resolved.Type_Node_;
|
|
652
653
|
}
|
|
653
654
|
}
|
|
654
|
-
export type Relative_Value_Selection_ = ($$_: Relative_Value_Selection_.I,
|
|
655
|
+
export type Relative_Value_Selection_ = ($$_: Relative_Value_Selection_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: {
|
|
655
656
|
readonly 'node': Relative_Value_Selection_.P.node;
|
|
656
657
|
}) => Relative_Value_Selection_.O;
|
|
657
658
|
export declare namespace Constraint_ {
|
|
@@ -661,7 +662,7 @@ export declare namespace Constraint_ {
|
|
|
661
662
|
type node = i_resolved.Type_Node_;
|
|
662
663
|
}
|
|
663
664
|
}
|
|
664
|
-
export type Constraint_ = ($$_: Constraint_.I,
|
|
665
|
+
export type Constraint_ = ($$_: Constraint_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: {
|
|
665
666
|
readonly 'node': Constraint_.P.node;
|
|
666
667
|
}) => Constraint_.O;
|
|
667
668
|
export declare namespace Property_Constraints_ {
|
|
@@ -671,7 +672,7 @@ export declare namespace Property_Constraints_ {
|
|
|
671
672
|
type node = i_resolved.Type_Node_;
|
|
672
673
|
}
|
|
673
674
|
}
|
|
674
|
-
export type Property_Constraints_ = ($$_: Property_Constraints_.I,
|
|
675
|
+
export type Property_Constraints_ = ($$_: Property_Constraints_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: {
|
|
675
676
|
readonly 'node': Property_Constraints_.P.node;
|
|
676
677
|
}) => Property_Constraints_.O;
|
|
677
678
|
export declare namespace Property_Constraint_ {
|
|
@@ -683,7 +684,7 @@ export declare namespace Property_Constraint_ {
|
|
|
683
684
|
namespace P {
|
|
684
685
|
}
|
|
685
686
|
}
|
|
686
|
-
export type Property_Constraint_ = ($$_: Property_Constraint_.I,
|
|
687
|
+
export type Property_Constraint_ = ($$_: Property_Constraint_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
687
688
|
readonly 'property constraints': _pi.Acyclic_Lookup<Property_Constraint_.L.property_constraints>;
|
|
688
689
|
}, $$_p: null) => Property_Constraint_.O;
|
|
689
690
|
export declare namespace Resolve_Logic_ {
|
|
@@ -694,7 +695,7 @@ export declare namespace Resolve_Logic_ {
|
|
|
694
695
|
type imports = i_resolved.Imports_;
|
|
695
696
|
}
|
|
696
697
|
}
|
|
697
|
-
export type Resolve_Logic_ = ($$_: Resolve_Logic_.I,
|
|
698
|
+
export type Resolve_Logic_ = ($$_: Resolve_Logic_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: {
|
|
698
699
|
readonly 'types': Resolve_Logic_.P.types;
|
|
699
700
|
readonly 'imports': Resolve_Logic_.P.imports;
|
|
700
701
|
}) => Resolve_Logic_.O;
|
|
@@ -706,7 +707,7 @@ export declare namespace Signature_Parameters_ {
|
|
|
706
707
|
type imports = i_resolved.Imports_;
|
|
707
708
|
}
|
|
708
709
|
}
|
|
709
|
-
export type Signature_Parameters_ = ($$_: Signature_Parameters_.I,
|
|
710
|
+
export type Signature_Parameters_ = ($$_: Signature_Parameters_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: {
|
|
710
711
|
readonly 'types': Signature_Parameters_.P.types;
|
|
711
712
|
readonly 'imports': Signature_Parameters_.P.imports;
|
|
712
713
|
}) => Signature_Parameters_.O;
|
|
@@ -722,7 +723,7 @@ export declare namespace Signature_ {
|
|
|
722
723
|
type imports = i_resolved.Imports_;
|
|
723
724
|
}
|
|
724
725
|
}
|
|
725
|
-
export type Signature_ = ($$_: Signature_.I,
|
|
726
|
+
export type Signature_ = ($$_: Signature_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
726
727
|
readonly 'sibling signatures': _pi.Acyclic_Lookup<Signature_.L.sibling_signatures>;
|
|
727
728
|
}, $$_p: {
|
|
728
729
|
readonly 'types': Signature_.P.types;
|
|
@@ -737,7 +738,7 @@ export declare namespace Signatures_ {
|
|
|
737
738
|
type imports = i_resolved.Imports_;
|
|
738
739
|
}
|
|
739
740
|
}
|
|
740
|
-
export type Signatures_ = ($$_: Signatures_.I,
|
|
741
|
+
export type Signatures_ = ($$_: Signatures_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: {
|
|
741
742
|
readonly 'types': Signatures_.P.types;
|
|
742
743
|
readonly 'imports': Signatures_.P.imports;
|
|
743
744
|
}) => Signatures_.O;
|
|
@@ -750,7 +751,7 @@ export declare namespace Resolvers_ {
|
|
|
750
751
|
type imports = i_resolved.Imports_;
|
|
751
752
|
}
|
|
752
753
|
}
|
|
753
|
-
export type Resolvers_ = ($$_: Resolvers_.I,
|
|
754
|
+
export type Resolvers_ = ($$_: Resolvers_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: {
|
|
754
755
|
readonly 'signatures': Resolvers_.P.signatures;
|
|
755
756
|
readonly 'types': Resolvers_.P.types;
|
|
756
757
|
readonly 'imports': Resolvers_.P.imports;
|
|
@@ -764,7 +765,7 @@ export declare namespace Schemas_ {
|
|
|
764
765
|
namespace P {
|
|
765
766
|
}
|
|
766
767
|
}
|
|
767
|
-
export type Schemas_ = ($$_: Schemas_.I,
|
|
768
|
+
export type Schemas_ = ($$_: Schemas_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
768
769
|
readonly 'sibling schemas': _pi.Stack_Lookup<Schemas_.L.sibling_schemas>;
|
|
769
770
|
}, $$_p: null) => Schemas_.O;
|
|
770
771
|
export declare namespace Type_Specification_ {
|
|
@@ -773,7 +774,7 @@ export declare namespace Type_Specification_ {
|
|
|
773
774
|
namespace P {
|
|
774
775
|
}
|
|
775
776
|
}
|
|
776
|
-
export type Type_Specification_ = ($$_: Type_Specification_.I,
|
|
777
|
+
export type Type_Specification_ = ($$_: Type_Specification_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: null) => Type_Specification_.O;
|
|
777
778
|
export declare namespace Schema_Tree_ {
|
|
778
779
|
type I = i_unresolved.Schema_Tree;
|
|
779
780
|
type O = i_resolved.Schema_Tree;
|
|
@@ -783,7 +784,7 @@ export declare namespace Schema_Tree_ {
|
|
|
783
784
|
namespace P {
|
|
784
785
|
}
|
|
785
786
|
}
|
|
786
|
-
export type Schema_Tree_ = ($$_: Schema_Tree_.I,
|
|
787
|
+
export type Schema_Tree_ = ($$_: Schema_Tree_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
787
788
|
readonly 'sibling schemas': _pi.Stack_Lookup<Schema_Tree_.L.sibling_schemas>;
|
|
788
789
|
}, $$_p: null) => Schema_Tree_.O;
|
|
789
790
|
export declare namespace Schema_ {
|
|
@@ -795,7 +796,7 @@ export declare namespace Schema_ {
|
|
|
795
796
|
namespace P {
|
|
796
797
|
}
|
|
797
798
|
}
|
|
798
|
-
export type Schema_ = ($$_: Schema_.I,
|
|
799
|
+
export type Schema_ = ($$_: Schema_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
799
800
|
readonly 'sibling schemas': _pi.Stack_Lookup<Schema_.L.sibling_schemas>;
|
|
800
801
|
}, $$_p: null) => Schema_.O;
|
|
801
802
|
export declare namespace Imports_ {
|
|
@@ -807,7 +808,7 @@ export declare namespace Imports_ {
|
|
|
807
808
|
namespace P {
|
|
808
809
|
}
|
|
809
810
|
}
|
|
810
|
-
export type Imports_ = ($$_: Imports_.I,
|
|
811
|
+
export type Imports_ = ($$_: Imports_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
811
812
|
readonly 'sibling schemas': _pi.Stack_Lookup<Imports_.L.sibling_schemas>;
|
|
812
813
|
}, $$_p: null) => Imports_.O;
|
|
813
814
|
export declare namespace Reference_To_Property_Constraint_ {
|
|
@@ -819,7 +820,7 @@ export declare namespace Reference_To_Property_Constraint_ {
|
|
|
819
820
|
namespace P {
|
|
820
821
|
}
|
|
821
822
|
}
|
|
822
|
-
export type Reference_To_Property_Constraint_ = ($$_: Reference_To_Property_Constraint_.I,
|
|
823
|
+
export type Reference_To_Property_Constraint_ = ($$_: Reference_To_Property_Constraint_.I, abort: _pi.Abort<gen.Error>, $_lookups: {
|
|
823
824
|
readonly 'property constraints': _pi.Acyclic_Lookup<Reference_To_Property_Constraint_.L.property_constraints>;
|
|
824
825
|
}, $$_p: null) => Reference_To_Property_Constraint_.O;
|
|
825
826
|
export declare namespace Types_ {
|
|
@@ -836,7 +837,7 @@ export declare namespace Types_ {
|
|
|
836
837
|
type imports = _pi.Optional_Value<imports.O>;
|
|
837
838
|
}
|
|
838
839
|
}
|
|
839
|
-
export type Types_ = ($$_: Types_.I,
|
|
840
|
+
export type Types_ = ($$_: Types_.I, abort: _pi.Abort<gen.Error>, $_lookups: null, $$_p: {
|
|
840
841
|
readonly 'globals': Types_.P.globals;
|
|
841
842
|
readonly 'imports': Types_.P.imports;
|
|
842
843
|
}) => Types_.O;
|
|
File without changes
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// import * as _pi from "pareto-core/dist/interface"
|
|
3
|
+
// import * as _i_out from "./data/unresolved"
|
|
4
|
+
// import * as _i_in from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data"
|
|
5
|
+
// // import * as _i_vd from "./value_deserializers"
|
|
6
|
+
// // **** TYPES
|
|
7
|
+
// export type Unmarshall_Error = null
|
|
8
|
+
// export type Text_Type = (
|
|
9
|
+
// $$_: _i_in.Value,
|
|
10
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
11
|
+
// ) => _i_out.Text_Type
|
|
12
|
+
// export type Number_Type = (
|
|
13
|
+
// $$_: _i_in.Value,
|
|
14
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
15
|
+
// ) => _i_out.Number_Type
|
|
16
|
+
// export type Globals = (
|
|
17
|
+
// $$_: _i_in.Value,
|
|
18
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
19
|
+
// ) => _i_out.Globals
|
|
20
|
+
// export type Presence = (
|
|
21
|
+
// $$_: _i_in.Value,
|
|
22
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
23
|
+
// ) => _i_out.Presence
|
|
24
|
+
// export type Type_Parameters = (
|
|
25
|
+
// $$_: _i_in.Value,
|
|
26
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
27
|
+
// ) => _i_out.Type_Parameters
|
|
28
|
+
// export type Type = (
|
|
29
|
+
// $$_: _i_in.Value,
|
|
30
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
31
|
+
// ) => _i_out.Type
|
|
32
|
+
// export type Types = (
|
|
33
|
+
// $$_: _i_in.Value,
|
|
34
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
35
|
+
// ) => _i_out.Types
|
|
36
|
+
// export type Dictionary = (
|
|
37
|
+
// $$_: _i_in.Value,
|
|
38
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
39
|
+
// ) => _i_out.Dictionary
|
|
40
|
+
// export type Signatures = (
|
|
41
|
+
// $$_: _i_in.Value,
|
|
42
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
43
|
+
// ) => _i_out.Signatures
|
|
44
|
+
// export type Resolvers = (
|
|
45
|
+
// $$_: _i_in.Value,
|
|
46
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
47
|
+
// ) => _i_out.Resolvers
|
|
48
|
+
// export type Resolve_Logic = (
|
|
49
|
+
// $$_: _i_in.Value,
|
|
50
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
51
|
+
// ) => _i_out.Resolve_Logic
|
|
52
|
+
// export type Group = (
|
|
53
|
+
// $$_: _i_in.Value,
|
|
54
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
55
|
+
// ) => _i_out.Group
|
|
56
|
+
// export type Schema = (
|
|
57
|
+
// $$_: _i_in.Value,
|
|
58
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
59
|
+
// ) => _i_out.Schema
|
|
60
|
+
// export type Schema_Tree = (
|
|
61
|
+
// $$_: _i_in.Value,
|
|
62
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
63
|
+
// ) => _i_out.Schema_Tree
|
|
64
|
+
// export type Schemas = (
|
|
65
|
+
// $$_: _i_in.Value,
|
|
66
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
67
|
+
// ) => _i_out.Schemas
|
|
68
|
+
// export type Imports = (
|
|
69
|
+
// $$_: _i_in.Value,
|
|
70
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
71
|
+
// ) => _i_out.Imports
|
|
72
|
+
// export type Type_Node = (
|
|
73
|
+
// $$_: _i_in.Value,
|
|
74
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
75
|
+
// ) => _i_out.Type_Node
|
|
76
|
+
// export type Type_Reference = (
|
|
77
|
+
// $$_: _i_in.Value,
|
|
78
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
79
|
+
// ) => _i_out.Type_Reference
|
|
80
|
+
// export type Type_Node_Reference = (
|
|
81
|
+
// $$_: _i_in.Value,
|
|
82
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
83
|
+
// ) => _i_out.Type_Node_Reference
|
|
84
|
+
// export type Signature_Parameters = (
|
|
85
|
+
// $$_: _i_in.Value,
|
|
86
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
87
|
+
// ) => _i_out.Signature_Parameters
|
|
88
|
+
// export type Signature = (
|
|
89
|
+
// $$_: _i_in.Value,
|
|
90
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
91
|
+
// ) => _i_out.Signature
|
|
92
|
+
// export type Relative_Value_Selection = (
|
|
93
|
+
// $$_: _i_in.Value,
|
|
94
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
95
|
+
// ) => _i_out.Relative_Value_Selection
|
|
96
|
+
// export type Lookup_Selection = (
|
|
97
|
+
// $$_: _i_in.Value,
|
|
98
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
99
|
+
// ) => _i_out.Lookup_Selection
|
|
100
|
+
// export type Constraint = (
|
|
101
|
+
// $$_: _i_in.Value,
|
|
102
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
103
|
+
// ) => _i_out.Constraint
|
|
104
|
+
// export type Option_Constraints = (
|
|
105
|
+
// $$_: _i_in.Value,
|
|
106
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
107
|
+
// ) => _i_out.Option_Constraints
|
|
108
|
+
// export type Property_Constraints = (
|
|
109
|
+
// $$_: _i_in.Value,
|
|
110
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
111
|
+
// ) => _i_out.Property_Constraints
|
|
112
|
+
// export type Reference_To_Property_Constraint = (
|
|
113
|
+
// $$_: _i_in.Value,
|
|
114
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
115
|
+
// ) => _i_out.Reference_To_Property_Constraint
|
|
116
|
+
// export type Property_Constraint = (
|
|
117
|
+
// $$_: _i_in.Value,
|
|
118
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
119
|
+
// ) => _i_out.Property_Constraint
|
|
120
|
+
// export type Optional_Value_Initialization = (
|
|
121
|
+
// $$_: _i_in.Value,
|
|
122
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
123
|
+
// ) => _i_out.Optional_Value_Initialization
|
|
124
|
+
// export type Node_Resolver_Group = (
|
|
125
|
+
// $$_: _i_in.Value,
|
|
126
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
127
|
+
// ) => _i_out.Node_Resolver_Group
|
|
128
|
+
// export type Node_Resolver_List_Result = (
|
|
129
|
+
// $$_: _i_in.Value,
|
|
130
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
131
|
+
// ) => _i_out.Node_Resolver_List_Result
|
|
132
|
+
// export type Benchmark = (
|
|
133
|
+
// $$_: _i_in.Value,
|
|
134
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
135
|
+
// ) => _i_out.Benchmark
|
|
136
|
+
// export type Type_Specification = (
|
|
137
|
+
// $$_: _i_in.Value,
|
|
138
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
139
|
+
// ) => _i_out.Type_Specification
|
|
140
|
+
// export type Node_Resolver = (
|
|
141
|
+
// $$_: _i_in.Value,
|
|
142
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
143
|
+
// ) => _i_out.Node_Resolver
|
|
144
|
+
// export type Guaranteed_Value_Selection = (
|
|
145
|
+
// $$_: _i_in.Value,
|
|
146
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
147
|
+
// ) => _i_out.Guaranteed_Value_Selection
|
|
148
|
+
// export type Possible_Value_Selection = (
|
|
149
|
+
// $$_: _i_in.Value,
|
|
150
|
+
// abort: _pi.Abort<Unmarshall_Error>,
|
|
151
|
+
// ) => _i_out.Possible_Value_Selection
|
|
152
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3NjaGVtYS91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxvREFBb0Q7QUFFcEQsa0RBQWtEO0FBQ2xELGlHQUFpRztBQUNqRyx3REFBd0Q7QUFFeEQsb0JBQW9CO0FBRXBCLDBDQUEwQztBQUUxQyxnQ0FBZ0M7QUFDaEMsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5Qyw0QkFBNEI7QUFFNUIsa0NBQWtDO0FBQ2xDLDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsOEJBQThCO0FBRTlCLDhCQUE4QjtBQUM5Qiw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLDBCQUEwQjtBQUUxQiwrQkFBK0I7QUFDL0IsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5QywyQkFBMkI7QUFFM0Isc0NBQXNDO0FBQ3RDLDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsa0NBQWtDO0FBRWxDLDJCQUEyQjtBQUMzQiw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLHVCQUF1QjtBQUV2Qiw0QkFBNEI7QUFDNUIsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5Qyx3QkFBd0I7QUFFeEIsaUNBQWlDO0FBQ2pDLDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsNkJBQTZCO0FBRTdCLGlDQUFpQztBQUNqQyw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLDZCQUE2QjtBQUU3QixnQ0FBZ0M7QUFDaEMsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5Qyw0QkFBNEI7QUFFNUIsb0NBQW9DO0FBQ3BDLDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsZ0NBQWdDO0FBRWhDLDRCQUE0QjtBQUM1Qiw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLHdCQUF3QjtBQUV4Qiw2QkFBNkI7QUFDN0IsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5Qyx5QkFBeUI7QUFFekIsa0NBQWtDO0FBQ2xDLDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsOEJBQThCO0FBRTlCLDhCQUE4QjtBQUM5Qiw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLDBCQUEwQjtBQUUxQiw4QkFBOEI7QUFDOUIsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5QywwQkFBMEI7QUFFMUIsZ0NBQWdDO0FBQ2hDLDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsNEJBQTRCO0FBRTVCLHFDQUFxQztBQUNyQyw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLGlDQUFpQztBQUVqQywwQ0FBMEM7QUFDMUMsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5QyxzQ0FBc0M7QUFFdEMsMkNBQTJDO0FBQzNDLDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsdUNBQXVDO0FBRXZDLGdDQUFnQztBQUNoQyw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLDRCQUE0QjtBQUU1QiwrQ0FBK0M7QUFDL0MsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5QywyQ0FBMkM7QUFFM0MsdUNBQXVDO0FBQ3ZDLDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsbUNBQW1DO0FBRW5DLGlDQUFpQztBQUNqQyw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLDZCQUE2QjtBQUU3Qix5Q0FBeUM7QUFDekMsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5QyxxQ0FBcUM7QUFFckMsMkNBQTJDO0FBQzNDLDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsdUNBQXVDO0FBRXZDLHVEQUF1RDtBQUN2RCw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLG1EQUFtRDtBQUVuRCwwQ0FBMEM7QUFDMUMsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5QyxzQ0FBc0M7QUFFdEMsb0RBQW9EO0FBQ3BELDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsZ0RBQWdEO0FBRWhELDBDQUEwQztBQUMxQyw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLHNDQUFzQztBQUV0QyxnREFBZ0Q7QUFDaEQsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5Qyw0Q0FBNEM7QUFFNUMsZ0NBQWdDO0FBQ2hDLDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsNEJBQTRCO0FBRTVCLHlDQUF5QztBQUN6Qyw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLHFDQUFxQztBQUVyQyxvQ0FBb0M7QUFDcEMsNEJBQTRCO0FBQzVCLDhDQUE4QztBQUM5QyxnQ0FBZ0M7QUFFaEMsaURBQWlEO0FBQ2pELDRCQUE0QjtBQUM1Qiw4Q0FBOEM7QUFDOUMsNkNBQTZDO0FBRTdDLCtDQUErQztBQUMvQyw0QkFBNEI7QUFDNUIsOENBQThDO0FBQzlDLDJDQUEyQyJ9
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
2
|
import * as d_load_pareto_document from "./to_be_generated/load_pareto_document";
|
|
3
3
|
import * as d_load_pareto_file from "./to_be_generated/load_pareto_file";
|
|
4
4
|
export declare namespace queries {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
2
|
import * as resources from "./resources";
|
|
3
3
|
import * as resources_exupery from "pareto-resources/dist/interface/resources";
|
|
4
4
|
import * as resources_fountain_pen from "../modules/pareto-fountain-pen-directory/interface/resources";
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import * as d_parse_result from "astn-core/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data";
|
|
2
|
-
|
|
2
|
+
import * as d_resolve from "../generated/pareto/core/resolve";
|
|
3
|
+
export type Error = ['parse error', d_parse_result.Error] | ['resolve errorx', d_resolve.Error];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
2
|
import * as d_astn_token from "astn-core/dist/interface/generated/pareto/schemas/token/data";
|
|
3
3
|
import * as d_astn_ast from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data";
|
|
4
4
|
import * as d_schema from "../generated/pareto/schemas/schema/data/resolved";
|
|
@@ -15,16 +15,26 @@ 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.$$ = void 0;
|
|
27
|
-
const _p = __importStar(require("pareto-core
|
|
37
|
+
const _p = __importStar(require("pareto-core/dist/command"));
|
|
28
38
|
//dependencies
|
|
29
39
|
const r_file_in_file_out_from_main = __importStar(require("../schemas/file_in_file_out/refiners/main"));
|
|
30
40
|
const s_path = __importStar(require("pareto-resources/dist/implementation/manual/schemas/path/serializers"));
|
|
@@ -56,4 +66,4 @@ const $$ = (deserializer) => _p.command_procedure(($p, $cr, $qr) => [
|
|
|
56
66
|
}),
|
|
57
67
|
]);
|
|
58
68
|
exports.$$ = $$;
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
69
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlX2ZpbGVfdG9fZmlsZV9jb21tYW5kLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvY29tbW9uX3Rvb2xfc2lnbmF0dXJlcy9pbXBsZW1lbnRhdGlvbi9tYW51YWwvY29tbWFuZF9jcmVhdG9ycy9jcmVhdGVfZmlsZV90b19maWxlX2NvbW1hbmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsNkRBQThDO0FBVTlDLGNBQWM7QUFDZCx3R0FBeUY7QUFDekYsNkdBQThGO0FBQzlGLHdGQUF5RTtBQWNsRSxNQUFNLEVBQUUsR0FBWSxDQUFDLFlBQVksRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLGlCQUFpQixDQUFDLENBQUMsRUFBRSxFQUFFLEdBQUcsRUFBRSxHQUFHLEVBQUUsRUFBRSxDQUFDO0lBRWhGLEVBQUUsQ0FBQyw2QkFBNkIsQ0FDNUI7UUFFSSxFQUFFLENBQUMsbUNBQW1DLENBQ2xDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyw0QkFBNEIsQ0FBQyxVQUFVLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLHdCQUF3QixFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUN6SCxDQUFDLEVBQUUsRUFBRSxFQUFFLENBQUM7WUFFSixFQUFFLENBQUMsS0FBSyxDQUNKLEdBQUcsQ0FBQyxXQUFXLENBQUMsQ0FDWixFQUFFLENBQUMsRUFBRSxFQUNMLENBQUMsQ0FBQyxFQUEwQixFQUFFO2dCQUMxQixPQUFPLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyxjQUFjLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQTtZQUNwRCxDQUFDLENBQ0osRUFDRCxDQUFDLENBQUMsRUFBRSxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7Z0JBQ1gsTUFBTSxFQUFFLEVBQUUsQ0FBQyxHQUFHO2dCQUNkLE1BQU0sRUFBRSxZQUFZLENBQ2hCLENBQUMsRUFDRCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsWUFBWSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQy9CO29CQUNJLEtBQUssRUFBRSxNQUFNLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUM7aUJBQ2pDLENBQ0o7YUFDSixDQUFDLEVBQ0YsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDO2dCQUNKLEdBQUcsQ0FBQyxZQUFZLENBQUMsQ0FBQyxPQUFPLENBQ3JCLEVBQUUsRUFDRixDQUFDLENBQUMsRUFBRSxFQUFFO29CQUNGLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLGNBQWMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFBO2dCQUNwRCxDQUFDLENBRUo7YUFDSixDQUNKO1NBQ0osQ0FDSjtLQUNKLEVBQ0QsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDO1FBQ0gsR0FBRyxDQUFDLFdBQVcsQ0FBQyxDQUFDLE9BQU8sQ0FDcEI7WUFDSSxPQUFPLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztTQUMzRCxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1lBQ0osV0FBVyxFQUFFLENBQUM7U0FDakIsQ0FBQyxDQUNMO0tBQ0osRUFDRDtRQUNJLFdBQVcsRUFBRSxDQUFDO0tBQ2pCLENBQ0o7Q0FDSixDQUFDLENBQUE7QUFyRFcsUUFBQSxFQUFFLE1BcURiIn0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
2
|
import * as signatures from "../../../interface/signatures";
|
|
3
3
|
export declare const $$: (func: _pi.Text_Deserializer<string>) => signatures.commands.stream_in_to_stream_out;
|
|
@@ -15,16 +15,26 @@ 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.$$ = void 0;
|
|
27
|
-
const _p = __importStar(require("pareto-core
|
|
37
|
+
const _p = __importStar(require("pareto-core/dist/command"));
|
|
28
38
|
const $$ = (func) => {
|
|
29
39
|
return _p.command_procedure(($p, $cr, $qr) => [
|
|
30
40
|
_p.create_error_handling_context([
|
|
@@ -50,4 +60,4 @@ const $$ = (func) => {
|
|
|
50
60
|
]);
|
|
51
61
|
};
|
|
52
62
|
exports.$$ = $$;
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
63
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlX3N0cmVhbV90b19zdHJlYW1fY29tbWFuZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2NvbW1vbl90b29sX3NpZ25hdHVyZXMvaW1wbGVtZW50YXRpb24vbWFudWFsL2NvbW1hbmRfY3JlYXRvcnMvY3JlYXRlX3N0cmVhbV90b19zdHJlYW1fY29tbWFuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSw2REFBOEM7QUFldkMsTUFBTSxFQUFFLEdBQUcsQ0FBQyxJQUFtQyxFQUErQyxFQUFFO0lBQ25HLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUN2QixDQUFDLEVBQUUsRUFBRSxHQUFHLEVBQUUsR0FBRyxFQUFFLEVBQUUsQ0FBQztRQUVkLEVBQUUsQ0FBQyw2QkFBNkIsQ0FDNUI7WUFDSSxFQUFFLENBQUMsS0FBSyxDQUNKLEdBQUcsQ0FBQyxtQkFBbUIsQ0FBQyxDQUNwQixJQUFJLEVBQ0osQ0FBQyxDQUFDLEVBQVksRUFBRSxDQUFDLENBQUMseUJBQXlCLEVBQUUsSUFBSSxDQUFDLENBQ3JELEVBQ0QsQ0FBQyxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQ2QsQ0FBQyxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyx3QkFBd0IsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUM5QyxFQUNELENBQUMsRUFBRSxFQUFFLEVBQUUsQ0FBQztnQkFDSixHQUFHLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxPQUFPLENBQzFCLEVBQUUsRUFDRixDQUFDLENBQUMsRUFBWSxFQUFFLENBQUMsQ0FBQywyQkFBMkIsRUFBRSxJQUFJLENBQUMsQ0FDdkQ7YUFDSixDQUNKO1NBQ0osRUFDRCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUM7WUFDSCxHQUFHLENBQUMsV0FBVyxDQUFDLENBQUMsT0FBTyxDQUNwQjtnQkFDSSxPQUFPLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO3dCQUNyQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDOzRCQUNYLEtBQUsseUJBQXlCLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQyxDQUFBOzRCQUNqRixLQUFLLHdCQUF3QixDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUE7NEJBQ3hELEtBQUssMkJBQTJCLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQyxDQUFBOzRCQUNyRixPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7d0JBQy9CLENBQUM7b0JBQ0wsQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUNQLEVBQ0QsQ0FBQyxDQUFDLEVBQWdCLEVBQUUsQ0FBQyxDQUFDO2dCQUNsQixXQUFXLEVBQUUsQ0FBQzthQUNqQixDQUFDLENBQ0w7U0FDSixFQUNELENBQUM7WUFDRyxXQUFXLEVBQUUsQ0FBQztTQUNqQixDQUFDLENBQ0w7S0FDSixDQUNKLENBQUE7QUFDTCxDQUFDLENBQUE7QUE5Q1ksUUFBQSxFQUFFLE1BOENkIn0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
2
|
import * as d_file_in_file_out from "../../../../../interface/to_be_generated/file_in_file_out";
|
|
3
3
|
export type Signature = _pi.Production<d_file_in_file_out.Path, d_file_in_file_out.Path_Error, string>;
|
|
4
4
|
export declare const Path: Signature;
|