liana-authoring 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/globals.d.ts +26 -0
- package/dist/globals.js +2 -0
- package/dist/implementation/generated/liana/schemas/completion_suggestions/refiners/astn_parse_tree.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/completion_suggestions/refiners/astn_parse_tree.js +66 -0
- package/dist/implementation/generated/liana/schemas/completion_suggestions/refiners/list_of_characters.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/completion_suggestions/refiners/list_of_characters.js +44 -0
- package/dist/implementation/generated/liana/schemas/completion_suggestions/transformers/astn_sealed_target.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/completion_suggestions/transformers/astn_sealed_target.js +57 -0
- package/dist/implementation/generated/liana/schemas/completion_suggestions/transformers/boilerplate_for_migrate.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/completion_suggestions/transformers/boilerplate_for_migrate.js +48 -0
- package/dist/implementation/generated/liana/schemas/completion_suggestions/transformers/fountain_pen.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/completion_suggestions/transformers/fountain_pen.js +41 -0
- package/dist/implementation/generated/liana/schemas/convert_to_json/refiners/astn_parse_tree.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/convert_to_json/refiners/astn_parse_tree.js +94 -0
- package/dist/implementation/generated/liana/schemas/convert_to_json/refiners/list_of_characters.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/convert_to_json/refiners/list_of_characters.js +44 -0
- package/dist/implementation/generated/liana/schemas/convert_to_json/transformers/astn_sealed_target.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/convert_to_json/transformers/astn_sealed_target.js +66 -0
- package/dist/implementation/generated/liana/schemas/convert_to_json/transformers/boilerplate_for_migrate.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/convert_to_json/transformers/boilerplate_for_migrate.js +19 -0
- package/dist/implementation/generated/liana/schemas/convert_to_json/transformers/fountain_pen.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/convert_to_json/transformers/fountain_pen.js +41 -0
- package/dist/implementation/generated/liana/schemas/format/refiners/astn_parse_tree.d.ts +4 -0
- package/dist/implementation/generated/liana/schemas/format/refiners/astn_parse_tree.js +164 -0
- package/dist/implementation/generated/liana/schemas/format/refiners/list_of_characters.d.ts +4 -0
- package/dist/implementation/generated/liana/schemas/format/refiners/list_of_characters.js +54 -0
- package/dist/implementation/generated/liana/schemas/format/transformers/astn_sealed_target.d.ts +4 -0
- package/dist/implementation/generated/liana/schemas/format/transformers/astn_sealed_target.js +112 -0
- package/dist/implementation/generated/liana/schemas/format/transformers/boilerplate_for_migrate.d.ts +4 -0
- package/dist/implementation/generated/liana/schemas/format/transformers/boilerplate_for_migrate.js +78 -0
- package/dist/implementation/generated/liana/schemas/format/transformers/fountain_pen.d.ts +4 -0
- package/dist/implementation/generated/liana/schemas/format/transformers/fountain_pen.js +45 -0
- package/dist/implementation/generated/liana/schemas/get_completion_suggestions/refiners/astn_parse_tree.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/get_completion_suggestions/refiners/astn_parse_tree.js +103 -0
- package/dist/implementation/generated/liana/schemas/get_completion_suggestions/refiners/list_of_characters.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/get_completion_suggestions/refiners/list_of_characters.js +49 -0
- package/dist/implementation/generated/liana/schemas/get_completion_suggestions/transformers/astn_sealed_target.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/get_completion_suggestions/transformers/astn_sealed_target.js +69 -0
- package/dist/implementation/generated/liana/schemas/get_completion_suggestions/transformers/boilerplate_for_migrate.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/get_completion_suggestions/transformers/boilerplate_for_migrate.js +58 -0
- package/dist/implementation/generated/liana/schemas/get_completion_suggestions/transformers/fountain_pen.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/get_completion_suggestions/transformers/fountain_pen.js +43 -0
- package/dist/implementation/generated/liana/schemas/get_on_hover_info/refiners/astn_parse_tree.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/get_on_hover_info/refiners/astn_parse_tree.js +110 -0
- package/dist/implementation/generated/liana/schemas/get_on_hover_info/refiners/list_of_characters.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/get_on_hover_info/refiners/list_of_characters.js +49 -0
- package/dist/implementation/generated/liana/schemas/get_on_hover_info/transformers/astn_sealed_target.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/get_on_hover_info/transformers/astn_sealed_target.js +67 -0
- package/dist/implementation/generated/liana/schemas/get_on_hover_info/transformers/boilerplate_for_migrate.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/get_on_hover_info/transformers/boilerplate_for_migrate.js +59 -0
- package/dist/implementation/generated/liana/schemas/get_on_hover_info/transformers/fountain_pen.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/get_on_hover_info/transformers/fountain_pen.js +43 -0
- package/dist/implementation/generated/liana/schemas/hover_info/refiners/astn_parse_tree.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/hover_info/refiners/astn_parse_tree.js +45 -0
- package/dist/implementation/generated/liana/schemas/hover_info/refiners/list_of_characters.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/hover_info/refiners/list_of_characters.js +44 -0
- package/dist/implementation/generated/liana/schemas/hover_info/transformers/astn_sealed_target.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/hover_info/transformers/astn_sealed_target.js +43 -0
- package/dist/implementation/generated/liana/schemas/hover_info/transformers/boilerplate_for_migrate.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/hover_info/transformers/boilerplate_for_migrate.js +40 -0
- package/dist/implementation/generated/liana/schemas/hover_info/transformers/fountain_pen.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/hover_info/transformers/fountain_pen.js +41 -0
- package/dist/implementation/generated/liana/schemas/location/refiners/astn_parse_tree.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/location/refiners/astn_parse_tree.js +83 -0
- package/dist/implementation/generated/liana/schemas/location/refiners/list_of_characters.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/location/refiners/list_of_characters.js +49 -0
- package/dist/implementation/generated/liana/schemas/location/transformers/astn_sealed_target.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/location/transformers/astn_sealed_target.js +59 -0
- package/dist/implementation/generated/liana/schemas/location/transformers/boilerplate_for_migrate.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/location/transformers/boilerplate_for_migrate.js +18 -0
- package/dist/implementation/generated/liana/schemas/location/transformers/fountain_pen.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/location/transformers/fountain_pen.js +43 -0
- package/dist/implementation/generated/liana/schemas/path/refiners/astn_parse_tree.d.ts +7 -0
- package/dist/implementation/generated/liana/schemas/path/refiners/astn_parse_tree.js +151 -0
- package/dist/implementation/generated/liana/schemas/path/refiners/list_of_characters.d.ts +7 -0
- package/dist/implementation/generated/liana/schemas/path/refiners/list_of_characters.js +69 -0
- package/dist/implementation/generated/liana/schemas/path/transformers/astn_sealed_target.d.ts +7 -0
- package/dist/implementation/generated/liana/schemas/path/transformers/astn_sealed_target.js +125 -0
- package/dist/implementation/generated/liana/schemas/path/transformers/boilerplate_for_migrate.d.ts +7 -0
- package/dist/implementation/generated/liana/schemas/path/transformers/boilerplate_for_migrate.js +88 -0
- package/dist/implementation/generated/liana/schemas/path/transformers/fountain_pen.d.ts +7 -0
- package/dist/implementation/generated/liana/schemas/path/transformers/fountain_pen.js +51 -0
- package/dist/implementation/generated/liana/schemas/seal/refiners/astn_parse_tree.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/seal/refiners/astn_parse_tree.js +101 -0
- package/dist/implementation/generated/liana/schemas/seal/refiners/list_of_characters.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/seal/refiners/list_of_characters.js +49 -0
- package/dist/implementation/generated/liana/schemas/seal/transformers/astn_sealed_target.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/seal/transformers/astn_sealed_target.js +73 -0
- package/dist/implementation/generated/liana/schemas/seal/transformers/boilerplate_for_migrate.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/seal/transformers/boilerplate_for_migrate.js +56 -0
- package/dist/implementation/generated/liana/schemas/seal/transformers/fountain_pen.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/seal/transformers/fountain_pen.js +43 -0
- package/dist/implementation/generated/liana/schemas/sort_alphabetically/refiners/astn_parse_tree.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/sort_alphabetically/refiners/astn_parse_tree.js +59 -0
- package/dist/implementation/generated/liana/schemas/sort_alphabetically/refiners/list_of_characters.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/sort_alphabetically/refiners/list_of_characters.js +44 -0
- package/dist/implementation/generated/liana/schemas/sort_alphabetically/transformers/astn_sealed_target.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/sort_alphabetically/transformers/astn_sealed_target.js +47 -0
- package/dist/implementation/generated/liana/schemas/sort_alphabetically/transformers/boilerplate_for_migrate.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/sort_alphabetically/transformers/boilerplate_for_migrate.js +46 -0
- package/dist/implementation/generated/liana/schemas/sort_alphabetically/transformers/fountain_pen.d.ts +2 -0
- package/dist/implementation/generated/liana/schemas/sort_alphabetically/transformers/fountain_pen.js +41 -0
- package/dist/implementation/generated/liana/schemas/validate_document/refiners/astn_parse_tree.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/validate_document/refiners/astn_parse_tree.js +152 -0
- package/dist/implementation/generated/liana/schemas/validate_document/refiners/list_of_characters.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/validate_document/refiners/list_of_characters.js +49 -0
- package/dist/implementation/generated/liana/schemas/validate_document/transformers/astn_sealed_target.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/validate_document/transformers/astn_sealed_target.js +103 -0
- package/dist/implementation/generated/liana/schemas/validate_document/transformers/boilerplate_for_migrate.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/validate_document/transformers/boilerplate_for_migrate.js +78 -0
- package/dist/implementation/generated/liana/schemas/validate_document/transformers/fountain_pen.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/validate_document/transformers/fountain_pen.js +43 -0
- package/dist/implementation/manual/queries/get_completion_suggestions.d.ts +2 -0
- package/dist/implementation/manual/queries/get_completion_suggestions.js +51 -0
- package/dist/implementation/manual/queries/get_on_hover_info.d.ts +2 -0
- package/dist/implementation/manual/queries/get_on_hover_info.js +54 -0
- package/dist/implementation/manual/queries/seal.d.ts +2 -0
- package/dist/implementation/manual/queries/seal.js +47 -0
- package/dist/implementation/manual/queries/sort_alphabetically.d.ts +1 -0
- package/dist/implementation/manual/queries/sort_alphabetically.js +12 -0
- package/dist/implementation/manual/queries/validate_document.d.ts +0 -0
- package/dist/implementation/manual/queries/validate_document.js +282 -0
- package/dist/implementation/manual/refiners/format/pseudo_deserializers.d.ts +0 -0
- package/dist/implementation/manual/refiners/format/pseudo_deserializers.js +54 -0
- package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +5 -0
- package/dist/implementation/manual/text_to_text/convert_to_json.js +46 -0
- package/dist/implementation/manual/transformers/astn_core_location/location.d.ts +7 -0
- package/dist/implementation/manual/transformers/astn_core_location/location.js +14 -0
- package/dist/implementation/manual/transformers/liana_schema/authoring_target.d.ts +5 -0
- package/dist/implementation/manual/transformers/liana_schema/authoring_target.js +128 -0
- package/dist/implementation/manual/transformers/unmarshall_result/completion_suggestions.d.ts +9 -0
- package/dist/implementation/manual/transformers/unmarshall_result/completion_suggestions.js +83 -0
- package/dist/implementation/manual/transformers/unmarshall_result/found.d.ts +16 -0
- package/dist/implementation/manual/transformers/unmarshall_result/found.js +168 -0
- package/dist/implementation/manual/transformers/unmarshall_result/hover_info.d.ts +10 -0
- package/dist/implementation/manual/transformers/unmarshall_result/hover_info.js +56 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/data.d.ts +15 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/data.js +3 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/signatures/refiners/astn_parse_tree.d.ts +13 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/signatures/refiners/list_of_characters.d.ts +18 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/signatures/transformers/astn_sealed_target.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/signatures/transformers/boilerplate_for_migrate.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/signatures/transformers/fountain_pen.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/completion_suggestions/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/data.d.ts +23 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/data.js +3 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/signatures/refiners/astn_parse_tree.d.ts +13 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/signatures/refiners/list_of_characters.d.ts +18 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/signatures/transformers/astn_sealed_target.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/signatures/transformers/boilerplate_for_migrate.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/signatures/transformers/fountain_pen.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/convert_to_json/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/generated/liana/schemas/format/data.d.ts +56 -0
- package/dist/interface/generated/liana/schemas/format/data.js +3 -0
- package/dist/interface/generated/liana/schemas/format/signatures/refiners/astn_parse_tree.d.ts +29 -0
- package/dist/interface/generated/liana/schemas/format/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/format/signatures/refiners/list_of_characters.d.ts +44 -0
- package/dist/interface/generated/liana/schemas/format/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/format/signatures/transformers/astn_sealed_target.d.ts +24 -0
- package/dist/interface/generated/liana/schemas/format/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/format/signatures/transformers/boilerplate_for_migrate.d.ts +24 -0
- package/dist/interface/generated/liana/schemas/format/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/format/signatures/transformers/fountain_pen.d.ts +24 -0
- package/dist/interface/generated/liana/schemas/format/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/data.d.ts +29 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/data.js +3 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/signatures/refiners/astn_parse_tree.d.ts +21 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/signatures/refiners/list_of_characters.d.ts +31 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/signatures/transformers/astn_sealed_target.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/signatures/transformers/boilerplate_for_migrate.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/signatures/transformers/fountain_pen.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/get_completion_suggestions/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/data.d.ts +32 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/data.js +3 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/signatures/refiners/astn_parse_tree.d.ts +21 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/signatures/refiners/list_of_characters.d.ts +31 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/signatures/transformers/astn_sealed_target.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/signatures/transformers/boilerplate_for_migrate.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/signatures/transformers/fountain_pen.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/get_on_hover_info/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/generated/liana/schemas/hover_info/data.d.ts +9 -0
- package/dist/interface/generated/liana/schemas/hover_info/data.js +3 -0
- package/dist/interface/generated/liana/schemas/hover_info/signatures/refiners/astn_parse_tree.d.ts +13 -0
- package/dist/interface/generated/liana/schemas/hover_info/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/hover_info/signatures/refiners/list_of_characters.d.ts +18 -0
- package/dist/interface/generated/liana/schemas/hover_info/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/hover_info/signatures/transformers/astn_sealed_target.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/hover_info/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/hover_info/signatures/transformers/boilerplate_for_migrate.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/hover_info/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/hover_info/signatures/transformers/fountain_pen.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/hover_info/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/generated/liana/schemas/location/data.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/location/data.js +3 -0
- package/dist/interface/generated/liana/schemas/location/signatures/refiners/astn_parse_tree.d.ts +21 -0
- package/dist/interface/generated/liana/schemas/location/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/location/signatures/refiners/list_of_characters.d.ts +31 -0
- package/dist/interface/generated/liana/schemas/location/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/location/signatures/transformers/astn_sealed_target.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/location/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/location/signatures/transformers/boilerplate_for_migrate.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/location/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/location/signatures/transformers/fountain_pen.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/location/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/generated/liana/schemas/path/data.d.ts +52 -0
- package/dist/interface/generated/liana/schemas/path/data.js +3 -0
- package/dist/interface/generated/liana/schemas/path/signatures/refiners/astn_parse_tree.d.ts +53 -0
- package/dist/interface/generated/liana/schemas/path/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/path/signatures/refiners/list_of_characters.d.ts +83 -0
- package/dist/interface/generated/liana/schemas/path/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/path/signatures/transformers/astn_sealed_target.d.ts +45 -0
- package/dist/interface/generated/liana/schemas/path/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/path/signatures/transformers/boilerplate_for_migrate.d.ts +45 -0
- package/dist/interface/generated/liana/schemas/path/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/path/signatures/transformers/fountain_pen.d.ts +45 -0
- package/dist/interface/generated/liana/schemas/path/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/generated/liana/schemas/seal/data.d.ts +27 -0
- package/dist/interface/generated/liana/schemas/seal/data.js +3 -0
- package/dist/interface/generated/liana/schemas/seal/signatures/refiners/astn_parse_tree.d.ts +21 -0
- package/dist/interface/generated/liana/schemas/seal/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/seal/signatures/refiners/list_of_characters.d.ts +31 -0
- package/dist/interface/generated/liana/schemas/seal/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/seal/signatures/transformers/astn_sealed_target.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/seal/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/seal/signatures/transformers/boilerplate_for_migrate.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/seal/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/seal/signatures/transformers/fountain_pen.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/seal/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/data.d.ts +8 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/data.js +3 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/signatures/refiners/astn_parse_tree.d.ts +13 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/signatures/refiners/list_of_characters.d.ts +18 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/signatures/transformers/astn_sealed_target.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/signatures/transformers/boilerplate_for_migrate.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/signatures/transformers/fountain_pen.d.ts +10 -0
- package/dist/interface/generated/liana/schemas/sort_alphabetically/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/generated/liana/schemas/validate_document/data.d.ts +60 -0
- package/dist/interface/generated/liana/schemas/validate_document/data.js +3 -0
- package/dist/interface/generated/liana/schemas/validate_document/signatures/refiners/astn_parse_tree.d.ts +21 -0
- package/dist/interface/generated/liana/schemas/validate_document/signatures/refiners/astn_parse_tree.js +3 -0
- package/dist/interface/generated/liana/schemas/validate_document/signatures/refiners/list_of_characters.d.ts +31 -0
- package/dist/interface/generated/liana/schemas/validate_document/signatures/refiners/list_of_characters.js +3 -0
- package/dist/interface/generated/liana/schemas/validate_document/signatures/transformers/astn_sealed_target.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/validate_document/signatures/transformers/astn_sealed_target.js +3 -0
- package/dist/interface/generated/liana/schemas/validate_document/signatures/transformers/boilerplate_for_migrate.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/validate_document/signatures/transformers/boilerplate_for_migrate.js +3 -0
- package/dist/interface/generated/liana/schemas/validate_document/signatures/transformers/fountain_pen.d.ts +17 -0
- package/dist/interface/generated/liana/schemas/validate_document/signatures/transformers/fountain_pen.js +3 -0
- package/dist/interface/resources.d.ts +13 -0
- package/dist/interface/resources.js +3 -0
- package/dist/interface/signatures.d.ts +17 -0
- package/dist/interface/signatures.js +3 -0
- package/dist/interface/to_be_generated/found.d.ts +4 -0
- package/dist/interface/to_be_generated/found.js +3 -0
- package/dist/interface/to_be_generated/seal.d.ts +3 -0
- package/dist/interface/to_be_generated/seal.js +3 -0
- package/package.json +33 -0
package/dist/interface/generated/liana/schemas/path/signatures/transformers/astn_sealed_target.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9wYXRoL3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2FzdG5fc2VhbGVkX3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as i_out from "../../data";
|
|
2
|
+
import * as i_in from "../../data";
|
|
3
|
+
export declare namespace Node_Path_ {
|
|
4
|
+
type I = i_in.Node_Path;
|
|
5
|
+
type O = i_out.Node_Path;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Node_Path_ = (context: Node_Path_.I) => Node_Path_.O;
|
|
10
|
+
export declare namespace Context_Path_ {
|
|
11
|
+
type I = i_in.Context_Path;
|
|
12
|
+
type O = i_out.Context_Path;
|
|
13
|
+
namespace P {
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export type Context_Path_ = (context: Context_Path_.I) => Context_Path_.O;
|
|
17
|
+
export declare namespace Context_Subpath_ {
|
|
18
|
+
type I = i_in.Context_Subpath;
|
|
19
|
+
type O = i_out.Context_Subpath;
|
|
20
|
+
namespace P {
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export type Context_Subpath_ = (context: Context_Subpath_.I) => Context_Subpath_.O;
|
|
24
|
+
export declare namespace Start_ {
|
|
25
|
+
type I = i_in.Start;
|
|
26
|
+
type O = i_out.Start;
|
|
27
|
+
namespace P {
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export type Start_ = (context: Start_.I) => Start_.O;
|
|
31
|
+
export declare namespace Up_Steps_ {
|
|
32
|
+
type I = i_in.Up_Steps;
|
|
33
|
+
type O = i_out.Up_Steps;
|
|
34
|
+
namespace P {
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
export type Up_Steps_ = (context: Up_Steps_.I) => Up_Steps_.O;
|
|
38
|
+
export declare namespace Non_Normalized_Path_ {
|
|
39
|
+
type I = i_in.Non_Normalized_Path;
|
|
40
|
+
type O = i_out.Non_Normalized_Path;
|
|
41
|
+
namespace P {
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export type Non_Normalized_Path_ = (context: Non_Normalized_Path_.I) => Non_Normalized_Path_.O;
|
|
45
|
+
export { Node_Path_ as Node_Path, Context_Path_ as Context_Path, Context_Subpath_ as Context_Subpath, Start_ as Start, Up_Steps_ as Up_Steps, Non_Normalized_Path_ as Non_Normalized_Path, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL3BhdGgvc2lnbmF0dXJlcy90cmFuc2Zvcm1lcnMvYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as i_in from "../../data";
|
|
2
|
+
import * as i_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/prose/data";
|
|
3
|
+
export declare namespace Node_Path_ {
|
|
4
|
+
type I = i_in.Node_Path;
|
|
5
|
+
type O = i_out.Paragraph;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Node_Path_ = (context: Node_Path_.I) => Node_Path_.O;
|
|
10
|
+
export declare namespace Context_Path_ {
|
|
11
|
+
type I = i_in.Context_Path;
|
|
12
|
+
type O = i_out.Paragraph;
|
|
13
|
+
namespace P {
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export type Context_Path_ = (context: Context_Path_.I) => Context_Path_.O;
|
|
17
|
+
export declare namespace Context_Subpath_ {
|
|
18
|
+
type I = i_in.Context_Subpath;
|
|
19
|
+
type O = i_out.Paragraph;
|
|
20
|
+
namespace P {
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export type Context_Subpath_ = (context: Context_Subpath_.I) => Context_Subpath_.O;
|
|
24
|
+
export declare namespace Start_ {
|
|
25
|
+
type I = i_in.Start;
|
|
26
|
+
type O = i_out.Paragraph;
|
|
27
|
+
namespace P {
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export type Start_ = (context: Start_.I) => Start_.O;
|
|
31
|
+
export declare namespace Up_Steps_ {
|
|
32
|
+
type I = i_in.Up_Steps;
|
|
33
|
+
type O = i_out.Paragraph;
|
|
34
|
+
namespace P {
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
export type Up_Steps_ = (context: Up_Steps_.I) => Up_Steps_.O;
|
|
38
|
+
export declare namespace Non_Normalized_Path_ {
|
|
39
|
+
type I = i_in.Non_Normalized_Path;
|
|
40
|
+
type O = i_out.Paragraph;
|
|
41
|
+
namespace P {
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export type Non_Normalized_Path_ = (context: Non_Normalized_Path_.I) => Non_Normalized_Path_.O;
|
|
45
|
+
export { Node_Path_ as Node_Path, Context_Path_ as Context_Path, Context_Subpath_ as Context_Subpath, Start_ as Start, Up_Steps_ as Up_Steps, Non_Normalized_Path_ as Non_Normalized_Path, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9wYXRoL3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2ZvdW50YWluX3Blbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as i__imports_path from "../path/data";
|
|
2
|
+
export type Result_ = string;
|
|
3
|
+
export declare namespace Parameters_ {
|
|
4
|
+
type content = string;
|
|
5
|
+
namespace source {
|
|
6
|
+
type file_path = i__imports_path.Node_Path;
|
|
7
|
+
type tab_size = number;
|
|
8
|
+
}
|
|
9
|
+
type source = {
|
|
10
|
+
readonly 'file path': source.file_path;
|
|
11
|
+
readonly 'tab size': source.tab_size;
|
|
12
|
+
};
|
|
13
|
+
namespace target {
|
|
14
|
+
type indentation = string;
|
|
15
|
+
type newline = string;
|
|
16
|
+
}
|
|
17
|
+
type target = {
|
|
18
|
+
readonly 'indentation': target.indentation;
|
|
19
|
+
readonly 'newline': target.newline;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export type Parameters_ = {
|
|
23
|
+
readonly 'content': Parameters_.content;
|
|
24
|
+
readonly 'source': Parameters_.source;
|
|
25
|
+
readonly 'target': Parameters_.target;
|
|
26
|
+
};
|
|
27
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvc2VhbC9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
|
|
3
|
+
import * as i_out from "../../data";
|
|
4
|
+
import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
5
|
+
export declare namespace Result_ {
|
|
6
|
+
type I = i_in.Value;
|
|
7
|
+
type O = i_out.Result;
|
|
8
|
+
type E = i_generic.Error;
|
|
9
|
+
namespace P {
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export type Result_ = (context: Result_.I, abort: _pi.Abort<Result_.E>) => Result_.O;
|
|
13
|
+
export declare namespace Parameters_ {
|
|
14
|
+
type I = i_in.Value;
|
|
15
|
+
type O = i_out.Parameters;
|
|
16
|
+
type E = i_generic.Error;
|
|
17
|
+
namespace P {
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export type Parameters_ = (context: Parameters_.I, abort: _pi.Abort<Parameters_.E>) => Parameters_.O;
|
|
21
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zZWFsL3NpZ25hdHVyZXMvcmVmaW5lcnMvYXN0bl9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
package/dist/interface/generated/liana/schemas/seal/signatures/refiners/list_of_characters.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
|
|
3
|
+
import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import * as i_out from "../../data";
|
|
5
|
+
export declare namespace Result_ {
|
|
6
|
+
type I = i_in.List_of_Characters;
|
|
7
|
+
type O = i_out.Result;
|
|
8
|
+
type E = i_generic.Error;
|
|
9
|
+
namespace P {
|
|
10
|
+
type document_resource_identifier = string;
|
|
11
|
+
type tab_size = number;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export type Result_ = (context: Result_.I, abort: _pi.Abort<Result_.E>, parameters: {
|
|
15
|
+
readonly 'document resource identifier': Result_.P.document_resource_identifier;
|
|
16
|
+
readonly 'tab size': Result_.P.tab_size;
|
|
17
|
+
}) => Result_.O;
|
|
18
|
+
export declare namespace Parameters_ {
|
|
19
|
+
type I = i_in.List_of_Characters;
|
|
20
|
+
type O = i_out.Parameters;
|
|
21
|
+
type E = i_generic.Error;
|
|
22
|
+
namespace P {
|
|
23
|
+
type document_resource_identifier = string;
|
|
24
|
+
type tab_size = number;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
export type Parameters_ = (context: Parameters_.I, abort: _pi.Abort<Parameters_.E>, parameters: {
|
|
28
|
+
readonly 'document resource identifier': Parameters_.P.document_resource_identifier;
|
|
29
|
+
readonly 'tab size': Parameters_.P.tab_size;
|
|
30
|
+
}) => Parameters_.O;
|
|
31
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zZWFsL3NpZ25hdHVyZXMvcmVmaW5lcnMvbGlzdF9vZl9jaGFyYWN0ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
package/dist/interface/generated/liana/schemas/seal/signatures/transformers/astn_sealed_target.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i_out from "astn-core/dist/interface/generated/liana/schemas/sealed_target/data";
|
|
2
|
+
import * as i_in from "../../data";
|
|
3
|
+
export declare namespace Result_ {
|
|
4
|
+
type I = i_in.Result;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Result_ = (context: Result_.I) => Result_.O;
|
|
10
|
+
export declare namespace Parameters_ {
|
|
11
|
+
type I = i_in.Parameters;
|
|
12
|
+
type O = i_out.Value;
|
|
13
|
+
namespace P {
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export type Parameters_ = (context: Parameters_.I) => Parameters_.O;
|
|
17
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
package/dist/interface/generated/liana/schemas/seal/signatures/transformers/astn_sealed_target.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zZWFsL3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2FzdG5fc2VhbGVkX3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i_out from "../../data";
|
|
2
|
+
import * as i_in from "../../data";
|
|
3
|
+
export declare namespace Result_ {
|
|
4
|
+
type I = i_in.Result;
|
|
5
|
+
type O = i_out.Result;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Result_ = (context: Result_.I) => Result_.O;
|
|
10
|
+
export declare namespace Parameters_ {
|
|
11
|
+
type I = i_in.Parameters;
|
|
12
|
+
type O = i_out.Parameters;
|
|
13
|
+
namespace P {
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export type Parameters_ = (context: Parameters_.I) => Parameters_.O;
|
|
17
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL3NlYWwvc2lnbmF0dXJlcy90cmFuc2Zvcm1lcnMvYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i_in from "../../data";
|
|
2
|
+
import * as i_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/prose/data";
|
|
3
|
+
export declare namespace Result_ {
|
|
4
|
+
type I = i_in.Result;
|
|
5
|
+
type O = i_out.Paragraph;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Result_ = (context: Result_.I) => Result_.O;
|
|
10
|
+
export declare namespace Parameters_ {
|
|
11
|
+
type I = i_in.Parameters;
|
|
12
|
+
type O = i_out.Paragraph;
|
|
13
|
+
namespace P {
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export type Parameters_ = (context: Parameters_.I) => Parameters_.O;
|
|
17
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zZWFsL3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2ZvdW50YWluX3Blbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i__imports_location from "../location/data";
|
|
2
|
+
export declare namespace Sort_Parameters_ {
|
|
3
|
+
type position = i__imports_location.Position;
|
|
4
|
+
}
|
|
5
|
+
export type Sort_Parameters_ = {
|
|
6
|
+
readonly 'position': Sort_Parameters_.position;
|
|
7
|
+
};
|
|
8
|
+
export { Sort_Parameters_ as Sort_Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvc29ydF9hbHBoYWJldGljYWxseS9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
|
|
3
|
+
import * as i_out from "../../data";
|
|
4
|
+
import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
5
|
+
export declare namespace Sort_Parameters_ {
|
|
6
|
+
type I = i_in.Value;
|
|
7
|
+
type O = i_out.Sort_Parameters;
|
|
8
|
+
type E = i_generic.Error;
|
|
9
|
+
namespace P {
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export type Sort_Parameters_ = (context: Sort_Parameters_.I, abort: _pi.Abort<Sort_Parameters_.E>) => Sort_Parameters_.O;
|
|
13
|
+
export { Sort_Parameters_ as Sort_Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zb3J0X2FscGhhYmV0aWNhbGx5L3NpZ25hdHVyZXMvcmVmaW5lcnMvYXN0bl9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
|
|
3
|
+
import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import * as i_out from "../../data";
|
|
5
|
+
export declare namespace Sort_Parameters_ {
|
|
6
|
+
type I = i_in.List_of_Characters;
|
|
7
|
+
type O = i_out.Sort_Parameters;
|
|
8
|
+
type E = i_generic.Error;
|
|
9
|
+
namespace P {
|
|
10
|
+
type document_resource_identifier = string;
|
|
11
|
+
type tab_size = number;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export type Sort_Parameters_ = (context: Sort_Parameters_.I, abort: _pi.Abort<Sort_Parameters_.E>, parameters: {
|
|
15
|
+
readonly 'document resource identifier': Sort_Parameters_.P.document_resource_identifier;
|
|
16
|
+
readonly 'tab size': Sort_Parameters_.P.tab_size;
|
|
17
|
+
}) => Sort_Parameters_.O;
|
|
18
|
+
export { Sort_Parameters_ as Sort_Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zb3J0X2FscGhhYmV0aWNhbGx5L3NpZ25hdHVyZXMvcmVmaW5lcnMvbGlzdF9vZl9jaGFyYWN0ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i_out from "astn-core/dist/interface/generated/liana/schemas/sealed_target/data";
|
|
2
|
+
import * as i_in from "../../data";
|
|
3
|
+
export declare namespace Sort_Parameters_ {
|
|
4
|
+
type I = i_in.Sort_Parameters;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Sort_Parameters_ = (context: Sort_Parameters_.I) => Sort_Parameters_.O;
|
|
10
|
+
export { Sort_Parameters_ as Sort_Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zb3J0X2FscGhhYmV0aWNhbGx5L3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2FzdG5fc2VhbGVkX3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i_out from "../../data";
|
|
2
|
+
import * as i_in from "../../data";
|
|
3
|
+
export declare namespace Sort_Parameters_ {
|
|
4
|
+
type I = i_in.Sort_Parameters;
|
|
5
|
+
type O = i_out.Sort_Parameters;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Sort_Parameters_ = (context: Sort_Parameters_.I) => Sort_Parameters_.O;
|
|
10
|
+
export { Sort_Parameters_ as Sort_Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL3NvcnRfYWxwaGFiZXRpY2FsbHkvc2lnbmF0dXJlcy90cmFuc2Zvcm1lcnMvYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i_in from "../../data";
|
|
2
|
+
import * as i_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/prose/data";
|
|
3
|
+
export declare namespace Sort_Parameters_ {
|
|
4
|
+
type I = i_in.Sort_Parameters;
|
|
5
|
+
type O = i_out.Paragraph;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Sort_Parameters_ = (context: Sort_Parameters_.I) => Sort_Parameters_.O;
|
|
10
|
+
export { Sort_Parameters_ as Sort_Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zb3J0X2FscGhhYmV0aWNhbGx5L3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2ZvdW50YWluX3Blbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as i__imports_location from "../location/data";
|
|
3
|
+
import * as i__imports_path from "../path/data";
|
|
4
|
+
export declare namespace Result_ {
|
|
5
|
+
namespace diagnostics {
|
|
6
|
+
namespace L {
|
|
7
|
+
namespace severity {
|
|
8
|
+
type error = null;
|
|
9
|
+
type warning = null;
|
|
10
|
+
type information = null;
|
|
11
|
+
type hint = null;
|
|
12
|
+
}
|
|
13
|
+
type severity = readonly ['error', severity.error] | readonly ['warning', severity.warning] | readonly ['information', severity.information] | readonly ['hint', severity.hint];
|
|
14
|
+
type range = i__imports_location.Range;
|
|
15
|
+
type message = string;
|
|
16
|
+
namespace related_information {
|
|
17
|
+
namespace O {
|
|
18
|
+
namespace L {
|
|
19
|
+
namespace location {
|
|
20
|
+
type file_path = i__imports_path.Node_Path;
|
|
21
|
+
type range = i__imports_location.Range;
|
|
22
|
+
}
|
|
23
|
+
type location = {
|
|
24
|
+
readonly 'file path': location.file_path;
|
|
25
|
+
readonly 'range': location.range;
|
|
26
|
+
};
|
|
27
|
+
type message = string;
|
|
28
|
+
}
|
|
29
|
+
type L = {
|
|
30
|
+
readonly 'location': L.location;
|
|
31
|
+
readonly 'message': L.message;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
type O = _pi.List<O.L>;
|
|
35
|
+
}
|
|
36
|
+
type related_information = _pi.Optional_Value<related_information.O>;
|
|
37
|
+
}
|
|
38
|
+
type L = {
|
|
39
|
+
readonly 'severity': L.severity;
|
|
40
|
+
readonly 'range': L.range;
|
|
41
|
+
readonly 'message': L.message;
|
|
42
|
+
readonly 'related information': L.related_information;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
type diagnostics = _pi.List<diagnostics.L>;
|
|
46
|
+
}
|
|
47
|
+
export type Result_ = {
|
|
48
|
+
readonly 'diagnostics': Result_.diagnostics;
|
|
49
|
+
};
|
|
50
|
+
export declare namespace Parameters_ {
|
|
51
|
+
type content = string;
|
|
52
|
+
type file_path = i__imports_path.Node_Path;
|
|
53
|
+
type tab_size = number;
|
|
54
|
+
}
|
|
55
|
+
export type Parameters_ = {
|
|
56
|
+
readonly 'content': Parameters_.content;
|
|
57
|
+
readonly 'file path': Parameters_.file_path;
|
|
58
|
+
readonly 'tab size': Parameters_.tab_size;
|
|
59
|
+
};
|
|
60
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvdmFsaWRhdGVfZG9jdW1lbnQvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
|
|
3
|
+
import * as i_out from "../../data";
|
|
4
|
+
import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
5
|
+
export declare namespace Result_ {
|
|
6
|
+
type I = i_in.Value;
|
|
7
|
+
type O = i_out.Result;
|
|
8
|
+
type E = i_generic.Error;
|
|
9
|
+
namespace P {
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export type Result_ = (context: Result_.I, abort: _pi.Abort<Result_.E>) => Result_.O;
|
|
13
|
+
export declare namespace Parameters_ {
|
|
14
|
+
type I = i_in.Value;
|
|
15
|
+
type O = i_out.Parameters;
|
|
16
|
+
type E = i_generic.Error;
|
|
17
|
+
namespace P {
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export type Parameters_ = (context: Parameters_.I, abort: _pi.Abort<Parameters_.E>) => Parameters_.O;
|
|
21
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy92YWxpZGF0ZV9kb2N1bWVudC9zaWduYXR1cmVzL3JlZmluZXJzL2FzdG5fcGFyc2VfdHJlZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
|
|
3
|
+
import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import * as i_out from "../../data";
|
|
5
|
+
export declare namespace Result_ {
|
|
6
|
+
type I = i_in.List_of_Characters;
|
|
7
|
+
type O = i_out.Result;
|
|
8
|
+
type E = i_generic.Error;
|
|
9
|
+
namespace P {
|
|
10
|
+
type document_resource_identifier = string;
|
|
11
|
+
type tab_size = number;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export type Result_ = (context: Result_.I, abort: _pi.Abort<Result_.E>, parameters: {
|
|
15
|
+
readonly 'document resource identifier': Result_.P.document_resource_identifier;
|
|
16
|
+
readonly 'tab size': Result_.P.tab_size;
|
|
17
|
+
}) => Result_.O;
|
|
18
|
+
export declare namespace Parameters_ {
|
|
19
|
+
type I = i_in.List_of_Characters;
|
|
20
|
+
type O = i_out.Parameters;
|
|
21
|
+
type E = i_generic.Error;
|
|
22
|
+
namespace P {
|
|
23
|
+
type document_resource_identifier = string;
|
|
24
|
+
type tab_size = number;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
export type Parameters_ = (context: Parameters_.I, abort: _pi.Abort<Parameters_.E>, parameters: {
|
|
28
|
+
readonly 'document resource identifier': Parameters_.P.document_resource_identifier;
|
|
29
|
+
readonly 'tab size': Parameters_.P.tab_size;
|
|
30
|
+
}) => Parameters_.O;
|
|
31
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy92YWxpZGF0ZV9kb2N1bWVudC9zaWduYXR1cmVzL3JlZmluZXJzL2xpc3Rfb2ZfY2hhcmFjdGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i_out from "astn-core/dist/interface/generated/liana/schemas/sealed_target/data";
|
|
2
|
+
import * as i_in from "../../data";
|
|
3
|
+
export declare namespace Result_ {
|
|
4
|
+
type I = i_in.Result;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Result_ = (context: Result_.I) => Result_.O;
|
|
10
|
+
export declare namespace Parameters_ {
|
|
11
|
+
type I = i_in.Parameters;
|
|
12
|
+
type O = i_out.Value;
|
|
13
|
+
namespace P {
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export type Parameters_ = (context: Parameters_.I) => Parameters_.O;
|
|
17
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy92YWxpZGF0ZV9kb2N1bWVudC9zaWduYXR1cmVzL3RyYW5zZm9ybWVycy9hc3RuX3NlYWxlZF90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i_out from "../../data";
|
|
2
|
+
import * as i_in from "../../data";
|
|
3
|
+
export declare namespace Result_ {
|
|
4
|
+
type I = i_in.Result;
|
|
5
|
+
type O = i_out.Result;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Result_ = (context: Result_.I) => Result_.O;
|
|
10
|
+
export declare namespace Parameters_ {
|
|
11
|
+
type I = i_in.Parameters;
|
|
12
|
+
type O = i_out.Parameters;
|
|
13
|
+
namespace P {
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export type Parameters_ = (context: Parameters_.I) => Parameters_.O;
|
|
17
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL3ZhbGlkYXRlX2RvY3VtZW50L3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2JvaWxlcnBsYXRlX2Zvcl9taWdyYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i_in from "../../data";
|
|
2
|
+
import * as i_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/prose/data";
|
|
3
|
+
export declare namespace Result_ {
|
|
4
|
+
type I = i_in.Result;
|
|
5
|
+
type O = i_out.Paragraph;
|
|
6
|
+
namespace P {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type Result_ = (context: Result_.I) => Result_.O;
|
|
10
|
+
export declare namespace Parameters_ {
|
|
11
|
+
type I = i_in.Parameters;
|
|
12
|
+
type O = i_out.Paragraph;
|
|
13
|
+
namespace P {
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export type Parameters_ = (context: Parameters_.I) => Parameters_.O;
|
|
17
|
+
export { Result_ as Result, Parameters_ as Parameters, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy92YWxpZGF0ZV9kb2N1bWVudC9zaWduYXR1cmVzL3RyYW5zZm9ybWVycy9mb3VudGFpbl9wZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as d_get_completion_suggestions from "./generated/liana/schemas/get_completion_suggestions/data";
|
|
3
|
+
import * as d_get_on_hover_info from "./generated/liana/schemas/get_on_hover_info/data";
|
|
4
|
+
import * as d_get_unmarshalled_document from "pareto-liana/dist/interface/to_be_generated/get_unmarshalled_document";
|
|
5
|
+
import * as d_seal from "./generated/liana/schemas/seal/data";
|
|
6
|
+
import * as d_seal_tbg from "./to_be_generated/seal";
|
|
7
|
+
import * as d_validate_document from "./generated/liana/schemas/validate_document/data";
|
|
8
|
+
export declare namespace queries {
|
|
9
|
+
type get_completion_suggestions = _pi.Query<d_get_completion_suggestions.Result, d_get_unmarshalled_document.Error, d_get_completion_suggestions.Parameters>;
|
|
10
|
+
type get_on_hover_info = _pi.Query<d_get_on_hover_info.Result, d_get_unmarshalled_document.Error, d_get_on_hover_info.Parameters>;
|
|
11
|
+
type seal = _pi.Query<d_seal.Result, d_seal_tbg.Error, d_seal.Parameters>;
|
|
12
|
+
type validate_document = _pi.Query<d_validate_document.Result, d_get_unmarshalled_document.Error, d_validate_document.Parameters>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb3VyY2VzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2ludGVyZmFjZS9yZXNvdXJjZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as resources from "./resources";
|
|
3
|
+
import * as resources_pareto from "pareto-resources/dist/interface/resources";
|
|
4
|
+
export declare namespace queries {
|
|
5
|
+
type get_completion_suggestions = _pi.Query_Function<resources.queries.get_completion_suggestions, {
|
|
6
|
+
'read file': resources_pareto.queries.read_file;
|
|
7
|
+
}>;
|
|
8
|
+
type get_on_hover_info = _pi.Query_Function<resources.queries.get_on_hover_info, {
|
|
9
|
+
'read file': resources_pareto.queries.read_file;
|
|
10
|
+
}>;
|
|
11
|
+
type seal = _pi.Query_Function<resources.queries.seal, {
|
|
12
|
+
'read file': resources_pareto.queries.read_file;
|
|
13
|
+
}>;
|
|
14
|
+
type validate_document = _pi.Query_Function<resources.queries.validate_document, {
|
|
15
|
+
'read file': resources_pareto.queries.read_file;
|
|
16
|
+
}>;
|
|
17
|
+
}
|