astn 0.113.1 → 0.113.3
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/convert_to_json.js +13 -3
- package/dist/bin/validate_astn.js +13 -3
- package/dist/exceptional/authoring_parse/parse.d.ts +2 -2
- package/dist/exceptional/authoring_parse/parse.js +9 -9
- package/dist/implementation/algorithms/procedures/convert_to_json.d.ts +16 -0
- package/dist/implementation/algorithms/procedures/convert_to_json.js +55 -0
- package/dist/implementation/algorithms/procedures/validate_astn.d.ts +16 -0
- package/dist/implementation/algorithms/procedures/validate_astn.js +53 -0
- package/dist/{exceptional/authoring_parse/ast → implementation/algorithms/refiners/authoring_parse_tree}/context.d.ts +2 -2
- package/dist/{exceptional/authoring_parse/ast → implementation/algorithms/refiners/authoring_parse_tree}/context.js +2 -2
- package/dist/{exceptional/authoring_parse/ast → implementation/algorithms/refiners/authoring_parse_tree}/iterator.d.ts +3 -3
- package/dist/implementation/algorithms/refiners/authoring_parse_tree/iterator.js +29 -0
- package/dist/{exceptional/authoring_parse/ast → implementation/algorithms/refiners/authoring_parse_tree}/refiners.d.ts +3 -3
- package/dist/{exceptional/authoring_parse/ast → implementation/algorithms/refiners/authoring_parse_tree}/refiners.js +1 -1
- package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/context.d.ts +2 -2
- package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/context.js +2 -2
- package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/iterator.d.ts +1 -1
- package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/iterator.js +2 -3
- package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/refiners.d.ts +1 -1
- package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/refiners.js +4 -4
- package/dist/implementation/algorithms/{transformations → transformers}/authoring_parse_tree/authoring_target.js +1 -1
- package/dist/implementation/algorithms/transformers/authoring_parse_tree/ide.js +171 -0
- package/dist/implementation/algorithms/transformers/authoring_parse_tree/json_target.js +90 -0
- package/dist/implementation/algorithms/transformers/authoring_parse_tree/temp_value_range.js +88 -0
- package/dist/implementation/algorithms/{transformations → transformers}/authoring_target/fountain_pen_block.d.ts +2 -2
- package/dist/implementation/algorithms/transformers/authoring_target/fountain_pen_block.js +179 -0
- package/dist/implementation/algorithms/{transformations → transformers}/parse_result/string.js +1 -1
- package/dist/implementation/algorithms/{transformations → transformers}/sealed_target/fountain_pen_block.js +1 -1
- package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +2 -2
- package/dist/implementation/generated/pareto/generic/parse/parse.js +4 -3
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +0 -1
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +1 -5
- package/dist/implementation/generated/pareto/generic/unmarshall.js +4 -4
- package/package.json +7 -7
- package/dist/exceptional/authoring_parse/ast/iterator.js +0 -29
- package/dist/implementation/algorithms/procedures/unguaranteed/convert_to_json.d.ts +0 -3
- package/dist/implementation/algorithms/procedures/unguaranteed/convert_to_json.js +0 -50
- package/dist/implementation/algorithms/procedures/unguaranteed/validate_astn.d.ts +0 -3
- package/dist/implementation/algorithms/procedures/unguaranteed/validate_astn.js +0 -45
- package/dist/implementation/algorithms/transformations/authoring_parse_tree/ide.js +0 -171
- package/dist/implementation/algorithms/transformations/authoring_parse_tree/json_target.js +0 -90
- package/dist/implementation/algorithms/transformations/authoring_parse_tree/temp_value_range.js +0 -88
- package/dist/implementation/algorithms/transformations/authoring_target/fountain_pen_block.js +0 -179
- /package/dist/implementation/algorithms/{transformations → transformers}/authoring_parse_tree/authoring_target.d.ts +0 -0
- /package/dist/implementation/algorithms/{transformations → transformers}/authoring_parse_tree/ide.d.ts +0 -0
- /package/dist/implementation/algorithms/{transformations → transformers}/authoring_parse_tree/json_target.d.ts +0 -0
- /package/dist/implementation/algorithms/{transformations → transformers}/authoring_parse_tree/temp_value_range.d.ts +0 -0
- /package/dist/implementation/algorithms/{transformations → transformers}/parse_result/string.d.ts +0 -0
- /package/dist/implementation/algorithms/{transformations → transformers}/sealed_target/fountain_pen_block.d.ts +0 -0
|
File without changes
|
/package/dist/implementation/algorithms/{transformations → transformers}/parse_result/string.d.ts
RENAMED
|
File without changes
|
|
File without changes
|