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.
Files changed (49) hide show
  1. package/dist/bin/convert_to_json.js +13 -3
  2. package/dist/bin/validate_astn.js +13 -3
  3. package/dist/exceptional/authoring_parse/parse.d.ts +2 -2
  4. package/dist/exceptional/authoring_parse/parse.js +9 -9
  5. package/dist/implementation/algorithms/procedures/convert_to_json.d.ts +16 -0
  6. package/dist/implementation/algorithms/procedures/convert_to_json.js +55 -0
  7. package/dist/implementation/algorithms/procedures/validate_astn.d.ts +16 -0
  8. package/dist/implementation/algorithms/procedures/validate_astn.js +53 -0
  9. package/dist/{exceptional/authoring_parse/ast → implementation/algorithms/refiners/authoring_parse_tree}/context.d.ts +2 -2
  10. package/dist/{exceptional/authoring_parse/ast → implementation/algorithms/refiners/authoring_parse_tree}/context.js +2 -2
  11. package/dist/{exceptional/authoring_parse/ast → implementation/algorithms/refiners/authoring_parse_tree}/iterator.d.ts +3 -3
  12. package/dist/implementation/algorithms/refiners/authoring_parse_tree/iterator.js +29 -0
  13. package/dist/{exceptional/authoring_parse/ast → implementation/algorithms/refiners/authoring_parse_tree}/refiners.d.ts +3 -3
  14. package/dist/{exceptional/authoring_parse/ast → implementation/algorithms/refiners/authoring_parse_tree}/refiners.js +1 -1
  15. package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/context.d.ts +2 -2
  16. package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/context.js +2 -2
  17. package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/iterator.d.ts +1 -1
  18. package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/iterator.js +2 -3
  19. package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/refiners.d.ts +1 -1
  20. package/dist/{exceptional/authoring_parse/tokens → implementation/algorithms/refiners/token}/refiners.js +4 -4
  21. package/dist/implementation/algorithms/{transformations → transformers}/authoring_parse_tree/authoring_target.js +1 -1
  22. package/dist/implementation/algorithms/transformers/authoring_parse_tree/ide.js +171 -0
  23. package/dist/implementation/algorithms/transformers/authoring_parse_tree/json_target.js +90 -0
  24. package/dist/implementation/algorithms/transformers/authoring_parse_tree/temp_value_range.js +88 -0
  25. package/dist/implementation/algorithms/{transformations → transformers}/authoring_target/fountain_pen_block.d.ts +2 -2
  26. package/dist/implementation/algorithms/transformers/authoring_target/fountain_pen_block.js +179 -0
  27. package/dist/implementation/algorithms/{transformations → transformers}/parse_result/string.js +1 -1
  28. package/dist/implementation/algorithms/{transformations → transformers}/sealed_target/fountain_pen_block.js +1 -1
  29. package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +2 -2
  30. package/dist/implementation/generated/pareto/generic/parse/parse.js +4 -3
  31. package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +0 -1
  32. package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +1 -5
  33. package/dist/implementation/generated/pareto/generic/unmarshall.js +4 -4
  34. package/package.json +7 -7
  35. package/dist/exceptional/authoring_parse/ast/iterator.js +0 -29
  36. package/dist/implementation/algorithms/procedures/unguaranteed/convert_to_json.d.ts +0 -3
  37. package/dist/implementation/algorithms/procedures/unguaranteed/convert_to_json.js +0 -50
  38. package/dist/implementation/algorithms/procedures/unguaranteed/validate_astn.d.ts +0 -3
  39. package/dist/implementation/algorithms/procedures/unguaranteed/validate_astn.js +0 -45
  40. package/dist/implementation/algorithms/transformations/authoring_parse_tree/ide.js +0 -171
  41. package/dist/implementation/algorithms/transformations/authoring_parse_tree/json_target.js +0 -90
  42. package/dist/implementation/algorithms/transformations/authoring_parse_tree/temp_value_range.js +0 -88
  43. package/dist/implementation/algorithms/transformations/authoring_target/fountain_pen_block.js +0 -179
  44. /package/dist/implementation/algorithms/{transformations → transformers}/authoring_parse_tree/authoring_target.d.ts +0 -0
  45. /package/dist/implementation/algorithms/{transformations → transformers}/authoring_parse_tree/ide.d.ts +0 -0
  46. /package/dist/implementation/algorithms/{transformations → transformers}/authoring_parse_tree/json_target.d.ts +0 -0
  47. /package/dist/implementation/algorithms/{transformations → transformers}/authoring_parse_tree/temp_value_range.d.ts +0 -0
  48. /package/dist/implementation/algorithms/{transformations → transformers}/parse_result/string.d.ts +0 -0
  49. /package/dist/implementation/algorithms/{transformations → transformers}/sealed_target/fountain_pen_block.d.ts +0 -0