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,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.$ = void 0;
|
|
4
|
-
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
-
exports.$ = (0, schema_1.resolvers)({
|
|
6
|
-
"Operations": (0, schema_1.resolver)(schema_1.r.dictionary(schema_1.r.state_group({
|
|
7
|
-
"operation": (0, schema_1.state)(schema_1.r.group({
|
|
8
|
-
"type parameters": schema_1.r.component_external("schema", "Type Parameters", {}, {}),
|
|
9
|
-
"context": schema_1.r.component_external("schema", "Type Node", {
|
|
10
|
-
"globals": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
11
|
-
"type parameters": schema_1.av.required(schema_1.gvs.sibling("type parameters", [schema_1.vst.component()])),
|
|
12
|
-
"imports": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
13
|
-
}, {
|
|
14
|
-
"noncircular sibling types": schema_1.al.not_set(),
|
|
15
|
-
"possibly circular dependent sibling types": schema_1.al.not_set(),
|
|
16
|
-
}),
|
|
17
|
-
"parameters": schema_1.r.dictionary(schema_1.r.component_external("schema", "Type Node", {
|
|
18
|
-
"globals": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
19
|
-
"type parameters": schema_1.av.required(schema_1.gvs.sibling("type parameters", [schema_1.vst.component()])),
|
|
20
|
-
"imports": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
21
|
-
}, {
|
|
22
|
-
"noncircular sibling types": schema_1.al.not_set(),
|
|
23
|
-
"possibly circular dependent sibling types": schema_1.al.not_set(),
|
|
24
|
-
})),
|
|
25
|
-
"result": schema_1.r.component_external("schema", "Type Node", {
|
|
26
|
-
"globals": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
27
|
-
"type parameters": schema_1.av.required(schema_1.gvs.sibling("type parameters", [schema_1.vst.component()])),
|
|
28
|
-
"imports": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
29
|
-
}, {
|
|
30
|
-
"noncircular sibling types": schema_1.al.not_set(),
|
|
31
|
-
"possibly circular dependent sibling types": schema_1.al.not_set(),
|
|
32
|
-
}),
|
|
33
|
-
})),
|
|
34
|
-
"set": (0, schema_1.state)(schema_1.r.component("Operations", null, null))
|
|
35
|
-
}))),
|
|
36
|
-
"Module": (0, schema_1.resolver)(schema_1.r.group({
|
|
37
|
-
"schema tree": schema_1.r.component_external("schema", "Schema Tree", {}, {
|
|
38
|
-
"sibling schemas": schema_1.al.empty_stack(),
|
|
39
|
-
}),
|
|
40
|
-
"operations": schema_1.r.component("Operations", {
|
|
41
|
-
//"globals": avs.sibling("operation globals", [])
|
|
42
|
-
}, {}),
|
|
43
|
-
})),
|
|
44
|
-
});
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5yZXNvbHZlcnMuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9kYXRhL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by9zY2hlbWFzL21vZHVsZS8kLnJlc29sdmVycy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDZEQUF1RztBQUkxRixRQUFBLENBQUMsR0FBaUIsSUFBQSxrQkFBUyxFQUNwQztJQUNJLFlBQVksRUFBRSxJQUFBLGlCQUFRLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsV0FBVyxDQUFDO1FBQzlDLFdBQVcsRUFBRSxJQUFBLGNBQUssRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1lBQ3ZCLGlCQUFpQixFQUFFLFVBQUMsQ0FBQyxrQkFBa0IsQ0FBQyxRQUFRLEVBQUUsaUJBQWlCLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQztZQUM1RSxTQUFTLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxXQUFXLEVBQUU7Z0JBQ25ELFNBQVMsRUFBRSxXQUFFLENBQUMsUUFBUSxDQUFDLFlBQUcsQ0FBQyxPQUFPLEVBQUUsQ0FBQztnQkFDckMsaUJBQWlCLEVBQUUsV0FBRSxDQUFDLFFBQVEsQ0FBQyxZQUFHLENBQUMsT0FBTyxDQUFDLGlCQUFpQixFQUFFLENBQUMsWUFBRyxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsQ0FBQztnQkFDakYsU0FBUyxFQUFFLFdBQUUsQ0FBQyxRQUFRLENBQUMsWUFBRyxDQUFDLE9BQU8sRUFBRSxDQUFDO2FBQ3hDLEVBQUU7Z0JBQ0MsMkJBQTJCLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTtnQkFDekMsMkNBQTJDLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTthQUM1RCxDQUFDO1lBQ0YsWUFBWSxFQUFFLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxXQUFXLEVBQUU7Z0JBQ25FLFNBQVMsRUFBRSxXQUFFLENBQUMsUUFBUSxDQUFDLFlBQUcsQ0FBQyxPQUFPLEVBQUUsQ0FBQztnQkFDckMsaUJBQWlCLEVBQUUsV0FBRSxDQUFDLFFBQVEsQ0FBQyxZQUFHLENBQUMsT0FBTyxDQUFDLGlCQUFpQixFQUFFLENBQUMsWUFBRyxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsQ0FBQztnQkFDakYsU0FBUyxFQUFFLFdBQUUsQ0FBQyxRQUFRLENBQUMsWUFBRyxDQUFDLE9BQU8sRUFBRSxDQUFDO2FBQ3hDLEVBQUU7Z0JBQ0MsMkJBQTJCLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTtnQkFDekMsMkNBQTJDLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTthQUM1RCxDQUFDLENBQUM7WUFDSCxRQUFRLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxXQUFXLEVBQUU7Z0JBQ2xELFNBQVMsRUFBRSxXQUFFLENBQUMsUUFBUSxDQUFDLFlBQUcsQ0FBQyxPQUFPLEVBQUUsQ0FBQztnQkFDckMsaUJBQWlCLEVBQUUsV0FBRSxDQUFDLFFBQVEsQ0FBQyxZQUFHLENBQUMsT0FBTyxDQUFDLGlCQUFpQixFQUFFLENBQUMsWUFBRyxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsQ0FBQztnQkFDakYsU0FBUyxFQUFFLFdBQUUsQ0FBQyxRQUFRLENBQUMsWUFBRyxDQUFDLE9BQU8sRUFBRSxDQUFDO2FBQ3hDLEVBQUU7Z0JBQ0MsMkJBQTJCLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTtnQkFDekMsMkNBQTJDLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTthQUM1RCxDQUFDO1NBQ0wsQ0FBQyxDQUFDO1FBQ0gsS0FBSyxFQUFFLElBQUEsY0FBSyxFQUFDLFVBQUMsQ0FBQyxTQUFTLENBQUMsWUFBWSxFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQztLQUN0RCxDQUFDLENBQUMsQ0FBQztJQUVKLFFBQVEsRUFBRSxJQUFBLGlCQUFRLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUN2QixhQUFhLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxhQUFhLEVBQUUsRUFBRSxFQUFFO1lBQzdELGlCQUFpQixFQUFFLFdBQUUsQ0FBQyxXQUFXLEVBQUU7U0FDdEMsQ0FBQztRQUNGLFlBQVksRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLFlBQVksRUFBRTtRQUNwQyxpREFBaUQ7U0FDcEQsRUFBRSxFQUFFLENBQUM7S0FDVCxDQUFDLENBQUM7Q0FDTixDQUFDLENBQUEifQ==
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.$ = void 0;
|
|
4
|
-
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
-
exports.$ = (0, schema_1.types)({
|
|
6
|
-
"Operations": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.state_group({
|
|
7
|
-
"operation": (0, schema_1.tstate)(schema_1.t.group({
|
|
8
|
-
"type parameters": (0, schema_1.prop)(schema_1.t.component_external("schema", "Type Parameters")),
|
|
9
|
-
"context": (0, schema_1.prop)(schema_1.t.component_external("schema", "Type Node")),
|
|
10
|
-
"parameters": (0, schema_1.prop)(schema_1.t.dictionary(schema_1.t.component_external("schema", "Type Node"))),
|
|
11
|
-
"result": (0, schema_1.prop)(schema_1.t.component_external("schema", "Type Node")),
|
|
12
|
-
})),
|
|
13
|
-
"set": (0, schema_1.tstate)(schema_1.t.component_cyclic("Operations")),
|
|
14
|
-
}))),
|
|
15
|
-
"Module": (0, schema_1.type)(schema_1.t.group({
|
|
16
|
-
"schema tree": (0, schema_1.prop)(schema_1.t.component_external("schema", "Schema Tree")),
|
|
17
|
-
"operations": (0, schema_1.prop)(schema_1.t.component("Operations")),
|
|
18
|
-
})),
|
|
19
|
-
});
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2RhdGEvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvL3NjaGVtYXMvbW9kdWxlLyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSw2REFPeUM7QUFJNUIsUUFBQSxDQUFDLEdBQWEsSUFBQSxjQUFLLEVBQzVCO0lBQ0ksWUFBWSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUMxQyxXQUFXLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztZQUN4QixpQkFBaUIsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsa0JBQWtCLENBQUMsUUFBUSxFQUFFLGlCQUFpQixDQUFDLENBQUM7WUFDMUUsU0FBUyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxrQkFBa0IsQ0FBQyxRQUFRLEVBQUUsV0FBVyxDQUFDLENBQUM7WUFDNUQsWUFBWSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxXQUFXLENBQUMsQ0FBQyxDQUFDO1lBQzdFLFFBQVEsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsa0JBQWtCLENBQUMsUUFBUSxFQUFFLFdBQVcsQ0FBQyxDQUFDO1NBQzlELENBQUMsQ0FBQztRQUNILEtBQUssRUFBRSxJQUFBLGVBQU0sRUFBQyxVQUFDLENBQUMsZ0JBQWdCLENBQUMsWUFBWSxDQUFDLENBQUM7S0FDbEQsQ0FBQyxDQUFDLENBQUM7SUFDSixRQUFRLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUNuQixhQUFhLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxhQUFhLENBQUMsQ0FBQztRQUNsRSxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFNBQVMsQ0FBQyxZQUFZLENBQUMsQ0FBQztLQUNoRCxDQUFDLENBQUM7Q0FDTixDQUNKLENBQUEifQ==
|