astn 0.113.30 → 0.113.32
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/annotated_characters/deserializers.d.ts +1 -0
- package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +2 -1
- package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +142 -109
- package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/serializers.d.ts +1 -1
- package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/serializers.js +1 -1
- package/dist/implementation/manual/schemas/{authoring_parse_result → deserialize_parse_tree}/transformers/fountain_pen.d.ts +2 -2
- package/dist/implementation/manual/schemas/deserialize_parse_tree/transformers/fountain_pen.js +114 -0
- package/dist/implementation/manual/schemas/ide/refiners/parse_tree.d.ts +9 -0
- package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +140 -0
- package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/deserializers.d.ts +3 -2
- package/dist/implementation/manual/schemas/parse_tree/deserializers.js +61 -0
- package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/new_interface_signatures.js +1 -1
- package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/temp.js +1 -1
- package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/token.d.ts +15 -15
- package/dist/implementation/manual/schemas/parse_tree/productions/token.js +184 -0
- package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/ide.d.ts +2 -2
- package/dist/implementation/manual/schemas/parse_tree/transformers/ide.js +140 -0
- package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/json_target.d.ts +1 -1
- package/dist/implementation/manual/schemas/parse_tree/transformers/json_target.js +79 -0
- package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/token.d.ts +1 -1
- package/dist/implementation/manual/schemas/parse_tree/transformers/token.js +86 -0
- package/dist/implementation/manual/schemas/sealed_target/serializers.d.ts +1 -1
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.d.ts +2 -2
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +30 -25
- package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +10 -10
- package/dist/implementation/manual/schemas/token/productions/annotated_character.js +27 -30
- package/dist/implementation/manual/schemas/token/transformers/fountain_pen.d.ts +13 -0
- package/dist/implementation/manual/schemas/token/transformers/fountain_pen.js +53 -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 +12 -17
- package/dist/implementation/manual/text_to_text/validate_astn.js +4 -3
- package/dist/interface/generated/pareto/{core → schemas/astn_schema/data}/resolved.js +1 -1
- package/dist/interface/generated/pareto/schemas/astn_schema/{data_types/target.d.ts → data/unresolved.d.ts} +24 -24
- package/dist/interface/generated/pareto/{core → schemas/astn_schema/data}/unresolved.js +1 -1
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +2 -2
- package/dist/interface/generated/pareto/schemas/astn_schema/{data_types/resolve.d.ts → resolve.d.ts} +2 -2
- package/dist/interface/generated/pareto/schemas/{ide/data_types → astn_schema}/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_target/data.d.ts +102 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/data.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +2 -2
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.d.ts +116 -0
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.js +3 -0
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.d.ts +31 -0
- package/dist/interface/generated/pareto/schemas/{authoring_parse_result → deserialize_parse_tree}/migrate_boilerplate.js +1 -1
- package/dist/interface/generated/pareto/schemas/ide/{data_types/source.d.ts → data.d.ts} +12 -5
- package/dist/interface/generated/pareto/schemas/ide/data.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +10 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/data.d.ts +182 -0
- package/dist/interface/generated/pareto/schemas/parse_tree/data.js +3 -0
- package/dist/interface/generated/pareto/schemas/{authoring_parse_tree → parse_tree}/migrate_boilerplate.d.ts +7 -14
- package/dist/interface/generated/pareto/schemas/{authoring_parse_tree → parse_tree}/migrate_boilerplate.js +1 -1
- package/dist/interface/generated/pareto/schemas/sealed_target/{data_types/source.d.ts → data.d.ts} +21 -18
- package/dist/interface/generated/pareto/schemas/sealed_target/data.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +2 -2
- package/dist/interface/generated/pareto/schemas/token/{data_types/target.d.ts → data.d.ts} +17 -15
- package/dist/interface/generated/pareto/schemas/token/data.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +11 -11
- package/dist/interface/signatures/refiners/ide/parse_tree.d.ts +17 -0
- package/dist/interface/signatures/refiners/ide/parse_tree.js +3 -0
- package/dist/interface/signatures/refiners/ide/refiners.d.ts +17 -0
- package/dist/interface/signatures/refiners/ide/refiners.js +3 -0
- package/dist/interface/signatures/transformers/authoring_target/fountain_pen_block.d.ts +2 -2
- package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/ide.d.ts +4 -4
- package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/ide.js +1 -1
- package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/json_target.d.ts +4 -4
- package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/json_target.js +1 -1
- package/dist/interface/signatures/transformers/parse_tree/token.d.ts +4 -0
- package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/token.js +1 -1
- package/dist/interface/to_be_generated/annotated_characters.d.ts +1 -0
- package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +3 -3
- package/package.json +2 -2
- 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/schemas/authoring_parse_result/transformers/fountain_pen.js +0 -88
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +0 -64
- 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/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/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/schemas/astn_schema/data_types/resolve.js +0 -3
- 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.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/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/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/ide/data_types/resolve.d.ts +0 -1
- 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/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.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/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_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.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/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/token.d.ts +0 -4
- 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 -4
- package/dist/shorthands/parse_result.js +0 -59
- /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/new_interface_signatures.d.ts +0 -0
- /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/productions/temp.d.ts +0 -0
- /package/dist/interface/generated/pareto/schemas/astn_schema/{data_types/source.d.ts → data/resolved.d.ts} +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import * as _pi from "pareto-core-interface";
|
|
2
2
|
export declare namespace Relative_Location_ {
|
|
3
|
+
type uri = string;
|
|
3
4
|
type line = number;
|
|
4
5
|
type column = number;
|
|
5
6
|
}
|
|
6
7
|
export type Relative_Location_ = {
|
|
8
|
+
readonly 'uri': Relative_Location_.uri;
|
|
7
9
|
readonly 'line': Relative_Location_.line;
|
|
8
10
|
readonly 'column': Relative_Location_.column;
|
|
9
11
|
};
|
|
@@ -57,15 +59,19 @@ export type Trivia_ = {
|
|
|
57
59
|
readonly 'leading whitespace': Trivia_.leading_whitespace;
|
|
58
60
|
readonly 'comments': Trivia_.comments;
|
|
59
61
|
};
|
|
60
|
-
export type
|
|
61
|
-
export declare namespace
|
|
62
|
+
export type Delimited_Text_ = string;
|
|
63
|
+
export declare namespace Text_Type_ {
|
|
62
64
|
type quoted = null;
|
|
63
65
|
type apostrophed = null;
|
|
64
66
|
type undelimited = null;
|
|
65
67
|
type backticked = null;
|
|
66
68
|
}
|
|
67
|
-
export type
|
|
69
|
+
export type Text_Type_ = readonly ['quoted', Text_Type_.quoted] | readonly ['apostrophed', Text_Type_.apostrophed] | readonly ['undelimited', Text_Type_.undelimited] | readonly ['backticked', Text_Type_.backticked];
|
|
68
70
|
export declare namespace Token_Type_ {
|
|
71
|
+
type $ex_ = null;
|
|
72
|
+
type $at_ = null;
|
|
73
|
+
type $cl_ = null;
|
|
74
|
+
type $ha_ = null;
|
|
69
75
|
type $co_ = null;
|
|
70
76
|
type $cc_ = null;
|
|
71
77
|
type $bo_ = null;
|
|
@@ -74,23 +80,19 @@ export declare namespace Token_Type_ {
|
|
|
74
80
|
type $pc_ = null;
|
|
75
81
|
type $st_ = null;
|
|
76
82
|
type $gt_ = null;
|
|
77
|
-
type $ex_ = null;
|
|
78
|
-
type $at_ = null;
|
|
79
83
|
type $ti_ = null;
|
|
80
84
|
type $sr_ = null;
|
|
81
|
-
type $cl_ = null;
|
|
82
85
|
type $vb_ = null;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
type
|
|
86
|
-
type _type = String_Type_;
|
|
86
|
+
namespace text {
|
|
87
|
+
type value = Delimited_Text_;
|
|
88
|
+
type _type = Text_Type_;
|
|
87
89
|
}
|
|
88
|
-
type
|
|
89
|
-
readonly 'value':
|
|
90
|
-
readonly 'type':
|
|
90
|
+
type text = {
|
|
91
|
+
readonly 'value': text.value;
|
|
92
|
+
readonly 'type': text._type;
|
|
91
93
|
};
|
|
92
94
|
}
|
|
93
|
-
export type Token_Type_ = readonly ['
|
|
95
|
+
export type Token_Type_ = readonly ['!', Token_Type_.$ex_] | readonly ['@', Token_Type_.$at_] | readonly [':', Token_Type_.$cl_] | readonly ['#', Token_Type_.$ha_] | readonly ['{', Token_Type_.$co_] | readonly ['}', Token_Type_.$cc_] | readonly ['[', Token_Type_.$bo_] | readonly [']', Token_Type_.$bc_] | readonly ['(', Token_Type_.$po_] | readonly [')', Token_Type_.$pc_] | readonly ['<', Token_Type_.$st_] | readonly ['>', Token_Type_.$gt_] | readonly ['~', Token_Type_.$ti_] | readonly ['*', Token_Type_.$sr_] | readonly ['|', Token_Type_.$vb_] | readonly ['text', Token_Type_.text];
|
|
94
96
|
export declare namespace Annotated_Token_ {
|
|
95
97
|
type start = Location_;
|
|
96
98
|
type _type = Token_Type_;
|
|
@@ -116,4 +118,4 @@ export type Tokenizer_Result_ = {
|
|
|
116
118
|
readonly 'tokens': Tokenizer_Result_.tokens;
|
|
117
119
|
readonly 'end': Tokenizer_Result_.end;
|
|
118
120
|
};
|
|
119
|
-
export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia,
|
|
121
|
+
export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_Text_ as Delimited_Text, Text_Type_ as Text_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL2RhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i_out from "./
|
|
2
|
-
import * as i_in from "./
|
|
1
|
+
import * as i_out from "./data";
|
|
2
|
+
import * as i_in from "./data";
|
|
3
3
|
export declare namespace Relative_Location_ {
|
|
4
4
|
type I = i_in.Relative_Location;
|
|
5
5
|
type O = i_out.Relative_Location;
|
|
@@ -35,20 +35,20 @@ export declare namespace Trivia_ {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
export type Trivia_ = ($$_: Trivia_.I) => Trivia_.O;
|
|
38
|
-
export declare namespace
|
|
39
|
-
type I = i_in.
|
|
40
|
-
type O = i_out.
|
|
38
|
+
export declare namespace Delimited_Text_ {
|
|
39
|
+
type I = i_in.Delimited_Text;
|
|
40
|
+
type O = i_out.Delimited_Text;
|
|
41
41
|
namespace P {
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
export type
|
|
45
|
-
export declare namespace
|
|
46
|
-
type I = i_in.
|
|
47
|
-
type O = i_out.
|
|
44
|
+
export type Delimited_Text_ = ($$_: Delimited_Text_.I) => Delimited_Text_.O;
|
|
45
|
+
export declare namespace Text_Type_ {
|
|
46
|
+
type I = i_in.Text_Type;
|
|
47
|
+
type O = i_out.Text_Type;
|
|
48
48
|
namespace P {
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
export type
|
|
51
|
+
export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
|
|
52
52
|
export declare namespace Token_Type_ {
|
|
53
53
|
type I = i_in.Token_Type;
|
|
54
54
|
type O = i_out.Token_Type;
|
|
@@ -70,4 +70,4 @@ export declare namespace Tokenizer_Result_ {
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
export type Tokenizer_Result_ = ($$_: Tokenizer_Result_.I) => Tokenizer_Result_.O;
|
|
73
|
-
export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia,
|
|
73
|
+
export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_Text_ as Delimited_Text, Text_Type_ as Text_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
|
+
import * as d_in from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data";
|
|
3
|
+
import * as d_in_token from "astn-core/dist/interface/generated/pareto/schemas/token/data";
|
|
4
|
+
import * as d_out from "../../../../interface/generated/pareto/schemas/ide/data";
|
|
5
|
+
export type Parameters = {
|
|
6
|
+
'remove commas': boolean;
|
|
7
|
+
'indentation string': string;
|
|
8
|
+
'current indentation': string;
|
|
9
|
+
};
|
|
10
|
+
export type Whitespace = _pi.Transformer_With_Parameters<d_in_token.Whitespace, d_out.Text_Edits, Parameters>;
|
|
11
|
+
export type Trivia = _pi.Transformer_With_Parameters<d_in_token.Trivia, d_out.Text_Edits, Parameters>;
|
|
12
|
+
export type Structural_Token = _pi.Transformer_With_Parameters<d_in.Structural_Token, d_out.Text_Edits, Parameters>;
|
|
13
|
+
export type Text = _pi.Transformer_With_Parameters<d_in.Text, d_out.Text_Edits, Parameters>;
|
|
14
|
+
export type Key_Value_Pairs = _pi.Transformer_With_Parameters<d_in.Key_Value_Pairs, d_out.Text_Edits, Parameters>;
|
|
15
|
+
export type Elements = _pi.Transformer_With_Parameters<d_in.Elements, d_out.Text_Edits, Parameters>;
|
|
16
|
+
export type Value = _pi.Transformer_With_Parameters<d_in.Value, d_out.Text_Edits, Parameters>;
|
|
17
|
+
export type Document = _pi.Transformer_With_Parameters<d_in.Document, d_out.Text_Edits, Parameters>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfdHJlZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2Uvc2lnbmF0dXJlcy9yZWZpbmVycy9pZGUvcGFyc2VfdHJlZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
|
+
import * as d_in from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data";
|
|
3
|
+
import * as d_in_token from "astn-core/dist/interface/generated/pareto/schemas/token/data";
|
|
4
|
+
import * as d_out from "../../../../interface/generated/pareto/schemas/ide/data";
|
|
5
|
+
export type Parameters = {
|
|
6
|
+
'remove commas': boolean;
|
|
7
|
+
'indentation string': string;
|
|
8
|
+
'current indentation': string;
|
|
9
|
+
};
|
|
10
|
+
export type Whitespace = _pi.Transformer_With_Parameters<d_in_token.Whitespace, d_out.Text_Edits, Parameters>;
|
|
11
|
+
export type Trivia = _pi.Transformer_With_Parameters<d_in_token.Trivia, d_out.Text_Edits, Parameters>;
|
|
12
|
+
export type Structural_Token = _pi.Transformer_With_Parameters<d_in.Structural_Token, d_out.Text_Edits, Parameters>;
|
|
13
|
+
export type Text = _pi.Transformer_With_Parameters<d_in.Text, d_out.Text_Edits, Parameters>;
|
|
14
|
+
export type Key_Value_Pairs = _pi.Transformer_With_Parameters<d_in.Key_Value_Pairs, d_out.Text_Edits, Parameters>;
|
|
15
|
+
export type Elements = _pi.Transformer_With_Parameters<d_in.Elements, d_out.Text_Edits, Parameters>;
|
|
16
|
+
export type Value = _pi.Transformer_With_Parameters<d_in.Value, d_out.Text_Edits, Parameters>;
|
|
17
|
+
export type Document = _pi.Transformer_With_Parameters<d_in.Document, d_out.Text_Edits, Parameters>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVmaW5lcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL3NpZ25hdHVyZXMvcmVmaW5lcnMvaWRlL3JlZmluZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
import * as d_in from "../../../generated/pareto/schemas/authoring_target/
|
|
3
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/block/
|
|
2
|
+
import * as d_in from "../../../generated/pareto/schemas/authoring_target/data";
|
|
3
|
+
import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/block/data";
|
|
4
4
|
export type Parameters = {
|
|
5
5
|
'write delimiters': boolean;
|
|
6
6
|
'in concise group': boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
import * as d_in from "
|
|
3
|
-
import * as d_in_token from "../../../../interface/generated/pareto/schemas/token/
|
|
4
|
-
import * as d_out from "../../../../interface/generated/pareto/schemas/ide/
|
|
2
|
+
import * as d_in from "../../../generated/pareto/schemas/parse_tree/data";
|
|
3
|
+
import * as d_in_token from "../../../../interface/generated/pareto/schemas/token/data";
|
|
4
|
+
import * as d_out from "../../../../interface/generated/pareto/schemas/ide/data";
|
|
5
5
|
export type Parameters = {
|
|
6
6
|
'remove commas': boolean;
|
|
7
7
|
'indentation string': string;
|
|
@@ -10,7 +10,7 @@ export type Parameters = {
|
|
|
10
10
|
export type Whitespace = _pi.Transformer_With_Parameters<d_in_token.Whitespace, d_out.Text_Edits, Parameters>;
|
|
11
11
|
export type Trivia = _pi.Transformer_With_Parameters<d_in_token.Trivia, d_out.Text_Edits, Parameters>;
|
|
12
12
|
export type Structural_Token = _pi.Transformer_With_Parameters<d_in.Structural_Token, d_out.Text_Edits, Parameters>;
|
|
13
|
-
export type
|
|
13
|
+
export type Text = _pi.Transformer_With_Parameters<d_in.Text, d_out.Text_Edits, Parameters>;
|
|
14
14
|
export type Key_Value_Pairs = _pi.Transformer_With_Parameters<d_in.Key_Value_Pairs, d_out.Text_Edits, Parameters>;
|
|
15
15
|
export type Elements = _pi.Transformer_With_Parameters<d_in.Elements, d_out.Text_Edits, Parameters>;
|
|
16
16
|
export type Value = _pi.Transformer_With_Parameters<d_in.Value, d_out.Text_Edits, Parameters>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9zaWduYXR1cmVzL3RyYW5zZm9ybWVycy9wYXJzZV90cmVlL2lkZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/json_target.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
import * as d_in from "
|
|
3
|
-
import * as d_out from "
|
|
2
|
+
import * as d_in from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data";
|
|
3
|
+
import * as d_out from "pareto-json/dist/interface/generated/pareto/schemas/json/data";
|
|
4
4
|
export type Value = _pi.Transformer<d_in.Value, d_out.Value>;
|
|
5
|
-
export type Key_Value_Pairs = _pi.Transformer<d_in.Key_Value_Pairs, d_out.Value.
|
|
6
|
-
export type Elements = _pi.Transformer<d_in.Elements, d_out.Value.
|
|
5
|
+
export type Key_Value_Pairs = _pi.Transformer<d_in.Key_Value_Pairs, d_out.Value._object.key_value_array>;
|
|
6
|
+
export type Elements = _pi.Transformer<d_in.Elements, d_out.Value.array>;
|
|
7
7
|
export type Document = _pi.Transformer<d_in.Document, d_out.Document>;
|
package/dist/interface/signatures/transformers/{authoring_parse_tree → parse_tree}/json_target.js
RENAMED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoianNvbl90YXJnZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL3BhcnNlX3RyZWUvanNvbl90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
|
+
import * as d_in from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data";
|
|
3
|
+
import * as d_out from "astn-core/dist/interface/generated/pareto/schemas/token/data";
|
|
4
|
+
export type Value = _pi.Transformer<d_in.Value, d_out.Range>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9rZW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL3BhcnNlX3RyZWUvdG9rZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as d_path from "pareto-resources/dist/interface/generated/pareto/schemas/path/
|
|
2
|
-
import * as d_read_file from "pareto-resources/dist/interface/generated/pareto/schemas/read_file/
|
|
3
|
-
import * as d_write_file from "pareto-resources/dist/interface/generated/pareto/schemas/write_file/
|
|
1
|
+
import * as d_path from "pareto-resources/dist/interface/generated/pareto/schemas/path/data";
|
|
2
|
+
import * as d_read_file from "pareto-resources/dist/interface/generated/pareto/schemas/read_file/data";
|
|
3
|
+
import * as d_write_file from "pareto-resources/dist/interface/generated/pareto/schemas/write_file/data";
|
|
4
4
|
export type Path_Error = ['missing', null] | ['not valid', null];
|
|
5
5
|
export type Error = ['in path', Path_Error] | ['out path', Path_Error] | ['too many arguments', null];
|
|
6
6
|
export type Command_Error = ['command line arguments', Error] | ['reading file', d_read_file.Error] | ['deserializing', string] | ['writing file', d_write_file.Error];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "astn",
|
|
3
|
-
"version": "0.113.
|
|
3
|
+
"version": "0.113.32",
|
|
4
4
|
"description": "The TypeScript library for parsing and formatting ASTN (Abstract Syntax Tree Notation) - a human-editable data format for structured content",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"node": ">=14.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
+
"astn-core": "^0.1.0",
|
|
42
43
|
"pareto-core-refiner": "^0.1.17",
|
|
43
44
|
"pareto-fountain-pen": "^0.3.32",
|
|
44
45
|
"pareto-host-nodejs": "^0.1.8",
|
|
45
46
|
"pareto-json": "^0.3.10",
|
|
46
|
-
"pareto-resources": "^0.1.13",
|
|
47
47
|
"pareto-standard-operations": "^0.3.40"
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
import * as astn_target from "../../../../interface/generated/pareto/core/astn_target";
|
|
3
|
-
export declare const Document: ($: astn_target.Document) => string;
|
|
4
|
-
export declare const Value: ($: astn_target.Value, indent: string, $i: _pi.Text_Builder) => void;
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Value = exports.Document = void 0;
|
|
27
|
-
const _ea = __importStar(require("pareto-core-serializer"));
|
|
28
|
-
const indentation = ` `;
|
|
29
|
-
const Document = ($) => {
|
|
30
|
-
return _ea.text.deprecated_build(($i) => {
|
|
31
|
-
(0, exports.Value)($, ``, $i);
|
|
32
|
-
});
|
|
33
|
-
};
|
|
34
|
-
exports.Document = Document;
|
|
35
|
-
const Value = ($, indent, $i) => {
|
|
36
|
-
_ea.deprecated_cc($, ($) => {
|
|
37
|
-
switch ($[0]) {
|
|
38
|
-
case 'dictionary': return _ea.ss($, ($) => {
|
|
39
|
-
$i['add snippet'](`{`);
|
|
40
|
-
$.__d_map(($, key) => {
|
|
41
|
-
$i['add snippet'](`\n${indent}${indentation}\`${key}\`: `); //FIXME escape key
|
|
42
|
-
(0, exports.Value)($, indent + indentation, $i);
|
|
43
|
-
});
|
|
44
|
-
$i['add snippet'](`\n${indent}}`);
|
|
45
|
-
});
|
|
46
|
-
case 'verbose group': return _ea.ss($, ($) => {
|
|
47
|
-
$i['add snippet'](`(`);
|
|
48
|
-
$.__d_map(($, key) => {
|
|
49
|
-
$i['add snippet'](`\n${indent}${indentation}'${key}': `); //FIXME escape key
|
|
50
|
-
(0, exports.Value)($, indent + indentation, $i);
|
|
51
|
-
});
|
|
52
|
-
$i['add snippet'](`\n${indent})`);
|
|
53
|
-
});
|
|
54
|
-
case 'list': return _ea.ss($, ($) => {
|
|
55
|
-
$i['add snippet'](`[`);
|
|
56
|
-
$.__l_map(($) => {
|
|
57
|
-
$i['add snippet'](` `);
|
|
58
|
-
(0, exports.Value)($, indent + indentation, $i);
|
|
59
|
-
});
|
|
60
|
-
$i['add snippet'](` ]`);
|
|
61
|
-
});
|
|
62
|
-
case 'state': return _ea.ss($, ($) => {
|
|
63
|
-
$i['add snippet'](`| '${$.state}' `);
|
|
64
|
-
(0, exports.Value)($.value, indent, $i);
|
|
65
|
-
});
|
|
66
|
-
case 'optional': return _ea.ss($, ($) => _ea.deprecated_cc($, ($) => {
|
|
67
|
-
switch ($[0]) {
|
|
68
|
-
case 'not set': return _ea.ss($, ($) => $i['add snippet'](`~`));
|
|
69
|
-
case 'set': return _ea.ss($, ($) => {
|
|
70
|
-
$i['add snippet'](`* `);
|
|
71
|
-
(0, exports.Value)($, indent, $i);
|
|
72
|
-
});
|
|
73
|
-
default: return _ea.au($[0]);
|
|
74
|
-
}
|
|
75
|
-
}));
|
|
76
|
-
case 'nothing': return _ea.ss($, ($) => $i['add snippet'](`~`));
|
|
77
|
-
case 'text': return _ea.ss($, ($) => {
|
|
78
|
-
const value = $.value;
|
|
79
|
-
return _ea.deprecated_cc($.delimiter, ($) => {
|
|
80
|
-
switch ($[0]) {
|
|
81
|
-
case 'backtick': return _ea.ss($, ($) => $i['add snippet'](`\`${value}\``));
|
|
82
|
-
case 'quote': return _ea.ss($, ($) => $i['add snippet'](`"${value}"`));
|
|
83
|
-
case 'none': return _ea.ss($, ($) => $i['add snippet'](`${value}`));
|
|
84
|
-
default: return _ea.au($[0]);
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
});
|
|
88
|
-
default: return _ea.au($[0]);
|
|
89
|
-
}
|
|
90
|
-
});
|
|
91
|
-
};
|
|
92
|
-
exports.Value = Value;
|
|
93
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ltcGxlbWVudGF0aW9uL2dlbmVyYXRlZC9wYXJldG8vZ2VuZXJpYy9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSw0REFBNkM7QUFNN0MsTUFBTSxXQUFXLEdBQUcsTUFBTSxDQUFBO0FBRW5CLE1BQU0sUUFBUSxHQUFHLENBQ3BCLENBQXVCLEVBQ2pCLEVBQUU7SUFDUixPQUFPLEdBQUcsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRTtRQUNwQyxJQUFBLGFBQUssRUFBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxDQUFBO0lBQ3BCLENBQUMsQ0FBQyxDQUFBO0FBQ04sQ0FBQyxDQUFBO0FBTlksUUFBQSxRQUFRLFlBTXBCO0FBRU0sTUFBTSxLQUFLLEdBQUcsQ0FDakIsQ0FBb0IsRUFDcEIsTUFBYyxFQUNkLEVBQW9CLEVBQ3RCLEVBQUU7SUFDQSxHQUFHLENBQUMsYUFBYSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO1FBQ3ZCLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7WUFDWCxLQUFLLFlBQVksQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtnQkFDdEMsRUFBRSxDQUFDLGFBQWEsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFBO2dCQUN0QixDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLEdBQUcsRUFBRSxFQUFFO29CQUNqQixFQUFFLENBQUMsYUFBYSxDQUFDLENBQUMsS0FBSyxNQUFNLEdBQUcsV0FBVyxLQUFLLEdBQUcsTUFBTSxDQUFDLENBQUEsQ0FBQyxrQkFBa0I7b0JBQzdFLElBQUEsYUFBSyxF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
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
import * as t from "../../../../interface/generated/pareto/core/astn_source";
|
|
3
|
-
import * as unconstrained from "../../../../interface/generated/pareto/core/unconstrained";
|
|
4
|
-
import * as unresolved from "../../../../interface/generated/pareto/core/unresolved";
|
|
5
|
-
export declare const process_unconstrained_state_group: <Mapped_Value>($: t._T_Value, $p: {
|
|
6
|
-
"states": _pi.Dictionary<($: t._T_Value) => Mapped_Value>;
|
|
7
|
-
}) => Mapped_Value;
|
|
8
|
-
export declare const process_unresolved_state_group: <Mapped_Value>($: t._T_Value, $p: {
|
|
9
|
-
"states": _pi.Dictionary<($: t._T_Value) => Mapped_Value>;
|
|
10
|
-
}) => unresolved.State_Group<t._T_Range, Mapped_Value>;
|
|
11
|
-
export declare const process_group: <Mapped_Value>($: t._T_Value, $p: {
|
|
12
|
-
"properties": ($: _pi.Dictionary<t._T_Value>) => Mapped_Value;
|
|
13
|
-
}) => Mapped_Value;
|
|
14
|
-
export declare const get_entry: ($: _pi.Dictionary<t._T_Value>, $p: {
|
|
15
|
-
"key": string;
|
|
16
|
-
}) => t._T_Value;
|
|
17
|
-
export declare const process_unresolved_dictionary: <Mapped_Value>($: t._T_Value, $p: {
|
|
18
|
-
"value": ($: t._T_Value) => Mapped_Value;
|
|
19
|
-
}) => unresolved.Dictionary<t._T_Range, Mapped_Value>;
|
|
20
|
-
export declare const process_unconstrained_dictionary: <Mapped_Value>($: t._T_Value, $p: {
|
|
21
|
-
"value": ($: t._T_Value) => Mapped_Value;
|
|
22
|
-
}) => unconstrained.Dictionary<null, Mapped_Value>;
|
|
23
|
-
export declare const process_number: ($: t._T_Value, $p: {
|
|
24
|
-
"deserializer": ($: string, $p: null) => number;
|
|
25
|
-
}) => number;
|
|
26
|
-
export declare const process_boolean: ($: t._T_Value, $p: {
|
|
27
|
-
"deserializer": ($: string, $p: null) => boolean;
|
|
28
|
-
}) => boolean;
|
|
29
|
-
export declare const process_text: ($: t._T_Value, $p: null) => string;
|
|
30
|
-
export declare const process_unresolved_list: <Mapped_Value>($: t._T_Value, $p: {
|
|
31
|
-
"value": ($: t._T_Value) => Mapped_Value;
|
|
32
|
-
}) => unresolved.List<t._T_Range, Mapped_Value>;
|
|
33
|
-
export declare const process_unconstrained_list: <Mapped_Value>($: t._T_Value, $p: {
|
|
34
|
-
"value": ($: t._T_Value) => Mapped_Value;
|
|
35
|
-
}) => unconstrained.List<null, Mapped_Value>;
|
|
36
|
-
export declare const process_optional: <Mapped_Value>($: t._T_Value, $p: {
|
|
37
|
-
"value": ($: t._T_Value) => Mapped_Value;
|
|
38
|
-
}) => _pi.Optional_Value<Mapped_Value>;
|
|
39
|
-
export declare const process_nothing: ($: t._T_Value, $p: null) => null;
|
|
40
|
-
export declare const process_selected_reference: <Mapped_Value>($: t._T_Value, $p: null) => unresolved.Reference_To_Normal_Dictionary_Entry<t._T_Range, Mapped_Value>;
|
|
41
|
-
export declare const process_stack_reference: <Mapped_Value>($: t._T_Value, $p: null) => unresolved.Reference_To_Stacked_Dictionary_Entry<t._T_Range, Mapped_Value>;
|
|
42
|
-
export declare const process_derived_reference: ($: t._T_Value, $p: null) => null;
|