astn 0.113.31 → 0.113.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/validate_astn.js +0 -0
- package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +4 -4
- package/dist/implementation/manual/schemas/{authoring_parse_tree/transformers/ide.d.ts → ide/refiners/parse_tree.d.ts} +1 -1
- package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +140 -0
- package/dist/implementation/manual/schemas/parse_tree/transformers/json_target.js +79 -0
- package/dist/implementation/manual/schemas/parse_tree/transformers/token.js +86 -0
- package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +3 -1
- package/dist/implementation/manual/text_to_text/convert_to_json.js +11 -16
- package/dist/implementation/manual/text_to_text/validate_astn.js +4 -3
- package/dist/interface/generated/pareto/schemas/ide/data.d.ts +12 -5
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +8 -1
- package/dist/interface/signatures/{transformers/parse_tree/ide.d.ts → refiners/ide/parse_tree.d.ts} +2 -2
- package/dist/interface/signatures/refiners/ide/parse_tree.js +3 -0
- package/dist/interface/signatures/transformers/parse_tree/json_target.d.ts +1 -1
- package/dist/interface/signatures/transformers/parse_tree/token.d.ts +2 -2
- package/package.json +8 -6
- package/dist/implementation/generated/pareto/generic/serialize.d.ts +0 -4
- package/dist/implementation/generated/pareto/generic/serialize.js +0 -93
- package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
- package/dist/implementation/generated/pareto/generic/unmarshall.js +0 -247
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -12
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +0 -214
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +0 -12
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +0 -428
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -12
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +0 -73
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -12
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +0 -194
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -2
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -169
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -2
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -33
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -2
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -106
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -9
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -260
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -9
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -61
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -9
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -332
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +0 -148
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +0 -37
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +0 -124
- package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +0 -4
- package/dist/implementation/generated/pareto/schemas/ide/marshall.js +0 -81
- package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +0 -4
- package/dist/implementation/generated/pareto/schemas/ide/serialize.js +0 -41
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +0 -4
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +0 -89
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +0 -128
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +0 -37
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +0 -108
- package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +0 -11
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +0 -230
- package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +0 -11
- package/dist/implementation/generated/pareto/schemas/token/serialize.js +0 -69
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +0 -11
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +0 -218
- package/dist/implementation/manual/primitives/text/serializers/apostrophed.d.ts +0 -6
- package/dist/implementation/manual/primitives/text/serializers/apostrophed.js +0 -12
- package/dist/implementation/manual/primitives/text/serializers/backticked.d.ts +0 -6
- package/dist/implementation/manual/primitives/text/serializers/backticked.js +0 -12
- package/dist/implementation/manual/primitives/text/serializers/quoted.d.ts +0 -6
- package/dist/implementation/manual/primitives/text/serializers/quoted.js +0 -12
- package/dist/implementation/manual/schemas/annotated_characters/deserializers.d.ts +0 -13
- package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +0 -184
- package/dist/implementation/manual/schemas/authoring_parse_result/serializers.d.ts +0 -5
- package/dist/implementation/manual/schemas/authoring_parse_result/serializers.js +0 -35
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.d.ts +0 -10
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +0 -100
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.d.ts +0 -9
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +0 -59
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/new_interface_signatures.d.ts +0 -8
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/new_interface_signatures.js +0 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +0 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +0 -55
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +0 -27
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +0 -184
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +0 -140
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +0 -79
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +0 -86
- package/dist/implementation/manual/schemas/sealed_target/serializers.d.ts +0 -4
- package/dist/implementation/manual/schemas/sealed_target/serializers.js +0 -35
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.d.ts +0 -4
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +0 -125
- package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +0 -17
- package/dist/implementation/manual/schemas/token/productions/annotated_character.js +0 -550
- package/dist/interface/generated/pareto/core/astn_source.d.ts +0 -123
- package/dist/interface/generated/pareto/core/astn_source.js +0 -3
- package/dist/interface/generated/pareto/core/astn_target.d.ts +0 -186
- package/dist/interface/generated/pareto/core/astn_target.js +0 -3
- package/dist/interface/generated/pareto/core/parse_result.d.ts +0 -25
- package/dist/interface/generated/pareto/core/parse_result.js +0 -3
- package/dist/interface/generated/pareto/core/resolved.d.ts +0 -117
- package/dist/interface/generated/pareto/core/resolved.js +0 -3
- package/dist/interface/generated/pareto/core/token.d.ts +0 -49
- package/dist/interface/generated/pareto/core/token.js +0 -3
- package/dist/interface/generated/pareto/core/unconstrained.d.ts +0 -19
- package/dist/interface/generated/pareto/core/unconstrained.js +0 -3
- package/dist/interface/generated/pareto/core/unresolved.d.ts +0 -181
- package/dist/interface/generated/pareto/core/unresolved.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +0 -192
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +0 -150
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +0 -270
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +0 -79
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -80
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -79
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -80
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +0 -9
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +0 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -9
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +0 -183
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +0 -183
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +0 -58
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -59
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +0 -59
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -58
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -59
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +0 -72
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +0 -72
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +0 -16
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -17
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -16
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -17
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +0 -64
- package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +0 -64
- package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.d.ts +0 -71
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/deserialize.d.ts +0 -9
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.d.ts +0 -31
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/serialize.d.ts +0 -9
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +0 -43
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +0 -43
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +0 -23
- package/dist/interface/generated/pareto/schemas/ide/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +0 -24
- package/dist/interface/generated/pareto/schemas/ide/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +0 -23
- package/dist/interface/generated/pareto/schemas/ide/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +0 -24
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/ide/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/ide/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/data.d.ts +0 -182
- package/dist/interface/generated/pareto/schemas/parse_tree/data.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.d.ts +0 -183
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.d.ts +0 -183
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/deserialize.d.ts +0 -58
- package/dist/interface/generated/pareto/schemas/parse_tree/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.d.ts +0 -52
- package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/serialize.d.ts +0 -58
- package/dist/interface/generated/pareto/schemas/parse_tree/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/data.d.ts +0 -48
- package/dist/interface/generated/pareto/schemas/sealed_target/data.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +0 -45
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -2
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +0 -16
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -17
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +0 -17
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -16
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -17
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +0 -64
- package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +0 -64
- package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/data.d.ts +0 -119
- package/dist/interface/generated/pareto/schemas/token/data.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +0 -119
- package/dist/interface/generated/pareto/schemas/token/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +0 -119
- package/dist/interface/generated/pareto/schemas/token/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +0 -72
- package/dist/interface/generated/pareto/schemas/token/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +0 -73
- package/dist/interface/generated/pareto/schemas/token/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +0 -73
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +0 -72
- package/dist/interface/generated/pareto/schemas/token/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +0 -73
- package/dist/interface/generated/pareto/schemas/token/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/token/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/token/value_serializers.js +0 -3
- package/dist/interface/signatures/transformers/authoring_parse_tree/ide.d.ts +0 -17
- package/dist/interface/signatures/transformers/authoring_parse_tree/ide.js +0 -3
- package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.d.ts +0 -7
- package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.js +0 -3
- package/dist/interface/signatures/transformers/authoring_parse_tree/token.d.ts +0 -4
- package/dist/interface/signatures/transformers/authoring_parse_tree/token.js +0 -3
- package/dist/interface/signatures/transformers/parse_tree/ide.js +0 -3
- package/dist/interface/to_be_generated/annotated_characters.d.ts +0 -13
- package/dist/interface/to_be_generated/annotated_characters.js +0 -3
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.d.ts +0 -4
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.js +0 -93
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.js +0 -247
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.d.ts +0 -3
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.js +0 -32
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.d.ts +0 -3
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.js +0 -110
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.d.ts +0 -3
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.js +0 -37
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.d.ts +0 -3
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.js +0 -81
- package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.d.ts +0 -1
- package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.js +0 -76
- package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.d.ts +0 -5
- package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.js +0 -34
- package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.d.ts +0 -4
- package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.js +0 -85
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +0 -123
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +0 -186
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +0 -25
- package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +0 -117
- package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +0 -49
- package/dist/modules/pareto-json/interface/generated/pareto/core/token.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +0 -19
- package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +0 -181
- package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.d.ts +0 -1
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.js +0 -7
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.d.ts +0 -169
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.d.ts +0 -169
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.d.ts +0 -54
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.d.ts +0 -63
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.d.ts +0 -46
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.d.ts +0 -54
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.d.ts +0 -63
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.d.ts +0 -64
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.d.ts +0 -64
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.js +0 -3
- package/dist/modules/pareto-json/shorthands/json.d.ts +0 -8
- package/dist/modules/pareto-json/shorthands/json.js +0 -35
- package/dist/shorthands/parse_result.d.ts +0 -3
- package/dist/shorthands/parse_result.js +0 -53
- /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/json_target.d.ts +0 -0
- /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/token.d.ts +0 -0
|
@@ -1,270 +0,0 @@
|
|
|
1
|
-
import * as _pi from "pareto-core-interface";
|
|
2
|
-
import * as i_location__ from "../../../core/location";
|
|
3
|
-
export declare namespace Schemas_ {
|
|
4
|
-
type location = i_location__.Location;
|
|
5
|
-
namespace dictionary {
|
|
6
|
-
namespace D {
|
|
7
|
-
type location = i_location__.Location;
|
|
8
|
-
type entry = Schema_Tree_;
|
|
9
|
-
}
|
|
10
|
-
type D = {
|
|
11
|
-
readonly 'location': D.location;
|
|
12
|
-
readonly 'entry': D.entry;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
type dictionary = _pi.Dictionary<dictionary.D>;
|
|
16
|
-
}
|
|
17
|
-
export type Schemas_ = {
|
|
18
|
-
readonly 'location': Schemas_.location;
|
|
19
|
-
readonly 'dictionary': Schemas_.dictionary;
|
|
20
|
-
};
|
|
21
|
-
export declare namespace Text_Type_ {
|
|
22
|
-
namespace _type {
|
|
23
|
-
type location = i_location__.Location;
|
|
24
|
-
namespace state_group {
|
|
25
|
-
type multi_line = null;
|
|
26
|
-
type single_line = null;
|
|
27
|
-
}
|
|
28
|
-
type state_group = readonly ['multi line', state_group.multi_line] | readonly ['single line', state_group.single_line];
|
|
29
|
-
}
|
|
30
|
-
type _type = {
|
|
31
|
-
readonly 'location': _type.location;
|
|
32
|
-
readonly 'state group': _type.state_group;
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
export type Text_Type_ = {
|
|
36
|
-
readonly 'type': Text_Type_._type;
|
|
37
|
-
};
|
|
38
|
-
export declare namespace Globals_ {
|
|
39
|
-
namespace text_types {
|
|
40
|
-
type location = i_location__.Location;
|
|
41
|
-
namespace dictionary {
|
|
42
|
-
namespace D {
|
|
43
|
-
type location = i_location__.Location;
|
|
44
|
-
type entry = Text_Type_;
|
|
45
|
-
}
|
|
46
|
-
type D = {
|
|
47
|
-
readonly 'location': D.location;
|
|
48
|
-
readonly 'entry': D.entry;
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
type dictionary = _pi.Dictionary<dictionary.D>;
|
|
52
|
-
}
|
|
53
|
-
type text_types = {
|
|
54
|
-
readonly 'location': text_types.location;
|
|
55
|
-
readonly 'dictionary': text_types.dictionary;
|
|
56
|
-
};
|
|
57
|
-
}
|
|
58
|
-
export type Globals_ = {
|
|
59
|
-
readonly 'text types': Globals_.text_types;
|
|
60
|
-
};
|
|
61
|
-
export declare namespace Type_ {
|
|
62
|
-
type node = Type_Node_;
|
|
63
|
-
}
|
|
64
|
-
export type Type_ = {
|
|
65
|
-
readonly 'node': Type_.node;
|
|
66
|
-
};
|
|
67
|
-
export declare namespace Types_ {
|
|
68
|
-
type location = i_location__.Location;
|
|
69
|
-
namespace dictionary {
|
|
70
|
-
namespace D {
|
|
71
|
-
type location = i_location__.Location;
|
|
72
|
-
type entry = Type_;
|
|
73
|
-
}
|
|
74
|
-
type D = {
|
|
75
|
-
readonly 'location': D.location;
|
|
76
|
-
readonly 'entry': D.entry;
|
|
77
|
-
};
|
|
78
|
-
}
|
|
79
|
-
type dictionary = _pi.Dictionary<dictionary.D>;
|
|
80
|
-
}
|
|
81
|
-
export type Types_ = {
|
|
82
|
-
readonly 'location': Types_.location;
|
|
83
|
-
readonly 'dictionary': Types_.dictionary;
|
|
84
|
-
};
|
|
85
|
-
export declare namespace Schema_ {
|
|
86
|
-
type imports = Imports_;
|
|
87
|
-
type globals = Globals_;
|
|
88
|
-
type types = Types_;
|
|
89
|
-
}
|
|
90
|
-
export type Schema_ = {
|
|
91
|
-
readonly 'imports': Schema_.imports;
|
|
92
|
-
readonly 'globals': Schema_.globals;
|
|
93
|
-
readonly 'types': Schema_.types;
|
|
94
|
-
};
|
|
95
|
-
export declare namespace Schema_Tree_ {
|
|
96
|
-
type location = i_location__.Location;
|
|
97
|
-
namespace state_group {
|
|
98
|
-
type _set = Schemas_;
|
|
99
|
-
type schema = Schema_;
|
|
100
|
-
}
|
|
101
|
-
type state_group = readonly ['set', state_group._set] | readonly ['schema', state_group.schema];
|
|
102
|
-
}
|
|
103
|
-
export type Schema_Tree_ = {
|
|
104
|
-
readonly 'location': Schema_Tree_.location;
|
|
105
|
-
readonly 'state group': Schema_Tree_.state_group;
|
|
106
|
-
};
|
|
107
|
-
export declare namespace Imports_ {
|
|
108
|
-
type location = i_location__.Location;
|
|
109
|
-
namespace dictionary {
|
|
110
|
-
namespace D {
|
|
111
|
-
type location = i_location__.Location;
|
|
112
|
-
namespace entry {
|
|
113
|
-
namespace schema_set_child {
|
|
114
|
-
type location = i_location__.Location;
|
|
115
|
-
type key = string;
|
|
116
|
-
}
|
|
117
|
-
type schema_set_child = {
|
|
118
|
-
readonly 'location': schema_set_child.location;
|
|
119
|
-
readonly 'key': schema_set_child.key;
|
|
120
|
-
};
|
|
121
|
-
type schema = null;
|
|
122
|
-
}
|
|
123
|
-
type entry = {
|
|
124
|
-
readonly 'schema set child': entry.schema_set_child;
|
|
125
|
-
readonly 'schema': entry.schema;
|
|
126
|
-
};
|
|
127
|
-
}
|
|
128
|
-
type D = {
|
|
129
|
-
readonly 'location': D.location;
|
|
130
|
-
readonly 'entry': D.entry;
|
|
131
|
-
};
|
|
132
|
-
}
|
|
133
|
-
type dictionary = _pi.Dictionary<dictionary.D>;
|
|
134
|
-
}
|
|
135
|
-
export type Imports_ = {
|
|
136
|
-
readonly 'location': Imports_.location;
|
|
137
|
-
readonly 'dictionary': Imports_.dictionary;
|
|
138
|
-
};
|
|
139
|
-
export declare namespace Dictionary_ {
|
|
140
|
-
type node = Type_Node_;
|
|
141
|
-
type ordered = boolean;
|
|
142
|
-
}
|
|
143
|
-
export type Dictionary_ = {
|
|
144
|
-
readonly 'node': Dictionary_.node;
|
|
145
|
-
readonly 'ordered': Dictionary_.ordered;
|
|
146
|
-
};
|
|
147
|
-
export declare namespace Group_ {
|
|
148
|
-
type location = i_location__.Location;
|
|
149
|
-
namespace dictionary {
|
|
150
|
-
namespace D {
|
|
151
|
-
type location = i_location__.Location;
|
|
152
|
-
type entry = Type_Node_;
|
|
153
|
-
}
|
|
154
|
-
type D = {
|
|
155
|
-
readonly 'location': D.location;
|
|
156
|
-
readonly 'entry': D.entry;
|
|
157
|
-
};
|
|
158
|
-
}
|
|
159
|
-
type dictionary = _pi.Dictionary<dictionary.D>;
|
|
160
|
-
}
|
|
161
|
-
export type Group_ = {
|
|
162
|
-
readonly 'location': Group_.location;
|
|
163
|
-
readonly 'dictionary': Group_.dictionary;
|
|
164
|
-
};
|
|
165
|
-
export declare namespace Type_Node_ {
|
|
166
|
-
type location = i_location__.Location;
|
|
167
|
-
namespace state_group {
|
|
168
|
-
namespace component {
|
|
169
|
-
type location = i_location__.Location;
|
|
170
|
-
namespace state_group {
|
|
171
|
-
namespace external {
|
|
172
|
-
namespace _import {
|
|
173
|
-
type location = i_location__.Location;
|
|
174
|
-
type key = string;
|
|
175
|
-
}
|
|
176
|
-
type _import = {
|
|
177
|
-
readonly 'location': _import.location;
|
|
178
|
-
readonly 'key': _import.key;
|
|
179
|
-
};
|
|
180
|
-
namespace _type {
|
|
181
|
-
type location = i_location__.Location;
|
|
182
|
-
type key = string;
|
|
183
|
-
}
|
|
184
|
-
type _type = {
|
|
185
|
-
readonly 'location': _type.location;
|
|
186
|
-
readonly 'key': _type.key;
|
|
187
|
-
};
|
|
188
|
-
}
|
|
189
|
-
type external = {
|
|
190
|
-
readonly 'import': external._import;
|
|
191
|
-
readonly 'type': external._type;
|
|
192
|
-
};
|
|
193
|
-
namespace internal {
|
|
194
|
-
type location = i_location__.Location;
|
|
195
|
-
type key = string;
|
|
196
|
-
}
|
|
197
|
-
type internal = {
|
|
198
|
-
readonly 'location': internal.location;
|
|
199
|
-
readonly 'key': internal.key;
|
|
200
|
-
};
|
|
201
|
-
namespace internal_cyclic {
|
|
202
|
-
type location = i_location__.Location;
|
|
203
|
-
type key = string;
|
|
204
|
-
}
|
|
205
|
-
type internal_cyclic = {
|
|
206
|
-
readonly 'location': internal_cyclic.location;
|
|
207
|
-
readonly 'key': internal_cyclic.key;
|
|
208
|
-
};
|
|
209
|
-
}
|
|
210
|
-
type state_group = readonly ['external', state_group.external] | readonly ['internal', state_group.internal] | readonly ['internal cyclic', state_group.internal_cyclic];
|
|
211
|
-
}
|
|
212
|
-
type component = {
|
|
213
|
-
readonly 'location': component.location;
|
|
214
|
-
readonly 'state group': component.state_group;
|
|
215
|
-
};
|
|
216
|
-
type dictionary = Dictionary_;
|
|
217
|
-
type group = Group_;
|
|
218
|
-
namespace list {
|
|
219
|
-
type node = Type_Node_;
|
|
220
|
-
}
|
|
221
|
-
type list = {
|
|
222
|
-
readonly 'node': list.node;
|
|
223
|
-
};
|
|
224
|
-
type nothing = null;
|
|
225
|
-
type optional = Type_Node_;
|
|
226
|
-
namespace state_group {
|
|
227
|
-
type location = i_location__.Location;
|
|
228
|
-
namespace dictionary {
|
|
229
|
-
namespace D {
|
|
230
|
-
type location = i_location__.Location;
|
|
231
|
-
type entry = Type_Node_;
|
|
232
|
-
}
|
|
233
|
-
type D = {
|
|
234
|
-
readonly 'location': D.location;
|
|
235
|
-
readonly 'entry': D.entry;
|
|
236
|
-
};
|
|
237
|
-
}
|
|
238
|
-
type dictionary = _pi.Dictionary<dictionary.D>;
|
|
239
|
-
}
|
|
240
|
-
type state_group = {
|
|
241
|
-
readonly 'location': state_group.location;
|
|
242
|
-
readonly 'dictionary': state_group.dictionary;
|
|
243
|
-
};
|
|
244
|
-
namespace text {
|
|
245
|
-
type location = i_location__.Location;
|
|
246
|
-
namespace state_group {
|
|
247
|
-
namespace global {
|
|
248
|
-
type location = i_location__.Location;
|
|
249
|
-
type key = string;
|
|
250
|
-
}
|
|
251
|
-
type global = {
|
|
252
|
-
readonly 'location': global.location;
|
|
253
|
-
readonly 'key': global.key;
|
|
254
|
-
};
|
|
255
|
-
type local = Text_Type_;
|
|
256
|
-
}
|
|
257
|
-
type state_group = readonly ['global', state_group.global] | readonly ['local', state_group.local];
|
|
258
|
-
}
|
|
259
|
-
type text = {
|
|
260
|
-
readonly 'location': text.location;
|
|
261
|
-
readonly 'state group': text.state_group;
|
|
262
|
-
};
|
|
263
|
-
}
|
|
264
|
-
type state_group = readonly ['component', state_group.component] | readonly ['dictionary', state_group.dictionary] | readonly ['group', state_group.group] | readonly ['list', state_group.list] | readonly ['nothing', state_group.nothing] | readonly ['optional', state_group.optional] | readonly ['state group', state_group.state_group] | readonly ['text', state_group.text];
|
|
265
|
-
}
|
|
266
|
-
export type Type_Node_ = {
|
|
267
|
-
readonly 'location': Type_Node_.location;
|
|
268
|
-
readonly 'state group': Type_Node_.state_group;
|
|
269
|
-
};
|
|
270
|
-
export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXN0bl9zY2hlbWEvZGF0YV90eXBlcy90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import * as i_out from "./data_types/target";
|
|
2
|
-
export declare namespace Schemas_ {
|
|
3
|
-
type I = string;
|
|
4
|
-
type O = i_out.Schemas;
|
|
5
|
-
namespace P {
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
|
|
9
|
-
export declare namespace Text_Type_ {
|
|
10
|
-
type I = string;
|
|
11
|
-
type O = i_out.Text_Type;
|
|
12
|
-
namespace P {
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
|
|
16
|
-
export declare namespace Globals_ {
|
|
17
|
-
type I = string;
|
|
18
|
-
type O = i_out.Globals;
|
|
19
|
-
namespace P {
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
export type Globals_ = ($$_: Globals_.I) => Globals_.O;
|
|
23
|
-
export declare namespace Type_ {
|
|
24
|
-
type I = string;
|
|
25
|
-
type O = i_out.Type;
|
|
26
|
-
namespace P {
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
export type Type_ = ($$_: Type_.I) => Type_.O;
|
|
30
|
-
export declare namespace Types_ {
|
|
31
|
-
type I = string;
|
|
32
|
-
type O = i_out.Types;
|
|
33
|
-
namespace P {
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
export type Types_ = ($$_: Types_.I) => Types_.O;
|
|
37
|
-
export declare namespace Schema_ {
|
|
38
|
-
type I = string;
|
|
39
|
-
type O = i_out.Schema;
|
|
40
|
-
namespace P {
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
export type Schema_ = ($$_: Schema_.I) => Schema_.O;
|
|
44
|
-
export declare namespace Schema_Tree_ {
|
|
45
|
-
type I = string;
|
|
46
|
-
type O = i_out.Schema_Tree;
|
|
47
|
-
namespace P {
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
|
|
51
|
-
export declare namespace Imports_ {
|
|
52
|
-
type I = string;
|
|
53
|
-
type O = i_out.Imports;
|
|
54
|
-
namespace P {
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
export type Imports_ = ($$_: Imports_.I) => Imports_.O;
|
|
58
|
-
export declare namespace Dictionary_ {
|
|
59
|
-
type I = string;
|
|
60
|
-
type O = i_out.Dictionary;
|
|
61
|
-
namespace P {
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
|
|
65
|
-
export declare namespace Group_ {
|
|
66
|
-
type I = string;
|
|
67
|
-
type O = i_out.Group;
|
|
68
|
-
namespace P {
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
export type Group_ = ($$_: Group_.I) => Group_.O;
|
|
72
|
-
export declare namespace Type_Node_ {
|
|
73
|
-
type I = string;
|
|
74
|
-
type O = i_out.Type_Node;
|
|
75
|
-
namespace P {
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
|
|
79
|
-
export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hc3RuX3NjaGVtYS9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import * as i_out from "astn/dist/interface/generated/pareto/schemas/sealed_target/data_types/target";
|
|
2
|
-
import * as i_in from "./data_types/source";
|
|
3
|
-
export declare namespace Schemas_ {
|
|
4
|
-
type I = i_in.Schemas;
|
|
5
|
-
type O = i_out.Value;
|
|
6
|
-
namespace P {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
|
|
10
|
-
export declare namespace Text_Type_ {
|
|
11
|
-
type I = i_in.Text_Type;
|
|
12
|
-
type O = i_out.Value;
|
|
13
|
-
namespace P {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
|
|
17
|
-
export declare namespace Globals_ {
|
|
18
|
-
type I = i_in.Globals;
|
|
19
|
-
type O = i_out.Value;
|
|
20
|
-
namespace P {
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export type Globals_ = ($$_: Globals_.I) => Globals_.O;
|
|
24
|
-
export declare namespace Type_ {
|
|
25
|
-
type I = i_in.Type;
|
|
26
|
-
type O = i_out.Value;
|
|
27
|
-
namespace P {
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export type Type_ = ($$_: Type_.I) => Type_.O;
|
|
31
|
-
export declare namespace Types_ {
|
|
32
|
-
type I = i_in.Types;
|
|
33
|
-
type O = i_out.Value;
|
|
34
|
-
namespace P {
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
export type Types_ = ($$_: Types_.I) => Types_.O;
|
|
38
|
-
export declare namespace Schema_ {
|
|
39
|
-
type I = i_in.Schema;
|
|
40
|
-
type O = i_out.Value;
|
|
41
|
-
namespace P {
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
export type Schema_ = ($$_: Schema_.I) => Schema_.O;
|
|
45
|
-
export declare namespace Schema_Tree_ {
|
|
46
|
-
type I = i_in.Schema_Tree;
|
|
47
|
-
type O = i_out.Value;
|
|
48
|
-
namespace P {
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
|
|
52
|
-
export declare namespace Imports_ {
|
|
53
|
-
type I = i_in.Imports;
|
|
54
|
-
type O = i_out.Value;
|
|
55
|
-
namespace P {
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
export type Imports_ = ($$_: Imports_.I) => Imports_.O;
|
|
59
|
-
export declare namespace Dictionary_ {
|
|
60
|
-
type I = i_in.Dictionary;
|
|
61
|
-
type O = i_out.Value;
|
|
62
|
-
namespace P {
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
|
|
66
|
-
export declare namespace Group_ {
|
|
67
|
-
type I = i_in.Group;
|
|
68
|
-
type O = i_out.Value;
|
|
69
|
-
namespace P {
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
export type Group_ = ($$_: Group_.I) => Group_.O;
|
|
73
|
-
export declare namespace Type_Node_ {
|
|
74
|
-
type I = i_in.Type_Node;
|
|
75
|
-
type O = i_out.Value;
|
|
76
|
-
namespace P {
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
|
|
80
|
-
export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hc3RuX3NjaGVtYS9tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import * as i_in from "./data_types/source";
|
|
2
|
-
export declare namespace Schemas_ {
|
|
3
|
-
type I = i_in.Schemas;
|
|
4
|
-
type O = string;
|
|
5
|
-
namespace P {
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
|
|
9
|
-
export declare namespace Text_Type_ {
|
|
10
|
-
type I = i_in.Text_Type;
|
|
11
|
-
type O = string;
|
|
12
|
-
namespace P {
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
|
|
16
|
-
export declare namespace Globals_ {
|
|
17
|
-
type I = i_in.Globals;
|
|
18
|
-
type O = string;
|
|
19
|
-
namespace P {
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
export type Globals_ = ($$_: Globals_.I) => Globals_.O;
|
|
23
|
-
export declare namespace Type_ {
|
|
24
|
-
type I = i_in.Type;
|
|
25
|
-
type O = string;
|
|
26
|
-
namespace P {
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
export type Type_ = ($$_: Type_.I) => Type_.O;
|
|
30
|
-
export declare namespace Types_ {
|
|
31
|
-
type I = i_in.Types;
|
|
32
|
-
type O = string;
|
|
33
|
-
namespace P {
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
export type Types_ = ($$_: Types_.I) => Types_.O;
|
|
37
|
-
export declare namespace Schema_ {
|
|
38
|
-
type I = i_in.Schema;
|
|
39
|
-
type O = string;
|
|
40
|
-
namespace P {
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
export type Schema_ = ($$_: Schema_.I) => Schema_.O;
|
|
44
|
-
export declare namespace Schema_Tree_ {
|
|
45
|
-
type I = i_in.Schema_Tree;
|
|
46
|
-
type O = string;
|
|
47
|
-
namespace P {
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
|
|
51
|
-
export declare namespace Imports_ {
|
|
52
|
-
type I = i_in.Imports;
|
|
53
|
-
type O = string;
|
|
54
|
-
namespace P {
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
export type Imports_ = ($$_: Imports_.I) => Imports_.O;
|
|
58
|
-
export declare namespace Dictionary_ {
|
|
59
|
-
type I = i_in.Dictionary;
|
|
60
|
-
type O = string;
|
|
61
|
-
namespace P {
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
|
|
65
|
-
export declare namespace Group_ {
|
|
66
|
-
type I = i_in.Group;
|
|
67
|
-
type O = string;
|
|
68
|
-
namespace P {
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
export type Group_ = ($$_: Group_.I) => Group_.O;
|
|
72
|
-
export declare namespace Type_Node_ {
|
|
73
|
-
type I = i_in.Type_Node;
|
|
74
|
-
type O = string;
|
|
75
|
-
namespace P {
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
|
|
79
|
-
export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXN0bl9zY2hlbWEvc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import * as i_out from "./data_types/target";
|
|
2
|
-
import * as i_in from "astn/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target";
|
|
3
|
-
export declare namespace Schemas_ {
|
|
4
|
-
type I = i_in.Value;
|
|
5
|
-
type O = i_out.Schemas;
|
|
6
|
-
namespace P {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
|
|
10
|
-
export declare namespace Text_Type_ {
|
|
11
|
-
type I = i_in.Value;
|
|
12
|
-
type O = i_out.Text_Type;
|
|
13
|
-
namespace P {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
|
|
17
|
-
export declare namespace Globals_ {
|
|
18
|
-
type I = i_in.Value;
|
|
19
|
-
type O = i_out.Globals;
|
|
20
|
-
namespace P {
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export type Globals_ = ($$_: Globals_.I) => Globals_.O;
|
|
24
|
-
export declare namespace Type_ {
|
|
25
|
-
type I = i_in.Value;
|
|
26
|
-
type O = i_out.Type;
|
|
27
|
-
namespace P {
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export type Type_ = ($$_: Type_.I) => Type_.O;
|
|
31
|
-
export declare namespace Types_ {
|
|
32
|
-
type I = i_in.Value;
|
|
33
|
-
type O = i_out.Types;
|
|
34
|
-
namespace P {
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
export type Types_ = ($$_: Types_.I) => Types_.O;
|
|
38
|
-
export declare namespace Schema_ {
|
|
39
|
-
type I = i_in.Value;
|
|
40
|
-
type O = i_out.Schema;
|
|
41
|
-
namespace P {
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
export type Schema_ = ($$_: Schema_.I) => Schema_.O;
|
|
45
|
-
export declare namespace Schema_Tree_ {
|
|
46
|
-
type I = i_in.Value;
|
|
47
|
-
type O = i_out.Schema_Tree;
|
|
48
|
-
namespace P {
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
|
|
52
|
-
export declare namespace Imports_ {
|
|
53
|
-
type I = i_in.Value;
|
|
54
|
-
type O = i_out.Imports;
|
|
55
|
-
namespace P {
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
export type Imports_ = ($$_: Imports_.I) => Imports_.O;
|
|
59
|
-
export declare namespace Dictionary_ {
|
|
60
|
-
type I = i_in.Value;
|
|
61
|
-
type O = i_out.Dictionary;
|
|
62
|
-
namespace P {
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
|
|
66
|
-
export declare namespace Group_ {
|
|
67
|
-
type I = i_in.Value;
|
|
68
|
-
type O = i_out.Group;
|
|
69
|
-
namespace P {
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
export type Group_ = ($$_: Group_.I) => Group_.O;
|
|
73
|
-
export declare namespace Type_Node_ {
|
|
74
|
-
type I = i_in.Value;
|
|
75
|
-
type O = i_out.Type_Node;
|
|
76
|
-
namespace P {
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
|
|
80
|
-
export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2FzdG5fc2NoZW1hL3VubWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
export type _T_Value_Deserializers = {
|
|
2
|
-
readonly 'default number': ($$_: string, $$_p: null) => number;
|
|
3
|
-
readonly 'boolean': ($$_: string, $$_p: null) => boolean;
|
|
4
|
-
readonly 'custom numbers': null;
|
|
5
|
-
};
|
|
6
|
-
export type Value_Deserializers = _T_Value_Deserializers;
|
|
7
|
-
export declare namespace _T_Value_Deserializers {
|
|
8
|
-
namespace default_number {
|
|
9
|
-
type CONTEXT = string;
|
|
10
|
-
namespace PARAMS {
|
|
11
|
-
}
|
|
12
|
-
type RESULT = number;
|
|
13
|
-
}
|
|
14
|
-
type default_number = ($$_: string, $$_p: null) => number;
|
|
15
|
-
namespace _boolean {
|
|
16
|
-
type CONTEXT = string;
|
|
17
|
-
namespace PARAMS {
|
|
18
|
-
}
|
|
19
|
-
type RESULT = boolean;
|
|
20
|
-
}
|
|
21
|
-
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
22
|
-
namespace custom_numbers {
|
|
23
|
-
}
|
|
24
|
-
type custom_numbers = null;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace Value_Deserializers {
|
|
27
|
-
namespace default_number {
|
|
28
|
-
type CONTEXT = string;
|
|
29
|
-
namespace PARAMS {
|
|
30
|
-
}
|
|
31
|
-
type RESULT = number;
|
|
32
|
-
}
|
|
33
|
-
type default_number = ($$_: string, $$_p: null) => number;
|
|
34
|
-
namespace _boolean {
|
|
35
|
-
type CONTEXT = string;
|
|
36
|
-
namespace PARAMS {
|
|
37
|
-
}
|
|
38
|
-
type RESULT = boolean;
|
|
39
|
-
}
|
|
40
|
-
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
41
|
-
namespace custom_numbers {
|
|
42
|
-
}
|
|
43
|
-
type custom_numbers = null;
|
|
44
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2FzdG5fc2NoZW1hL3ZhbHVlX2Rlc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|