pareto-resources 0.1.0 → 0.1.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/globals.d.ts +26 -0
- package/dist/globals.js +2 -0
- package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +10 -0
- package/dist/implementation/generated/pareto/generic/parse/ast.js +245 -0
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +16 -0
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +47 -0
- package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +5 -0
- package/dist/implementation/generated/pareto/generic/parse/parse.js +55 -0
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +40 -0
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +109 -0
- package/dist/implementation/generated/pareto/generic/parse/token.d.ts +10 -0
- package/dist/implementation/generated/pareto/generic/parse/token.js +519 -0
- package/dist/implementation/generated/pareto/generic/resolve.d.ts +109 -0
- package/dist/implementation/generated/pareto/generic/resolve.js +277 -0
- package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
- package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +42 -0
- package/dist/implementation/generated/pareto/generic/unmarshall.js +247 -0
- package/dist/implementation/generated/pareto/schemas/copy/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/copy/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/copy/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/copy/marshall.js +78 -0
- package/dist/implementation/generated/pareto/schemas/copy/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/copy/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/copy/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/copy/unmarshall.js +82 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/marshall.js +67 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.js +68 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/marshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/marshall.js +74 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/unmarshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/unmarshall.js +76 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.js +71 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.js +71 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.js +63 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +65 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.js +70 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.js +73 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/marshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/marshall.js +88 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/unmarshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/unmarshall.js +83 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.js +67 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.js +68 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/marshall.js +11 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/unmarshall.js +32 -0
- package/dist/implementation/generated/pareto/schemas/log/deserialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log/deserialize.js +30 -0
- package/dist/implementation/generated/pareto/schemas/log/marshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log/marshall.js +35 -0
- package/dist/implementation/generated/pareto/schemas/log/serialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log/serialize.js +33 -0
- package/dist/implementation/generated/pareto/schemas/log/unmarshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log/unmarshall.js +39 -0
- package/dist/implementation/generated/pareto/schemas/log_error/deserialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log_error/deserialize.js +30 -0
- package/dist/implementation/generated/pareto/schemas/log_error/marshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log_error/marshall.js +35 -0
- package/dist/implementation/generated/pareto/schemas/log_error/serialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log_error/serialize.js +33 -0
- package/dist/implementation/generated/pareto/schemas/log_error/unmarshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log_error/unmarshall.js +39 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/marshall.js +47 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.js +41 -0
- package/dist/implementation/generated/pareto/schemas/path/deserialize.d.ts +7 -0
- package/dist/implementation/generated/pareto/schemas/path/deserialize.js +40 -0
- package/dist/implementation/generated/pareto/schemas/path/marshall.d.ts +7 -0
- package/dist/implementation/generated/pareto/schemas/path/marshall.js +110 -0
- package/dist/implementation/generated/pareto/schemas/path/serialize.d.ts +7 -0
- package/dist/implementation/generated/pareto/schemas/path/serialize.js +53 -0
- package/dist/implementation/generated/pareto/schemas/path/unmarshall.d.ts +7 -0
- package/dist/implementation/generated/pareto/schemas/path/unmarshall.js +107 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.d.ts +5 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.js +36 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/marshall.d.ts +5 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/marshall.js +79 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/serialize.d.ts +5 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/serialize.js +45 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.d.ts +5 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.js +77 -0
- package/dist/implementation/generated/pareto/schemas/read_file/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/read_file/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/read_file/marshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/read_file/marshall.js +64 -0
- package/dist/implementation/generated/pareto/schemas/read_file/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/read_file/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.js +46 -0
- package/dist/implementation/generated/pareto/schemas/remove/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/remove/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/remove/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/remove/marshall.js +53 -0
- package/dist/implementation/generated/pareto/schemas/remove/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/remove/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/remove/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/remove/unmarshall.js +52 -0
- package/dist/implementation/generated/pareto/schemas/stat/deserialize.d.ts +5 -0
- package/dist/implementation/generated/pareto/schemas/stat/deserialize.js +36 -0
- package/dist/implementation/generated/pareto/schemas/stat/marshall.d.ts +5 -0
- package/dist/implementation/generated/pareto/schemas/stat/marshall.js +61 -0
- package/dist/implementation/generated/pareto/schemas/stat/serialize.d.ts +5 -0
- package/dist/implementation/generated/pareto/schemas/stat/serialize.js +45 -0
- package/dist/implementation/generated/pareto/schemas/stat/unmarshall.d.ts +5 -0
- package/dist/implementation/generated/pareto/schemas/stat/unmarshall.js +51 -0
- package/dist/implementation/generated/pareto/schemas/write_file/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/write_file/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/write_file/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/write_file/marshall.js +49 -0
- package/dist/implementation/generated/pareto/schemas/write_file/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/write_file/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.js +49 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/deserialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/deserialize.js +30 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/marshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/marshall.js +9 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/serialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/serialize.js +33 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/unmarshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/unmarshall.js +30 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/deserialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/deserialize.js +30 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/marshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/marshall.js +9 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/serialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/serialize.js +33 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/unmarshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/unmarshall.js +30 -0
- package/dist/implementation/manual/commands/write_directory_content.d.ts +2 -0
- package/dist/implementation/manual/commands/write_directory_content.js +52 -0
- package/dist/implementation/manual/queries/read_directory_content.d.ts +2 -0
- package/dist/implementation/manual/queries/read_directory_content.js +46 -0
- package/dist/implementation/manual/schemas/context_path/deserializers.d.ts +2 -0
- package/dist/implementation/manual/schemas/context_path/deserializers.js +34 -0
- package/dist/implementation/manual/schemas/context_path/refiners/non_normalized_path.d.ts +3 -0
- package/dist/implementation/manual/schemas/context_path/refiners/non_normalized_path.js +66 -0
- package/dist/implementation/manual/schemas/directory_content/transformers/fountain_pen.d.ts +10 -0
- package/dist/implementation/manual/schemas/directory_content/transformers/fountain_pen.js +57 -0
- package/dist/implementation/manual/schemas/execute_command_executable/transformers/fountain_pen.d.ts +7 -0
- package/dist/implementation/manual/schemas/execute_command_executable/transformers/fountain_pen.js +55 -0
- package/dist/implementation/manual/schemas/execute_query_executable/transformers/fountain_pen.d.ts +7 -0
- package/dist/implementation/manual/schemas/execute_query_executable/transformers/fountain_pen.js +56 -0
- package/dist/implementation/manual/schemas/execute_smelly_command_executable/transformers/fountain_pen.d.ts +5 -0
- package/dist/implementation/manual/schemas/execute_smelly_command_executable/transformers/fountain_pen.js +59 -0
- package/dist/implementation/manual/schemas/make_directory/transformers/fountain_pen.d.ts +5 -0
- package/dist/implementation/manual/schemas/make_directory/transformers/fountain_pen.js +39 -0
- package/dist/implementation/manual/schemas/node_path/deserializers.d.ts +10 -0
- package/dist/implementation/manual/schemas/node_path/deserializers.js +34 -0
- package/dist/implementation/manual/schemas/node_path/refiners/non_normalized_path.d.ts +10 -0
- package/dist/implementation/manual/schemas/node_path/refiners/non_normalized_path.js +85 -0
- package/dist/implementation/manual/schemas/non_normalized_path/deserializers.d.ts +2 -0
- package/dist/implementation/manual/schemas/non_normalized_path/deserializers.js +86 -0
- package/dist/implementation/manual/schemas/path/serializers.d.ts +3 -0
- package/dist/implementation/manual/schemas/path/serializers.js +60 -0
- package/dist/implementation/manual/schemas/path/transformers/path.d.ts +9 -0
- package/dist/implementation/manual/schemas/path/transformers/path.js +31 -0
- package/dist/implementation/manual/schemas/read_directory/transformers/fountain_pen.d.ts +7 -0
- package/dist/implementation/manual/schemas/read_directory/transformers/fountain_pen.js +37 -0
- package/dist/implementation/manual/schemas/read_file/transformers/fountain_pen.d.ts +5 -0
- package/dist/implementation/manual/schemas/read_file/transformers/fountain_pen.js +43 -0
- package/dist/implementation/manual/schemas/remove/transformers/fountain_pen.d.ts +5 -0
- package/dist/implementation/manual/schemas/remove/transformers/fountain_pen.js +39 -0
- package/dist/implementation/manual/schemas/write_file/transformers/fountain_pen.d.ts +5 -0
- package/dist/implementation/manual/schemas/write_file/transformers/fountain_pen.js +38 -0
- package/dist/implementation/temp/temp_core.d.ts +10 -0
- package/dist/implementation/temp/temp_core.js +73 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/interface/generated/pareto/core/astn_source.d.ts +123 -0
- package/dist/interface/generated/pareto/core/astn_source.js +3 -0
- package/dist/interface/generated/pareto/core/astn_target.d.ts +186 -0
- package/dist/interface/generated/pareto/core/astn_target.js +3 -0
- package/dist/interface/generated/pareto/core/parse_result.d.ts +25 -0
- package/dist/interface/generated/pareto/core/parse_result.js +3 -0
- package/dist/interface/generated/pareto/core/resolve.d.ts +14 -0
- package/dist/interface/generated/pareto/core/resolve.js +3 -0
- package/dist/interface/generated/pareto/core/resolved.d.ts +117 -0
- package/dist/interface/generated/pareto/core/resolved.js +3 -0
- package/dist/interface/generated/pareto/core/token.d.ts +49 -0
- package/dist/interface/generated/pareto/core/token.js +3 -0
- 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/copy/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/copy/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/copy/data_types/source.d.ts +89 -0
- package/dist/interface/generated/pareto/schemas/copy/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/data_types/target.d.ts +89 -0
- package/dist/interface/generated/pareto/schemas/copy/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/copy/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/copy/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/copy/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/copy/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/copy/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/copy/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/copy/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/source.d.ts +100 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/target.d.ts +100 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.d.ts +110 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.d.ts +110 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/marshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/migrate_boilerplate.d.ts +68 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/unmarshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/source.d.ts +107 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/target.d.ts +107 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts +97 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts +97 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts +107 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts +107 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/marshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/migrate_boilerplate.d.ts +68 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/unmarshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/source.d.ts +145 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/target.d.ts +145 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/marshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/migrate_boilerplate.d.ts +68 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/unmarshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.d.ts +104 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.d.ts +104 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/source.d.ts +4 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/source.js +5 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/target.d.ts +4 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/target.js +5 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/log/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/log/data_types/source.d.ts +17 -0
- package/dist/interface/generated/pareto/schemas/log/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/data_types/target.d.ts +17 -0
- package/dist/interface/generated/pareto/schemas/log/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/deserialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/log/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/marshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/log/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/migrate_boilerplate.d.ts +24 -0
- package/dist/interface/generated/pareto/schemas/log/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/serialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/log/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/unmarshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/log/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/log/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/log/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/log_error/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/log_error/data_types/source.d.ts +17 -0
- package/dist/interface/generated/pareto/schemas/log_error/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/data_types/target.d.ts +17 -0
- package/dist/interface/generated/pareto/schemas/log_error/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/deserialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/log_error/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/marshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/log_error/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/migrate_boilerplate.d.ts +24 -0
- package/dist/interface/generated/pareto/schemas/log_error/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/serialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/log_error/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/unmarshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/log_error/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/log_error/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/log_error/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/make_directory/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +24 -0
- package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +24 -0
- package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/make_directory/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/make_directory/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/make_directory/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/make_directory/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/make_directory/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/make_directory/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/make_directory/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/source.d.ts +134 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/target.d.ts +134 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/deserialize.d.ts +158 -0
- package/dist/interface/generated/pareto/schemas/path/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/marshall.d.ts +183 -0
- package/dist/interface/generated/pareto/schemas/path/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.d.ts +134 -0
- package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/serialize.d.ts +158 -0
- package/dist/interface/generated/pareto/schemas/path/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/unmarshall.d.ts +183 -0
- package/dist/interface/generated/pareto/schemas/path/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/path/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/path/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/read_directory/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.d.ts +92 -0
- package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.d.ts +92 -0
- package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/deserialize.d.ts +106 -0
- package/dist/interface/generated/pareto/schemas/read_directory/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/marshall.d.ts +123 -0
- package/dist/interface/generated/pareto/schemas/read_directory/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/migrate_boilerplate.d.ts +90 -0
- package/dist/interface/generated/pareto/schemas/read_directory/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/serialize.d.ts +106 -0
- package/dist/interface/generated/pareto/schemas/read_directory/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/unmarshall.d.ts +123 -0
- package/dist/interface/generated/pareto/schemas/read_directory/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/read_directory/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/read_directory/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/read_file/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/read_file/data_types/source.d.ts +32 -0
- package/dist/interface/generated/pareto/schemas/read_file/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/data_types/target.d.ts +32 -0
- package/dist/interface/generated/pareto/schemas/read_file/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/read_file/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/marshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/read_file/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/migrate_boilerplate.d.ts +68 -0
- package/dist/interface/generated/pareto/schemas/read_file/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/read_file/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/unmarshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/read_file/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/read_file/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/read_file/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/remove/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/remove/data_types/source.d.ts +35 -0
- package/dist/interface/generated/pareto/schemas/remove/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/data_types/target.d.ts +35 -0
- package/dist/interface/generated/pareto/schemas/remove/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/remove/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/remove/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/remove/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/remove/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/remove/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/remove/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/remove/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/stat/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/stat/data_types/source.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/stat/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/data_types/target.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/stat/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/deserialize.d.ts +106 -0
- package/dist/interface/generated/pareto/schemas/stat/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/marshall.d.ts +123 -0
- package/dist/interface/generated/pareto/schemas/stat/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/migrate_boilerplate.d.ts +90 -0
- package/dist/interface/generated/pareto/schemas/stat/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/serialize.d.ts +106 -0
- package/dist/interface/generated/pareto/schemas/stat/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/unmarshall.d.ts +123 -0
- package/dist/interface/generated/pareto/schemas/stat/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/stat/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/stat/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/write_file/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/write_file/data_types/source.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/write_file/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/data_types/target.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/write_file/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/write_file/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/write_file/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/write_file/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/write_file/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/write_file/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/write_file/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/write_file/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/source.d.ts +2 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/source.js +5 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/target.d.ts +2 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/target.js +5 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/deserialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/marshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/migrate_boilerplate.d.ts +24 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/serialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/unmarshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/source.d.ts +2 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/source.js +5 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/target.d.ts +2 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/target.js +5 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/deserialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/marshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/migrate_boilerplate.d.ts +24 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/serialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/unmarshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/value_serializers.js +3 -0
- package/dist/interface/resources.d.ts +47 -0
- package/dist/interface/resources.js +3 -0
- package/dist/interface/signatures.d.ts +28 -0
- package/dist/interface/signatures.js +3 -0
- package/dist/interface/to_be_generated/directory_content.d.ts +3 -0
- package/dist/interface/to_be_generated/directory_content.js +3 -0
- package/dist/interface/to_be_generated/read_directory_content.d.ts +11 -0
- package/dist/interface/to_be_generated/read_directory_content.js +3 -0
- package/dist/interface/to_be_generated/temp_main.d.ts +7 -0
- package/dist/interface/to_be_generated/temp_main.js +3 -0
- package/dist/interface/to_be_generated/write_directory_content.d.ts +10 -0
- package/dist/interface/to_be_generated/write_directory_content.js +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
import * as _et from 'pareto-core-interface';
|
|
2
|
+
export type _T_Document = _T_Value;
|
|
3
|
+
export type _T_Value = readonly ['dictionary', _et.Dictionary<_T_Value>] | readonly ['list', _et.List<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
4
|
+
'optional',
|
|
5
|
+
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
6
|
+
] | readonly [
|
|
7
|
+
'state',
|
|
8
|
+
{
|
|
9
|
+
readonly 'state': string;
|
|
10
|
+
readonly 'value': _T_Value;
|
|
11
|
+
}
|
|
12
|
+
] | readonly [
|
|
13
|
+
'text',
|
|
14
|
+
{
|
|
15
|
+
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
16
|
+
readonly 'value': string;
|
|
17
|
+
}
|
|
18
|
+
] | readonly ['verbose group', _et.Dictionary<_T_Value>];
|
|
19
|
+
export type Document = _T_Document;
|
|
20
|
+
export type Value = _T_Value;
|
|
21
|
+
export declare namespace _T_Document {
|
|
22
|
+
}
|
|
23
|
+
export declare namespace _T_Value {
|
|
24
|
+
namespace SG {
|
|
25
|
+
namespace concise_group {
|
|
26
|
+
namespace L {
|
|
27
|
+
}
|
|
28
|
+
type L = _T_Value;
|
|
29
|
+
}
|
|
30
|
+
type concise_group = _et.List<_T_Value>;
|
|
31
|
+
namespace dictionary {
|
|
32
|
+
namespace D {
|
|
33
|
+
}
|
|
34
|
+
type D = _T_Value;
|
|
35
|
+
}
|
|
36
|
+
type dictionary = _et.Dictionary<_T_Value>;
|
|
37
|
+
namespace list {
|
|
38
|
+
namespace L {
|
|
39
|
+
}
|
|
40
|
+
type L = _T_Value;
|
|
41
|
+
}
|
|
42
|
+
type list = _et.List<_T_Value>;
|
|
43
|
+
type nothing = null;
|
|
44
|
+
namespace optional {
|
|
45
|
+
namespace SG {
|
|
46
|
+
type not_set = null;
|
|
47
|
+
namespace _set {
|
|
48
|
+
}
|
|
49
|
+
type _set = _T_Value;
|
|
50
|
+
}
|
|
51
|
+
type SG = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
52
|
+
}
|
|
53
|
+
type optional = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
54
|
+
namespace state {
|
|
55
|
+
type state = string;
|
|
56
|
+
namespace value {
|
|
57
|
+
}
|
|
58
|
+
type value = _T_Value;
|
|
59
|
+
}
|
|
60
|
+
type state = {
|
|
61
|
+
readonly 'state': string;
|
|
62
|
+
readonly 'value': _T_Value;
|
|
63
|
+
};
|
|
64
|
+
namespace text {
|
|
65
|
+
namespace delimiter {
|
|
66
|
+
namespace SG {
|
|
67
|
+
type backtick = null;
|
|
68
|
+
type none = null;
|
|
69
|
+
type quote = null;
|
|
70
|
+
}
|
|
71
|
+
type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
72
|
+
}
|
|
73
|
+
type delimiter = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
74
|
+
type value = string;
|
|
75
|
+
}
|
|
76
|
+
type text = {
|
|
77
|
+
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
78
|
+
readonly 'value': string;
|
|
79
|
+
};
|
|
80
|
+
namespace verbose_group {
|
|
81
|
+
namespace D {
|
|
82
|
+
}
|
|
83
|
+
type D = _T_Value;
|
|
84
|
+
}
|
|
85
|
+
type verbose_group = _et.Dictionary<_T_Value>;
|
|
86
|
+
}
|
|
87
|
+
type SG = readonly ['concise group', _et.List<_T_Value>] | readonly ['dictionary', _et.Dictionary<_T_Value>] | readonly ['list', _et.List<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
88
|
+
'optional',
|
|
89
|
+
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
90
|
+
] | readonly [
|
|
91
|
+
'state',
|
|
92
|
+
{
|
|
93
|
+
readonly 'state': string;
|
|
94
|
+
readonly 'value': _T_Value;
|
|
95
|
+
}
|
|
96
|
+
] | readonly [
|
|
97
|
+
'text',
|
|
98
|
+
{
|
|
99
|
+
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
100
|
+
readonly 'value': string;
|
|
101
|
+
}
|
|
102
|
+
] | readonly ['verbose group', _et.Dictionary<_T_Value>];
|
|
103
|
+
}
|
|
104
|
+
export declare namespace Document {
|
|
105
|
+
}
|
|
106
|
+
export declare namespace Value {
|
|
107
|
+
namespace SG {
|
|
108
|
+
namespace concise_group {
|
|
109
|
+
namespace L {
|
|
110
|
+
}
|
|
111
|
+
type L = _T_Value;
|
|
112
|
+
}
|
|
113
|
+
type concise_group = _et.List<_T_Value>;
|
|
114
|
+
namespace dictionary {
|
|
115
|
+
namespace D {
|
|
116
|
+
}
|
|
117
|
+
type D = _T_Value;
|
|
118
|
+
}
|
|
119
|
+
type dictionary = _et.Dictionary<_T_Value>;
|
|
120
|
+
namespace list {
|
|
121
|
+
namespace L {
|
|
122
|
+
}
|
|
123
|
+
type L = _T_Value;
|
|
124
|
+
}
|
|
125
|
+
type list = _et.List<_T_Value>;
|
|
126
|
+
type nothing = null;
|
|
127
|
+
namespace optional {
|
|
128
|
+
namespace SG {
|
|
129
|
+
type not_set = null;
|
|
130
|
+
namespace _set {
|
|
131
|
+
}
|
|
132
|
+
type _set = _T_Value;
|
|
133
|
+
}
|
|
134
|
+
type SG = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
135
|
+
}
|
|
136
|
+
type optional = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
137
|
+
namespace state {
|
|
138
|
+
type state = string;
|
|
139
|
+
namespace value {
|
|
140
|
+
}
|
|
141
|
+
type value = _T_Value;
|
|
142
|
+
}
|
|
143
|
+
type state = {
|
|
144
|
+
readonly 'state': string;
|
|
145
|
+
readonly 'value': _T_Value;
|
|
146
|
+
};
|
|
147
|
+
namespace text {
|
|
148
|
+
namespace delimiter {
|
|
149
|
+
namespace SG {
|
|
150
|
+
type backtick = null;
|
|
151
|
+
type none = null;
|
|
152
|
+
type quote = null;
|
|
153
|
+
}
|
|
154
|
+
type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
155
|
+
}
|
|
156
|
+
type delimiter = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
157
|
+
type value = string;
|
|
158
|
+
}
|
|
159
|
+
type text = {
|
|
160
|
+
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
161
|
+
readonly 'value': string;
|
|
162
|
+
};
|
|
163
|
+
namespace verbose_group {
|
|
164
|
+
namespace D {
|
|
165
|
+
}
|
|
166
|
+
type D = _T_Value;
|
|
167
|
+
}
|
|
168
|
+
type verbose_group = _et.Dictionary<_T_Value>;
|
|
169
|
+
}
|
|
170
|
+
type SG = readonly ['concise group', _et.List<_T_Value>] | readonly ['dictionary', _et.Dictionary<_T_Value>] | readonly ['list', _et.List<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
171
|
+
'optional',
|
|
172
|
+
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
173
|
+
] | readonly [
|
|
174
|
+
'state',
|
|
175
|
+
{
|
|
176
|
+
readonly 'state': string;
|
|
177
|
+
readonly 'value': _T_Value;
|
|
178
|
+
}
|
|
179
|
+
] | readonly [
|
|
180
|
+
'text',
|
|
181
|
+
{
|
|
182
|
+
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
183
|
+
readonly 'value': string;
|
|
184
|
+
}
|
|
185
|
+
] | readonly ['verbose group', _et.Dictionary<_T_Value>];
|
|
186
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl90YXJnZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS9hc3RuX3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as _et from 'pareto-core-interface';
|
|
2
|
+
import * as _i_imports_token from "./token";
|
|
3
|
+
import * as _i_imports_ast from "./astn_source";
|
|
4
|
+
export type _T_Parse_Error = {
|
|
5
|
+
readonly 'range': _i_imports_token._T_Range;
|
|
6
|
+
readonly 'type': _T_Parse_Error._type;
|
|
7
|
+
};
|
|
8
|
+
export declare namespace _T_Parse_Error {
|
|
9
|
+
type _type = readonly [
|
|
10
|
+
'lexer',
|
|
11
|
+
Lexer_Error
|
|
12
|
+
] | readonly ['parser', Parser_Error];
|
|
13
|
+
}
|
|
14
|
+
export type Lexer_Error = readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null];
|
|
15
|
+
export type Parser_Error = {
|
|
16
|
+
readonly 'cause': readonly ['missing token', null] | readonly [
|
|
17
|
+
'unexpected token',
|
|
18
|
+
{
|
|
19
|
+
readonly 'found': _i_imports_token._T_Token_Type;
|
|
20
|
+
}
|
|
21
|
+
];
|
|
22
|
+
readonly 'expected': _et.List<Expected>;
|
|
23
|
+
};
|
|
24
|
+
export type Expected = readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
|
|
25
|
+
export type _T_Parse_Result = readonly ['failure', _T_Parse_Error] | readonly ['success', _i_imports_ast._T_Document];
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfcmVzdWx0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL2NvcmUvcGFyc2VfcmVzdWx0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as _et from 'pareto-core-interface';
|
|
2
|
+
export type Location_to_String<Source> = ($: Source) => string;
|
|
3
|
+
export type _T_Location_2_String<Source> = Location_to_String<Source>;
|
|
4
|
+
export type Non_Circular_Result<T> = ['error', ['circular', _et.List<string>]] | ['resolved', T];
|
|
5
|
+
export type Lookup<T> = {
|
|
6
|
+
get_entry: (key: string) => _et.Optional_Value<T>;
|
|
7
|
+
};
|
|
8
|
+
export type Acyclic_Lookup<T> = _et.Optional_Value<Lookup<Non_Circular_Result<T>>>;
|
|
9
|
+
export type _T_Acyclic_Lookup<T> = Acyclic_Lookup<T>;
|
|
10
|
+
export type Possibly_Circular_Result<T> = _et.Circular_Dependency<T>;
|
|
11
|
+
export type Cyclic_Lookup<T> = _et.Optional_Value<Lookup<Possibly_Circular_Result<T>>>;
|
|
12
|
+
export type _T_Cyclic_Lookup<T> = Cyclic_Lookup<T>;
|
|
13
|
+
export type Lookup_Stack<T> = _et.List<Acyclic_Lookup<T>>;
|
|
14
|
+
export type _T_Lookup_Stack<T> = Lookup_Stack<T>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import * as _et from 'pareto-core-interface';
|
|
2
|
+
export type _T_Derived_Reference<M_Source, T_Type> = T_Type;
|
|
3
|
+
export type _T_Dictionary<M_Source, T_D> = _et.Dictionary<T_D>;
|
|
4
|
+
export type _T_List<M_Source, T_L> = _et.List<T_L>;
|
|
5
|
+
export type _T_Ordered_Dictionary<M_Source, T_D> = {
|
|
6
|
+
readonly 'dictionary': _et.Dictionary<T_D>;
|
|
7
|
+
readonly 'ordered list': _et.List<{
|
|
8
|
+
readonly 'key': string;
|
|
9
|
+
readonly 'value': T_D;
|
|
10
|
+
}>;
|
|
11
|
+
};
|
|
12
|
+
export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
|
|
13
|
+
readonly 'entry': _et.Circular_Dependency<T_Dictionary_Entry>;
|
|
14
|
+
readonly 'key': string;
|
|
15
|
+
};
|
|
16
|
+
export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
17
|
+
readonly 'entry': T_Dictionary_Entry;
|
|
18
|
+
readonly 'key': string;
|
|
19
|
+
};
|
|
20
|
+
export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
21
|
+
readonly 'entry': T_Dictionary_Entry;
|
|
22
|
+
readonly 'key': string;
|
|
23
|
+
readonly 'up steps': number;
|
|
24
|
+
};
|
|
25
|
+
export type _T_State_Group<M_Source, T_SG> = T_SG;
|
|
26
|
+
export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
|
|
27
|
+
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
28
|
+
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
29
|
+
export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
|
|
30
|
+
export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
|
|
31
|
+
export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
32
|
+
export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
33
|
+
export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
|
|
34
|
+
export declare namespace _T_Dictionary {
|
|
35
|
+
type D<M_Source, T_D> = T_D;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace _T_List {
|
|
38
|
+
type L<M_Source, T_L> = T_L;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace _T_Ordered_Dictionary {
|
|
41
|
+
namespace dictionary {
|
|
42
|
+
type D<M_Source, T_D> = T_D;
|
|
43
|
+
}
|
|
44
|
+
type dictionary<M_Source, T_D> = _et.Dictionary<T_D>;
|
|
45
|
+
namespace ordered_list {
|
|
46
|
+
namespace L {
|
|
47
|
+
type key<M_Source, T_D> = string;
|
|
48
|
+
type value<M_Source, T_D> = T_D;
|
|
49
|
+
}
|
|
50
|
+
type L<M_Source, T_D> = {
|
|
51
|
+
readonly 'key': string;
|
|
52
|
+
readonly 'value': T_D;
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
type ordered_list<M_Source, T_D> = _et.List<{
|
|
56
|
+
readonly 'key': string;
|
|
57
|
+
readonly 'value': T_D;
|
|
58
|
+
}>;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
|
|
61
|
+
namespace entry {
|
|
62
|
+
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
63
|
+
}
|
|
64
|
+
type entry<M_Source, T_Dictionary_Entry> = _et.Circular_Dependency<T_Dictionary_Entry>;
|
|
65
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
|
|
68
|
+
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
69
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
|
|
72
|
+
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
73
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
74
|
+
type up_steps<M_Source, T_Dictionary_Entry> = number;
|
|
75
|
+
}
|
|
76
|
+
export declare namespace Dictionary {
|
|
77
|
+
type D<M_Source, T_D> = T_D;
|
|
78
|
+
}
|
|
79
|
+
export declare namespace List {
|
|
80
|
+
type L<M_Source, T_L> = T_L;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace Ordered_Dictionary {
|
|
83
|
+
namespace dictionary {
|
|
84
|
+
type D<M_Source, T_D> = T_D;
|
|
85
|
+
}
|
|
86
|
+
type dictionary<M_Source, T_D> = _et.Dictionary<T_D>;
|
|
87
|
+
namespace ordered_list {
|
|
88
|
+
namespace L {
|
|
89
|
+
type key<M_Source, T_D> = string;
|
|
90
|
+
type value<M_Source, T_D> = T_D;
|
|
91
|
+
}
|
|
92
|
+
type L<M_Source, T_D> = {
|
|
93
|
+
readonly 'key': string;
|
|
94
|
+
readonly 'value': T_D;
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
type ordered_list<M_Source, T_D> = _et.List<{
|
|
98
|
+
readonly 'key': string;
|
|
99
|
+
readonly 'value': T_D;
|
|
100
|
+
}>;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace Reference_To_Circular_Dependent_Sibling {
|
|
103
|
+
namespace entry {
|
|
104
|
+
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
105
|
+
}
|
|
106
|
+
type entry<M_Source, T_Dictionary_Entry> = _et.Circular_Dependency<T_Dictionary_Entry>;
|
|
107
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
108
|
+
}
|
|
109
|
+
export declare namespace Reference_To_Normal_Dictionary_Entry {
|
|
110
|
+
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
111
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
112
|
+
}
|
|
113
|
+
export declare namespace Reference_To_Stacked_Dictionary_Entry {
|
|
114
|
+
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
115
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
116
|
+
type up_steps<M_Source, T_Dictionary_Entry> = number;
|
|
117
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS9yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as _et from 'pareto-core-interface';
|
|
2
|
+
export type _T_Annotated_Token = {
|
|
3
|
+
readonly 'end': _T_Location;
|
|
4
|
+
readonly 'start': _T_Location;
|
|
5
|
+
readonly 'trailing trivia': _T_Trivia;
|
|
6
|
+
readonly 'type': _T_Token_Type;
|
|
7
|
+
};
|
|
8
|
+
export type _T_Delimited_String = string;
|
|
9
|
+
export type _T_Location = {
|
|
10
|
+
readonly 'absolute': number;
|
|
11
|
+
readonly 'relative': _T_Relative_Location;
|
|
12
|
+
};
|
|
13
|
+
export type _T_Range = {
|
|
14
|
+
readonly 'end': _T_Location;
|
|
15
|
+
readonly 'start': _T_Location;
|
|
16
|
+
};
|
|
17
|
+
export type _T_Relative_Location = {
|
|
18
|
+
readonly 'column': number;
|
|
19
|
+
readonly 'line': number;
|
|
20
|
+
};
|
|
21
|
+
export type _T_String_Type = readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
|
|
22
|
+
export type _T_Token_Type = readonly ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | readonly [
|
|
23
|
+
'string',
|
|
24
|
+
{
|
|
25
|
+
readonly 'type': _T_String_Type;
|
|
26
|
+
readonly 'value': _T_Delimited_String;
|
|
27
|
+
}
|
|
28
|
+
] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null];
|
|
29
|
+
export type _T_Tokenizer_Result = {
|
|
30
|
+
readonly 'end': _T_Location;
|
|
31
|
+
readonly 'leading trivia': _T_Trivia;
|
|
32
|
+
readonly 'tokens': _et.List<_T_Annotated_Token>;
|
|
33
|
+
};
|
|
34
|
+
export declare namespace _T_Tokenizer_Result {
|
|
35
|
+
type tokens = _et.List<_T_Annotated_Token>;
|
|
36
|
+
}
|
|
37
|
+
export type _T_Trivia = {
|
|
38
|
+
readonly 'comments': _et.List<{
|
|
39
|
+
readonly 'content': string;
|
|
40
|
+
readonly 'range': _T_Range;
|
|
41
|
+
readonly 'trailing whitespace': _T_Whitespace;
|
|
42
|
+
readonly 'type': readonly ['block', null] | readonly ['line', null];
|
|
43
|
+
}>;
|
|
44
|
+
readonly 'leading whitespace': _T_Whitespace;
|
|
45
|
+
};
|
|
46
|
+
export type _T_Whitespace = {
|
|
47
|
+
readonly 'range': _T_Range;
|
|
48
|
+
readonly 'value': string;
|
|
49
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9rZW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS90b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as _et from 'pareto-core-interface';
|
|
2
|
+
export type _T_Dictionary<M_Source, T_D> = _et.Dictionary<T_D>;
|
|
3
|
+
export type _T_List<M_Source, T_L> = _et.List<T_L>;
|
|
4
|
+
export type _T_State_Group<M_Source, T_SG> = T_SG;
|
|
5
|
+
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
6
|
+
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
7
|
+
export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
|
|
8
|
+
export declare namespace _T_Dictionary {
|
|
9
|
+
type D<M_Source, T_D> = T_D;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace _T_List {
|
|
12
|
+
type L<M_Source, T_L> = T_L;
|
|
13
|
+
}
|
|
14
|
+
export declare namespace Dictionary {
|
|
15
|
+
type D<M_Source, T_D> = T_D;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace List {
|
|
18
|
+
type L<M_Source, T_L> = T_L;
|
|
19
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL3VuY29uc3RyYWluZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import * as _et from 'pareto-core-interface';
|
|
2
|
+
export type _T_Derived_Reference<M_Source, T_Type> = null;
|
|
3
|
+
export type _T_Dictionary<M_Source, T_D> = {
|
|
4
|
+
readonly 'dictionary': _et.Dictionary<{
|
|
5
|
+
readonly 'entry': T_D;
|
|
6
|
+
readonly 'location': M_Source;
|
|
7
|
+
}>;
|
|
8
|
+
readonly 'location': M_Source;
|
|
9
|
+
};
|
|
10
|
+
export type _T_List<M_Source, T_L> = {
|
|
11
|
+
readonly 'list': _et.List<{
|
|
12
|
+
readonly 'element': T_L;
|
|
13
|
+
readonly 'location': M_Source;
|
|
14
|
+
}>;
|
|
15
|
+
readonly 'location': M_Source;
|
|
16
|
+
};
|
|
17
|
+
export type _T_Ordered_Dictionary<M_Source, T_D> = {
|
|
18
|
+
readonly 'dictionary': _et.Dictionary<{
|
|
19
|
+
readonly 'entry': T_D;
|
|
20
|
+
readonly 'location': M_Source;
|
|
21
|
+
}>;
|
|
22
|
+
readonly 'location': M_Source;
|
|
23
|
+
};
|
|
24
|
+
export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
|
|
25
|
+
readonly 'key': string;
|
|
26
|
+
readonly 'location': M_Source;
|
|
27
|
+
};
|
|
28
|
+
export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
29
|
+
readonly 'key': string;
|
|
30
|
+
readonly 'location': M_Source;
|
|
31
|
+
};
|
|
32
|
+
export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
33
|
+
readonly 'key': string;
|
|
34
|
+
readonly 'location': M_Source;
|
|
35
|
+
};
|
|
36
|
+
export type _T_State_Group<M_Source, T_SG> = {
|
|
37
|
+
readonly 'location': M_Source;
|
|
38
|
+
readonly 'state group': T_SG;
|
|
39
|
+
};
|
|
40
|
+
export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
|
|
41
|
+
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
42
|
+
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
43
|
+
export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
|
|
44
|
+
export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
|
|
45
|
+
export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
46
|
+
export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
47
|
+
export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
|
|
48
|
+
export declare namespace _T_Dictionary {
|
|
49
|
+
namespace dictionary {
|
|
50
|
+
namespace D {
|
|
51
|
+
type entry<M_Source, T_D> = T_D;
|
|
52
|
+
type location<M_Source, T_D> = M_Source;
|
|
53
|
+
}
|
|
54
|
+
type D<M_Source, T_D> = {
|
|
55
|
+
readonly 'entry': T_D;
|
|
56
|
+
readonly 'location': M_Source;
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
type dictionary<M_Source, T_D> = _et.Dictionary<{
|
|
60
|
+
readonly 'entry': T_D;
|
|
61
|
+
readonly 'location': M_Source;
|
|
62
|
+
}>;
|
|
63
|
+
type location<M_Source, T_D> = M_Source;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace _T_List {
|
|
66
|
+
namespace list {
|
|
67
|
+
namespace L {
|
|
68
|
+
type element<M_Source, T_L> = T_L;
|
|
69
|
+
type location<M_Source, T_L> = M_Source;
|
|
70
|
+
}
|
|
71
|
+
type L<M_Source, T_L> = {
|
|
72
|
+
readonly 'element': T_L;
|
|
73
|
+
readonly 'location': M_Source;
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
type list<M_Source, T_L> = _et.List<{
|
|
77
|
+
readonly 'element': T_L;
|
|
78
|
+
readonly 'location': M_Source;
|
|
79
|
+
}>;
|
|
80
|
+
type location<M_Source, T_L> = M_Source;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace _T_Ordered_Dictionary {
|
|
83
|
+
namespace dictionary {
|
|
84
|
+
namespace D {
|
|
85
|
+
type entry<M_Source, T_D> = T_D;
|
|
86
|
+
type location<M_Source, T_D> = M_Source;
|
|
87
|
+
}
|
|
88
|
+
type D<M_Source, T_D> = {
|
|
89
|
+
readonly 'entry': T_D;
|
|
90
|
+
readonly 'location': M_Source;
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
type dictionary<M_Source, T_D> = _et.Dictionary<{
|
|
94
|
+
readonly 'entry': T_D;
|
|
95
|
+
readonly 'location': M_Source;
|
|
96
|
+
}>;
|
|
97
|
+
type location<M_Source, T_D> = M_Source;
|
|
98
|
+
}
|
|
99
|
+
export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
|
|
100
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
101
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
|
|
104
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
105
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
106
|
+
}
|
|
107
|
+
export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
|
|
108
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
109
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
110
|
+
}
|
|
111
|
+
export declare namespace _T_State_Group {
|
|
112
|
+
type location<M_Source, T_SG> = M_Source;
|
|
113
|
+
type state_group<M_Source, T_SG> = T_SG;
|
|
114
|
+
}
|
|
115
|
+
export declare namespace Dictionary {
|
|
116
|
+
namespace dictionary {
|
|
117
|
+
namespace D {
|
|
118
|
+
type entry<M_Source, T_D> = T_D;
|
|
119
|
+
type location<M_Source, T_D> = M_Source;
|
|
120
|
+
}
|
|
121
|
+
type D<M_Source, T_D> = {
|
|
122
|
+
readonly 'entry': T_D;
|
|
123
|
+
readonly 'location': M_Source;
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
type dictionary<M_Source, T_D> = _et.Dictionary<{
|
|
127
|
+
readonly 'entry': T_D;
|
|
128
|
+
readonly 'location': M_Source;
|
|
129
|
+
}>;
|
|
130
|
+
type location<M_Source, T_D> = M_Source;
|
|
131
|
+
}
|
|
132
|
+
export declare namespace List {
|
|
133
|
+
namespace list {
|
|
134
|
+
namespace L {
|
|
135
|
+
type element<M_Source, T_L> = T_L;
|
|
136
|
+
type location<M_Source, T_L> = M_Source;
|
|
137
|
+
}
|
|
138
|
+
type L<M_Source, T_L> = {
|
|
139
|
+
readonly 'element': T_L;
|
|
140
|
+
readonly 'location': M_Source;
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
type list<M_Source, T_L> = _et.List<{
|
|
144
|
+
readonly 'element': T_L;
|
|
145
|
+
readonly 'location': M_Source;
|
|
146
|
+
}>;
|
|
147
|
+
type location<M_Source, T_L> = M_Source;
|
|
148
|
+
}
|
|
149
|
+
export declare namespace Ordered_Dictionary {
|
|
150
|
+
namespace dictionary {
|
|
151
|
+
namespace D {
|
|
152
|
+
type entry<M_Source, T_D> = T_D;
|
|
153
|
+
type location<M_Source, T_D> = M_Source;
|
|
154
|
+
}
|
|
155
|
+
type D<M_Source, T_D> = {
|
|
156
|
+
readonly 'entry': T_D;
|
|
157
|
+
readonly 'location': M_Source;
|
|
158
|
+
};
|
|
159
|
+
}
|
|
160
|
+
type dictionary<M_Source, T_D> = _et.Dictionary<{
|
|
161
|
+
readonly 'entry': T_D;
|
|
162
|
+
readonly 'location': M_Source;
|
|
163
|
+
}>;
|
|
164
|
+
type location<M_Source, T_D> = M_Source;
|
|
165
|
+
}
|
|
166
|
+
export declare namespace Reference_To_Circular_Dependent_Sibling {
|
|
167
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
168
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
169
|
+
}
|
|
170
|
+
export declare namespace Reference_To_Normal_Dictionary_Entry {
|
|
171
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
172
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
173
|
+
}
|
|
174
|
+
export declare namespace Reference_To_Stacked_Dictionary_Entry {
|
|
175
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
176
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
177
|
+
}
|
|
178
|
+
export declare namespace State_Group {
|
|
179
|
+
type location<M_Source, T_SG> = M_Source;
|
|
180
|
+
type state_group<M_Source, T_SG> = T_SG;
|
|
181
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL3VucmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
// **** TYPES
|
|
4
|
+
// **** FRIENDLY NAMES FOR THE GLOBAL TYPES
|
|
5
|
+
// **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
|
|
6
|
+
// *** ALIASES FOR NESTED TYPES
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2NvcHkvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=
|