pareto-liana 0.0.0 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/compile_temp_schemas.js +18 -8
- package/dist/bin/seal.d.ts +0 -2
- package/dist/bin/seal.js +15 -34
- package/dist/bin/serialize_schemas.js +18 -8
- package/dist/data/temporary_schemas/all.d.ts +1 -1
- package/dist/data/temporary_schemas/all.js +68 -58
- package/dist/data/temporary_schemas/pareto/schema_tree.astn.js +7 -15
- package/dist/data/temporary_schemas/{exupery → pareto}/schemas/implementation/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/{exupery → pareto}/schemas/implementation/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/implementation/$.resolvers.astn.js +210 -0
- package/dist/data/temporary_schemas/pareto/schemas/implementation/$.signatures.astn.js +14 -0
- package/dist/data/temporary_schemas/pareto/schemas/implementation/$.types.astn.js +210 -0
- package/dist/data/temporary_schemas/{exupery → pareto}/schemas/interface/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/{schema → interface}/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/interface/$.resolvers.astn.js +89 -0
- package/dist/data/temporary_schemas/{exupery → pareto}/schemas/interface/$.signatures.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/interface/$.types.astn.js +89 -0
- package/dist/data/temporary_schemas/pareto/schemas/typescript_light/$.globals.astn.d.ts +2 -0
- package/dist/data/temporary_schemas/{exupery → pareto}/schemas/typescript_light/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/typescript_light/$.module.astn.d.ts +2 -0
- package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_errors → typescript_light}/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto/schemas/typescript_light/$.types.astn.d.ts +2 -0
- package/dist/data/temporary_schemas/pareto/schemas/typescript_light/$.types.astn.js +186 -0
- package/dist/data/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +20 -1
- package/dist/data/temporary_schemas/{exupery → pareto-liana}/module.astn.js +1 -1
- package/dist/data/temporary_schemas/{exupery → pareto-liana}/operations.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-liana/schema_tree.astn.js +21 -0
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/module/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/module/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-liana/schemas/module/$.resolvers.astn.js +41 -0
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/module/$.signatures.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-liana/schemas/module/$.types.astn.js +19 -0
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/schema/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-liana/schemas/schema/$.resolvers.astn.js +599 -0
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/schema/$.signatures.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-liana/schemas/schema/$.types.astn.js +397 -0
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/unmarshall_errors/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/{exupery/schemas/typescript_light → pareto-liana/schemas/unmarshall_errors}/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/unmarshall_errors/$.types.astn.js +1 -1
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/unmarshall_result/$.globals.astn.js +1 -1
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/unmarshall_result/$.module.astn.js +1 -1
- package/dist/data/temporary_schemas/{pareto → pareto-liana}/schemas/unmarshall_result/$.types.astn.js +1 -1
- package/dist/data/temporary_schemas/pareto-resources/schema_tree.astn.js +39 -37
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_command_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_command_executable/$.types.astn.js +3 -3
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_query_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_query_executable/$.types.astn.js +4 -4
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_smelly_command_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_any_smelly_command_executable/$.types.astn.js +4 -4
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_command_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_command_executable/$.types.astn.js +3 -3
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_query_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_query_executable/$.types.astn.js +4 -4
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_query_executable_and_catch/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_query_executable_and_catch/$.types.astn.js +4 -4
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_smelly_command_executable/$.module.astn.js +4 -2
- package/dist/data/temporary_schemas/pareto-resources/schemas/execute_smelly_command_executable/$.types.astn.js +4 -4
- package/dist/data/temporary_schemas/pareto-resources/schemas/terminal_output/$.globals.astn.js +6 -0
- package/dist/data/temporary_schemas/pareto-resources/schemas/terminal_output/$.module.astn.js +8 -0
- package/dist/data/temporary_schemas/pareto-resources/schemas/terminal_output/$.types.astn.js +11 -0
- package/dist/implementation/generated/pareto/schemas/generic/unmarshall.d.ts +0 -0
- package/dist/implementation/generated/pareto/schemas/generic/unmarshall.js +307 -0
- package/dist/implementation/generated/pareto/schemas/schema/unmarshall.d.ts +0 -0
- package/dist/implementation/generated/pareto/schemas/schema/unmarshall.js +2265 -0
- package/dist/implementation/manual/commands/compile_temp_schemas.d.ts +4 -1
- package/dist/implementation/manual/commands/compile_temp_schemas.js +117 -85
- package/dist/implementation/manual/commands/seal.d.ts +0 -2
- package/dist/implementation/manual/commands/seal.js +63 -56
- package/dist/implementation/manual/commands/serialize_schemas.js +19 -9
- package/dist/implementation/manual/queries/load_pareto_document.d.ts +0 -2
- package/dist/implementation/manual/queries/load_pareto_document.js +31 -42
- package/dist/implementation/manual/queries/load_pareto_file.d.ts +0 -2
- package/dist/implementation/manual/queries/load_pareto_file.js +25 -35
- package/dist/implementation/manual/schemas/astn_authoring_target/refiners/unmarshall_result.d.ts +1 -1
- package/dist/implementation/manual/schemas/astn_authoring_target/refiners/unmarshall_result.js +41 -20
- package/dist/implementation/manual/schemas/load_pareto_document/transformers/fountain_pen.d.ts +1 -1
- package/dist/implementation/manual/schemas/load_pareto_document/transformers/fountain_pen.js +19 -9
- package/dist/implementation/manual/schemas/load_pareto_file/serializers.d.ts +1 -1
- package/dist/implementation/manual/schemas/load_pareto_file/serializers.js +18 -8
- package/dist/implementation/manual/schemas/load_pareto_file/transformers/fountain_pen.d.ts +1 -1
- package/dist/implementation/manual/schemas/load_pareto_file/transformers/fountain_pen.js +19 -9
- package/dist/implementation/manual/schemas/module/transformers/exupery_implementation.d.ts +1 -1
- package/dist/implementation/manual/schemas/module/transformers/exupery_implementation.js +19 -9
- package/dist/implementation/manual/schemas/module/transformers/exupery_interface.d.ts +1 -1
- package/dist/implementation/manual/schemas/module/transformers/exupery_interface.js +19 -9
- package/dist/implementation/manual/schemas/module/transformers/temp_typescript_implementation.js +21 -11
- package/dist/implementation/manual/schemas/module/transformers/temp_typescript_interface.js +21 -11
- package/dist/implementation/manual/schemas/schema/deserializers.d.ts +0 -12
- package/dist/implementation/manual/schemas/schema/deserializers.js +97 -100
- package/dist/implementation/manual/schemas/schema/transformers/astn_schema.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/astn_schema.js +44 -34
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_deserialize.d.ts +2 -2
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_deserialize.js +25 -15
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_main.d.ts +2 -2
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_main.js +21 -11
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_marshall.d.ts +3 -3
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_marshall.js +27 -17
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_migrate_boilerplate.d.ts +3 -3
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_migrate_boilerplate.js +28 -18
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_resolve.d.ts +3 -3
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_resolve.js +35 -25
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_serialize.d.ts +2 -2
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_serialize.js +25 -15
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_unmarshall.d.ts +3 -3
- package/dist/implementation/manual/schemas/schema/transformers/exupery_implementation_unmarshall.js +31 -21
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_deserialize.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_deserialize.js +19 -9
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_main.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_main.js +20 -10
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_marshall.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_marshall.js +19 -9
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_migrate_boilerplate.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_migrate_boilerplate.js +19 -9
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_resolve.d.ts +2 -2
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_resolve.js +22 -12
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_serialize.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_serialize.js +19 -9
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_types.d.ts +2 -2
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_types.js +24 -14
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_unmarshall.d.ts +1 -1
- package/dist/implementation/manual/schemas/schema/transformers/exupery_interface_unmarshall.js +19 -9
- package/dist/implementation/manual/schemas/unmarshall_errors/transformers/fountain_pen.d.ts +4 -0
- package/dist/implementation/manual/schemas/unmarshall_errors/transformers/fountain_pen.js +36 -12
- package/dist/implementation/manual/schemas/unmarshall_result/deserializers.d.ts +0 -15
- package/dist/implementation/manual/schemas/unmarshall_result/deserializers.js +50 -48
- package/dist/implementation/manual/schemas/unmarshall_result/refiners/astn_parse_tree.d.ts +2 -1
- package/dist/implementation/manual/schemas/unmarshall_result/refiners/astn_parse_tree.js +27 -13
- package/dist/implementation/manual/schemas/unmarshall_result/transformers/unmarshall_errors.js +22 -12
- package/dist/implementation/temp/resolve_generic.d.ts +61 -0
- package/dist/implementation/temp/resolve_generic.js +223 -0
- package/dist/implementation/temp/resolvers/module.d.ts +3 -3
- package/dist/implementation/temp/resolvers/module.js +68 -97
- package/dist/implementation/temp/resolvers/schema.d.ts +24 -24
- package/dist/implementation/temp/resolvers/schema.js +886 -1337
- package/dist/implementation/temp_flatten_dictionary.d.ts +4 -0
- package/dist/implementation/temp_flatten_dictionary.js +49 -0
- package/dist/interface/generated/pareto/core/resolve.d.ts +12 -0
- package/dist/interface/generated/pareto/{schemas/schema/data_types → core}/resolve.js +1 -1
- package/dist/interface/generated/pareto/core/unconstrained.d.ts +19 -0
- package/dist/interface/generated/pareto/core/unconstrained.js +3 -0
- package/dist/interface/generated/pareto/core/unresolved.d.ts +181 -0
- package/dist/interface/generated/pareto/core/unresolved.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/data/resolved.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/astn_schema/data/unresolved.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/astn_schema/resolve.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/module/data/resolved.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/module/data/unresolved.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/module/resolve.d.ts +4 -2
- package/dist/interface/generated/pareto/schemas/parse_tree/data.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/schema/data/resolved.d.ts +18 -5
- package/dist/interface/generated/pareto/schemas/schema/data/unresolved.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/schema/resolve.d.ts +38 -37
- package/dist/interface/generated/pareto/schemas/schema/unmarshall.d.ts +0 -0
- package/dist/interface/generated/pareto/schemas/schema/unmarshall.js +152 -0
- package/dist/interface/generated/pareto/schemas/token/data.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/data.d.ts +1 -1
- package/dist/interface/resources.d.ts +1 -1
- package/dist/interface/signatures.d.ts +1 -1
- package/dist/interface/to_be_generated/deserialize_schema.d.ts +2 -1
- package/dist/interface/to_be_generated/temp_unmashall_result.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +18 -8
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +20 -10
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +19 -9
- package/dist/modules/common_tool_signatures/interface/signatures.d.ts +1 -1
- package/dist/modules/pareto-fountain-pen-directory/implementation/manual/commands/console_error.js +19 -9
- package/dist/modules/pareto-fountain-pen-directory/implementation/manual/commands/console_log.js +19 -9
- package/dist/modules/pareto-fountain-pen-directory/implementation/manual/commands/write_to_directory.js +20 -10
- package/dist/modules/pareto-fountain-pen-directory/implementation/manual/commands/write_to_file.js +23 -12
- package/dist/modules/pareto-fountain-pen-directory/implementation/manual/schemas/path/transformers/path.js +23 -12
- package/dist/modules/pareto-fountain-pen-directory/interface/resources.d.ts +1 -1
- package/dist/modules/pareto-fountain-pen-directory/interface/signatures.d.ts +1 -1
- package/dist/modules/pareto-fountain-pen-directory/interface/to_be_generated/write_to_dictionary.d.ts +1 -1
- package/dist/shorthands/module.js +18 -8
- package/dist/shorthands/schema.js +18 -8
- package/package.json +4 -5
- package/dist/data/temporary_schemas/exupery/schema_tree.astn.js +0 -13
- package/dist/data/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +0 -199
- package/dist/data/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +0 -13
- package/dist/data/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +0 -199
- package/dist/data/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +0 -89
- package/dist/data/temporary_schemas/exupery/schemas/interface/$.types.astn.js +0 -89
- package/dist/data/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +0 -139
- package/dist/data/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +0 -45
- package/dist/data/temporary_schemas/pareto/schemas/module/$.types.astn.js +0 -20
- package/dist/data/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +0 -600
- package/dist/data/temporary_schemas/pareto/schemas/schema/$.types.astn.js +0 -397
- package/dist/interface/generated/pareto/schemas/module/data_types/resolve.d.ts +0 -15
- package/dist/interface/generated/pareto/schemas/module/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/schema/data_types/resolve.d.ts +0 -410
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_errors → implementation}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_errors → implementation}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{module → implementation}/$.resolvers.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{module → implementation}/$.signatures.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_errors → implementation}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_result → interface}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_result → interface}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{schema → interface}/$.resolvers.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{schema → interface}/$.signatures.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/pareto/schemas/{unmarshall_result → interface}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery → pareto-liana}/module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery → pareto-liana}/operations.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery → pareto-liana}/schema_tree.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/implementation → pareto-liana/schemas/module}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/implementation → pareto-liana/schemas/module}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/implementation → pareto-liana/schemas/module}/$.resolvers.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/implementation → pareto-liana/schemas/module}/$.signatures.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/implementation → pareto-liana/schemas/module}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.resolvers.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.signatures.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/interface → pareto-liana/schemas/schema}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/typescript_light → pareto-liana/schemas/unmarshall_errors}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/typescript_light → pareto-liana/schemas/unmarshall_errors}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{exupery/schemas/typescript_light → pareto-liana/schemas/unmarshall_errors}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/module → pareto-liana/schemas/unmarshall_result}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/module → pareto-liana/schemas/unmarshall_result}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/module → pareto-liana/schemas/unmarshall_result}/$.types.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/schema → pareto-resources/schemas/terminal_output}/$.globals.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/schema → pareto-resources/schemas/terminal_output}/$.module.astn.d.ts +0 -0
- /package/dist/data/temporary_schemas/{pareto/schemas/schema → pareto-resources/schemas/terminal_output}/$.types.astn.d.ts +0 -0
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// import * as _pi from 'pareto-core/dist/interface'
|
|
3
|
+
// import * as _ea from 'pareto-core/dist/refiner'
|
|
4
|
+
// import * as t from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data"
|
|
5
|
+
// import * as unconstrained from "../../../../../interface/generated/pareto/core/unconstrained"
|
|
6
|
+
// import * as unresolved from "../../../../../interface/generated/pareto/core/unresolved"
|
|
7
|
+
// export const process_unconstrained_state_group = <Mapped_Value>(
|
|
8
|
+
// $: t.Value,
|
|
9
|
+
// $p: {
|
|
10
|
+
// 'states': _pi.Dictionary<($: t.Value) => Mapped_Value>,
|
|
11
|
+
// }
|
|
12
|
+
// ): Mapped_Value => {
|
|
13
|
+
// return _ea.sg($.type, ($) => {
|
|
14
|
+
// switch ($[0]) {
|
|
15
|
+
// case 'concrete': return _ea.ss($, ($) => _ea.sg($, ($) => {
|
|
16
|
+
// switch ($[0]) {
|
|
17
|
+
// case 'state group': return _ea.ss($, ($) => {
|
|
18
|
+
// const data = $
|
|
19
|
+
// return $p.states.__get_possible_entry(
|
|
20
|
+
// $xxxx
|
|
21
|
+
// ).__decide(
|
|
22
|
+
// ($) => $(data),
|
|
23
|
+
// () => _ea.fixme_abort(`Unexpected state: ${$.state.value}`)
|
|
24
|
+
// )
|
|
25
|
+
// })
|
|
26
|
+
// default: return _ea.fixme_abort(`Unexpected type for state group: ${$[0]}`)
|
|
27
|
+
// }
|
|
28
|
+
// }))
|
|
29
|
+
// default: return _ea.fixme_abort(`Unexpected type for state group: ${$[0]}`)
|
|
30
|
+
// }
|
|
31
|
+
// })
|
|
32
|
+
// }
|
|
33
|
+
// export const process_unresolved_state_group = <Mapped_Value>(
|
|
34
|
+
// $: t.Value,
|
|
35
|
+
// $p: {
|
|
36
|
+
// 'states': _pi.Dictionary<($: t.Value) => Mapped_Value>,
|
|
37
|
+
// }
|
|
38
|
+
// ): unresolved.State_Group<Mapped_Value> => {
|
|
39
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
40
|
+
// switch ($[0]) {
|
|
41
|
+
// case 'tagged value': return _ea.ss($, ($) => {
|
|
42
|
+
// const data = $.value
|
|
43
|
+
// return {
|
|
44
|
+
// 'location': $["|"].range,
|
|
45
|
+
// 'state group': $p.states.__get_possible_entry(
|
|
46
|
+
// $.state.value
|
|
47
|
+
// ).__decide(
|
|
48
|
+
// ($) => $(data),
|
|
49
|
+
// () => _ea.fixme_abort(`Unexpected state: ${$.state.value}`)
|
|
50
|
+
// )
|
|
51
|
+
// }
|
|
52
|
+
// })
|
|
53
|
+
// default: return _ea.fixme_abort(`Unexpected type for state group: ${$[0]}`)
|
|
54
|
+
// }
|
|
55
|
+
// })
|
|
56
|
+
// }
|
|
57
|
+
// export const process_group = <Mapped_Value>(
|
|
58
|
+
// $: t.Value,
|
|
59
|
+
// $p: {
|
|
60
|
+
// 'properties': ($: _pi.Dictionary<t.Value>) => Mapped_Value,
|
|
61
|
+
// }
|
|
62
|
+
// ): Mapped_Value => {
|
|
63
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
64
|
+
// switch ($[0]) {
|
|
65
|
+
// case 'indexed collection': return _ea.ss($, ($) => _ea.deprecated_cc($, ($) => {
|
|
66
|
+
// switch ($[0]) {
|
|
67
|
+
// case 'verbose group': return _ea.ss($, ($) => {
|
|
68
|
+
// return $p.properties(_ea.deprecated_build_dictionary(($i) => {
|
|
69
|
+
// $.entries.__for_each(($) => {
|
|
70
|
+
// $i['add entry']($.key.value, $.value.__decide(
|
|
71
|
+
// ($) => $.value,
|
|
72
|
+
// () => _ea.fixme_abort(`no value for property: ${$.key.value}`)
|
|
73
|
+
// ))
|
|
74
|
+
// })
|
|
75
|
+
// }))
|
|
76
|
+
// })
|
|
77
|
+
// default: return _ea.fixme_abort(`Unexpected type for group: ${$[0]}`)
|
|
78
|
+
// }
|
|
79
|
+
// }))
|
|
80
|
+
// default: return _ea.fixme_abort(`Unexpected type for group: ${$[0]}`)
|
|
81
|
+
// }
|
|
82
|
+
// })
|
|
83
|
+
// }
|
|
84
|
+
// export const get_entry = (
|
|
85
|
+
// $: _pi.Dictionary<t.Value>,
|
|
86
|
+
// $p: {
|
|
87
|
+
// 'key': string,
|
|
88
|
+
// }
|
|
89
|
+
// ): t.Value => {
|
|
90
|
+
// return $.__get_possible_entry($p.key).__decide(
|
|
91
|
+
// ($) => $,
|
|
92
|
+
// () => _ea.fixme_abort(`no such entry: ${$p.key}`)
|
|
93
|
+
// )
|
|
94
|
+
// }
|
|
95
|
+
// export const process_unresolved_dictionary = <Mapped_Value>(
|
|
96
|
+
// $: t.Value,
|
|
97
|
+
// $p: {
|
|
98
|
+
// 'value': ($: t.Value) => Mapped_Value
|
|
99
|
+
// }
|
|
100
|
+
// ): unresolved.Dictionary<Mapped_Value> => {
|
|
101
|
+
// return _ea.deprecated_cc($.type, ($) => {
|
|
102
|
+
// switch ($[0]) {
|
|
103
|
+
// case 'indexed collection': return _ea.ss($, ($) => _ea.deprecated_cc($, ($) => {
|
|
104
|
+
// switch ($[0]) {
|
|
105
|
+
// case 'dictionary': return _ea.ss($, ($) => {
|
|
106
|
+
// return {
|
|
107
|
+
// 'location': {
|
|
108
|
+
// 'start': $["{"].range.start,
|
|
109
|
+
// 'end': $["}"].range.end,
|
|
110
|
+
// },
|
|
111
|
+
// 'dictionary': _ea.deprecated_build_dictionary(($i) => {
|
|
112
|
+
// $.entries.__for_each(($) => {
|
|
113
|
+
// const key_location = $.key.range
|
|
114
|
+
// $i['add entry']($.key.value, $.value.__decide(
|
|
115
|
+
// ($) => ({
|
|
116
|
+
// 'location': key_location,
|
|
117
|
+
// 'entry': $p.value($.value),
|
|
118
|
+
// }),
|
|
119
|
+
// () => _ea.fixme_abort(`no value for property: ${$.key.value}`)
|
|
120
|
+
// ))
|
|
121
|
+
// })
|
|
122
|
+
// })
|
|
123
|
+
// }
|
|
124
|
+
// })
|
|
125
|
+
// default: return _ea.fixme_abort(`Unexpected type for dictionary: ${$[0]}`)
|
|
126
|
+
// }
|
|
127
|
+
// }))
|
|
128
|
+
// default: return _ea.fixme_abort(`Unexpected type for dictionary: ${$[0]}`)
|
|
129
|
+
// }
|
|
130
|
+
// })
|
|
131
|
+
// }
|
|
132
|
+
// export const process_unconstrained_dictionary = <Mapped_Value>(
|
|
133
|
+
// $: t.Value,
|
|
134
|
+
// $p: {
|
|
135
|
+
// 'value': ($: t.Value) => Mapped_Value
|
|
136
|
+
// }
|
|
137
|
+
// ): unconstrained.Dictionary<Mapped_Value> => {
|
|
138
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
139
|
+
// switch ($[0]) {
|
|
140
|
+
// case 'indexed collection': return _ea.ss($, ($) => _ea.deprecated_cc($, ($) => {
|
|
141
|
+
// switch ($[0]) {
|
|
142
|
+
// case 'dictionary': return _ea.ss($, ($) => {
|
|
143
|
+
// return _ea.deprecated_build_dictionary(($i) => {
|
|
144
|
+
// $.entries.__for_each(($) => {
|
|
145
|
+
// $i['add entry']($.key.value, $.value.__decide(
|
|
146
|
+
// ($) => $p.value($.value),
|
|
147
|
+
// () => _ea.fixme_abort(`no value for property: ${$.key.value}`)
|
|
148
|
+
// ))
|
|
149
|
+
// })
|
|
150
|
+
// })
|
|
151
|
+
// })
|
|
152
|
+
// default: return _ea.fixme_abort(`Unexpected type for dictionary: ${$[0]}`)
|
|
153
|
+
// }
|
|
154
|
+
// }))
|
|
155
|
+
// default: return _ea.fixme_abort(`Unexpected type for dictionary: ${$[0]}`)
|
|
156
|
+
// }
|
|
157
|
+
// })
|
|
158
|
+
// }
|
|
159
|
+
// export const process_number = (
|
|
160
|
+
// $: t.Value,
|
|
161
|
+
// $p: {
|
|
162
|
+
// // 'deserializer': ($: string, $p: null) => number
|
|
163
|
+
// }
|
|
164
|
+
// ): number => {
|
|
165
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
166
|
+
// switch ($[0]) {
|
|
167
|
+
// case 'string': return _ea.ss($, ($) => $p.deserializer($.value, null))
|
|
168
|
+
// default: return _ea.fixme_abort(`Unexpected type for number: ${$[0]}`)
|
|
169
|
+
// }
|
|
170
|
+
// })
|
|
171
|
+
// }
|
|
172
|
+
// export const process_boolean = (
|
|
173
|
+
// $: t.Value,
|
|
174
|
+
// $p: {
|
|
175
|
+
// // 'deserializer': ($: string, $p: null) => boolean
|
|
176
|
+
// }
|
|
177
|
+
// ): boolean => {
|
|
178
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
179
|
+
// switch ($[0]) {
|
|
180
|
+
// case 'string': return _ea.ss($, ($) => $p.deserializer($.value, null))
|
|
181
|
+
// default: return _ea.fixme_abort(`Unexpected type for boolean: ${$[0]}`)
|
|
182
|
+
// }
|
|
183
|
+
// })
|
|
184
|
+
// }
|
|
185
|
+
// export const process_text = (
|
|
186
|
+
// $: t.Value,
|
|
187
|
+
// $p: null
|
|
188
|
+
// ): string => {
|
|
189
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
190
|
+
// switch ($[0]) {
|
|
191
|
+
// case 'string': return _ea.ss($, ($) => $.value)
|
|
192
|
+
// default: return _ea.fixme_abort(`Unexpected type for text: ${$[0]}`)
|
|
193
|
+
// }
|
|
194
|
+
// })
|
|
195
|
+
// }
|
|
196
|
+
// export const process_unresolved_list = <Mapped_Value>(
|
|
197
|
+
// $: t.Value,
|
|
198
|
+
// $p: {
|
|
199
|
+
// 'value': ($: t.Value) => Mapped_Value
|
|
200
|
+
// }
|
|
201
|
+
// ): unresolved.List<Mapped_Value> => {
|
|
202
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
203
|
+
// switch ($[0]) {
|
|
204
|
+
// case 'ordered collection': return _ea.ss($, ($) => _ea.deprecated_cc($, ($) => {
|
|
205
|
+
// switch ($[0]) {
|
|
206
|
+
// case 'list': return _ea.ss($, ($) => {
|
|
207
|
+
// const temp = $["["]
|
|
208
|
+
// return {
|
|
209
|
+
// 'location': $["["].range,
|
|
210
|
+
// 'list': $["elements"].__l_map(($) => ({
|
|
211
|
+
// 'location': temp.range,
|
|
212
|
+
// 'element': $p.value($.value)
|
|
213
|
+
// }))
|
|
214
|
+
// }
|
|
215
|
+
// })
|
|
216
|
+
// default: return _ea.fixme_abort(`Unexpected type for list: ${$[0]}`)
|
|
217
|
+
// }
|
|
218
|
+
// }))
|
|
219
|
+
// default: return _ea.fixme_abort(`Unexpected type for list: ${$[0]}`)
|
|
220
|
+
// }
|
|
221
|
+
// })
|
|
222
|
+
// }
|
|
223
|
+
// export const process_unconstrained_list = <Mapped_Value>(
|
|
224
|
+
// $: t.Value,
|
|
225
|
+
// $p: {
|
|
226
|
+
// 'value': ($: t.Value) => Mapped_Value
|
|
227
|
+
// }
|
|
228
|
+
// ): unconstrained.List<Mapped_Value> => {
|
|
229
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
230
|
+
// switch ($[0]) {
|
|
231
|
+
// case 'ordered collection': return _ea.ss($, ($) => _ea.deprecated_cc($, ($) => {
|
|
232
|
+
// switch ($[0]) {
|
|
233
|
+
// case 'list': return _ea.ss($, ($) => {
|
|
234
|
+
// return $["elements"].__l_map(($) => $p.value($.value))
|
|
235
|
+
// })
|
|
236
|
+
// default: return _ea.fixme_abort(`Unexpected type for list: ${$[0]}`)
|
|
237
|
+
// }
|
|
238
|
+
// }))
|
|
239
|
+
// default: return _ea.fixme_abort(`Unexpected type for list: ${$[0]}`)
|
|
240
|
+
// }
|
|
241
|
+
// })
|
|
242
|
+
// }
|
|
243
|
+
// export const process_optional = <Mapped_Value>(
|
|
244
|
+
// $: t.Value,
|
|
245
|
+
// $p: {
|
|
246
|
+
// 'value': ($: t.Value) => Mapped_Value
|
|
247
|
+
// }
|
|
248
|
+
// ): _pi.Optional_Value<Mapped_Value> => {
|
|
249
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
250
|
+
// switch ($[0]) {
|
|
251
|
+
// case 'not set': return _ea.ss($, ($) => _ea.optional.not_set())
|
|
252
|
+
// case 'set optional value': return _ea.ss($, ($) => _ea.optional.set($p.value($.value)))
|
|
253
|
+
// default: return _ea.fixme_abort(`Unexpected type for nothing: ${$[0]}`)
|
|
254
|
+
// }
|
|
255
|
+
// })
|
|
256
|
+
// }
|
|
257
|
+
// export const process_nothing = (
|
|
258
|
+
// $: t.Value,
|
|
259
|
+
// $p: null
|
|
260
|
+
// ): null => {
|
|
261
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
262
|
+
// switch ($[0]) {
|
|
263
|
+
// case 'not set': return _ea.ss($, ($) => null)
|
|
264
|
+
// default: return _ea.fixme_abort(`Unexpected type for nothing: ${$[0]}`)
|
|
265
|
+
// }
|
|
266
|
+
// })
|
|
267
|
+
// }
|
|
268
|
+
// export const process_selected_reference = <Mapped_Value>(
|
|
269
|
+
// $: t.Value,
|
|
270
|
+
// $p: null
|
|
271
|
+
// ): unresolved.Reference_To_Normal_Dictionary_Entry<Mapped_Value> => {
|
|
272
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
273
|
+
// switch ($[0]) {
|
|
274
|
+
// case 'string': return _ea.ss($, ($) => ({
|
|
275
|
+
// 'key': $.value,
|
|
276
|
+
// 'location': $.range,
|
|
277
|
+
// }))
|
|
278
|
+
// default: return _ea.fixme_abort(`Unexpected type for selected reference key: ${$[0]}`)
|
|
279
|
+
// }
|
|
280
|
+
// })
|
|
281
|
+
// }
|
|
282
|
+
// export const process_stack_reference = <Mapped_Value>(
|
|
283
|
+
// $: t.Value,
|
|
284
|
+
// $p: null
|
|
285
|
+
// ): unresolved.Reference_To_Stacked_Dictionary_Entry<Mapped_Value> => {
|
|
286
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
287
|
+
// switch ($[0]) {
|
|
288
|
+
// case 'string': return _ea.ss($, ($) => ({
|
|
289
|
+
// 'key': $.value,
|
|
290
|
+
// 'location': $.range,
|
|
291
|
+
// }))
|
|
292
|
+
// default: return _ea.fixme_abort(`Unexpected type for selected reference key: ${$[0]}`)
|
|
293
|
+
// }
|
|
294
|
+
// })
|
|
295
|
+
// }
|
|
296
|
+
// export const process_derived_reference = (
|
|
297
|
+
// $: t.Value,
|
|
298
|
+
// $p: null
|
|
299
|
+
// ): null => {
|
|
300
|
+
// return _ea.deprecated_cc($, ($) => {
|
|
301
|
+
// switch ($[0]) {
|
|
302
|
+
// case 'not set': return _ea.ss($, ($) => null)
|
|
303
|
+
// default: return _ea.fixme_abort(`Unexpected type for derived reference: ${$[0]}`)
|
|
304
|
+
// }
|
|
305
|
+
// })
|
|
306
|
+
// }
|
|
307
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZ2VuZXJpYy91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxvREFBb0Q7QUFDcEQsa0RBQWtEO0FBRWxELHlGQUF5RjtBQUN6RixnR0FBZ0c7QUFDaEcsMEZBQTBGO0FBRTFGLG1FQUFtRTtBQUNuRSxrQkFBa0I7QUFDbEIsWUFBWTtBQUNaLGtFQUFrRTtBQUNsRSxRQUFRO0FBRVIsdUJBQXVCO0FBQ3ZCLHFDQUFxQztBQUNyQywwQkFBMEI7QUFDMUIsMEVBQTBFO0FBQzFFLGtDQUFrQztBQUNsQyxvRUFBb0U7QUFDcEUseUNBQXlDO0FBQ3pDLGlFQUFpRTtBQUNqRSxvQ0FBb0M7QUFDcEMsc0NBQXNDO0FBQ3RDLDhDQUE4QztBQUM5QywwRkFBMEY7QUFDMUYsNEJBQTRCO0FBQzVCLHlCQUF5QjtBQUN6QixrR0FBa0c7QUFDbEcsb0JBQW9CO0FBQ3BCLGtCQUFrQjtBQUNsQiwwRkFBMEY7QUFDMUYsWUFBWTtBQUNaLFNBQVM7QUFDVCxJQUFJO0FBRUosZ0VBQWdFO0FBQ2hFLGtCQUFrQjtBQUNsQixZQUFZO0FBQ1osa0VBQWtFO0FBQ2xFLFFBQVE7QUFFUiwrQ0FBK0M7QUFDL0MsMkNBQTJDO0FBQzNDLDBCQUEwQjtBQUMxQiw2REFBNkQ7QUFDN0QsdUNBQXVDO0FBQ3ZDLDJCQUEyQjtBQUMzQixnREFBZ0Q7QUFDaEQscUVBQXFFO0FBQ3JFLHdDQUF3QztBQUN4QyxrQ0FBa0M7QUFDbEMsMENBQTBDO0FBQzFDLHNGQUFzRjtBQUN0Rix3QkFBd0I7QUFDeEIsb0JBQW9CO0FBQ3BCLGlCQUFpQjtBQUNqQiwwRkFBMEY7QUFDMUYsWUFBWTtBQUNaLFNBQVM7QUFDVCxJQUFJO0FBRUosK0NBQStDO0FBQy9DLGtCQUFrQjtBQUNsQixZQUFZO0FBQ1os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
|
|
File without changes
|