astn 0.112.0 → 0.113.0
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 +0 -0
- package/dist/bin/validate_astn.js +0 -0
- package/dist/implementation/algorithms/procedures/unguaranteed/convert_to_json.d.ts +2 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/convert_to_json.js +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/validate_astn.d.ts +2 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/validate_astn.js +1 -1
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +2 -2
- package/dist/implementation/generated/pareto/generic/resolve.js +3 -3
- package/dist/interface/generated/pareto/core/resolve.d.ts +1 -1
- package/dist/interface/generated/pareto/core/resolved.d.ts +3 -3
- package/package.json +8 -15
- package/dist/exceptional/authoring_parse/ast/helpers.d.ts +0 -10
- package/dist/exceptional/authoring_parse/ast/helpers.js +0 -45
- package/dist/exceptional/authoring_parse/ast.d.ts +0 -10
- package/dist/exceptional/authoring_parse/ast.js +0 -266
- package/dist/exceptional/authoring_parse/astn_parse_generic.d.ts +0 -14
- package/dist/exceptional/authoring_parse/astn_parse_generic.js +0 -50
- package/dist/exceptional/authoring_parse/iterators/characters.d.ts +0 -36
- package/dist/exceptional/authoring_parse/iterators/characters.js +0 -113
- package/dist/exceptional/authoring_parse/iterators/string_iterator.d.ts +0 -36
- package/dist/exceptional/authoring_parse/iterators/string_iterator.js +0 -113
- package/dist/exceptional/authoring_parse/iterators/token_iterator.d.ts +0 -17
- package/dist/exceptional/authoring_parse/iterators/token_iterator.js +0 -50
- package/dist/exceptional/authoring_parse/iterators/tokens.d.ts +0 -22
- package/dist/exceptional/authoring_parse/iterators/tokens.js +0 -61
- package/dist/exceptional/authoring_parse/refine_guard.d.ts +0 -3
- package/dist/exceptional/authoring_parse/refine_guard.js +0 -48
- package/dist/exceptional/authoring_parse/refiners/ast.d.ts +0 -10
- package/dist/exceptional/authoring_parse/refiners/ast.js +0 -266
- package/dist/exceptional/authoring_parse/refiners/token.d.ts +0 -9
- package/dist/exceptional/authoring_parse/refiners/token.js +0 -519
- package/dist/exceptional/authoring_parse/string_iterator.d.ts +0 -36
- package/dist/exceptional/authoring_parse/string_iterator.js +0 -113
- package/dist/exceptional/authoring_parse/token.d.ts +0 -9
- package/dist/exceptional/authoring_parse/token.js +0 -519
- package/dist/exceptional/authoring_parse/token_iterator.d.ts +0 -5
- package/dist/exceptional/authoring_parse/token_iterator.js +0 -3
- package/dist/exceptional/authoring_parse/tokens/helpers.d.ts +0 -3
- package/dist/exceptional/authoring_parse/tokens/helpers.js +0 -14
- package/dist/exceptional/sealed_parse/ast.d.ts +0 -10
- package/dist/exceptional/sealed_parse/ast.js +0 -245
- package/dist/exceptional/sealed_parse/astn_parse_generic.d.ts +0 -13
- package/dist/exceptional/sealed_parse/astn_parse_generic.js +0 -50
- package/dist/exceptional/sealed_parse/parse.d.ts +0 -6
- package/dist/exceptional/sealed_parse/parse.js +0 -65
- package/dist/exceptional/sealed_parse/string_iterator.d.ts +0 -41
- package/dist/exceptional/sealed_parse/string_iterator.js +0 -113
- package/dist/exceptional/sealed_parse/token.d.ts +0 -9
- package/dist/exceptional/sealed_parse/token.js +0 -519
- package/dist/exceptional/serializers/astn.d.ts +0 -0
- package/dist/exceptional/serializers/astn.js +0 -28
- package/dist/exceptional/serializers/parse_result.d.ts +0 -5
- package/dist/exceptional/serializers/parse_result.js +0 -90
- package/dist/implementation/generated/pareto/schemas/sealed_ast/marshall.d.ts +0 -7
- package/dist/implementation/generated/pareto/schemas/sealed_ast/marshall.js +0 -208
- package/dist/implementation/generated/pareto/schemas/sealed_ast/unmarshall.d.ts +0 -7
- package/dist/implementation/generated/pareto/schemas/sealed_ast/unmarshall.js +0 -279
- package/dist/implementation/generated/pareto/schemas/sealed_parse_result/marshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/sealed_parse_result/marshall.js +0 -188
- package/dist/implementation/generated/pareto/schemas/sealed_parse_result/unmarshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/sealed_parse_result/unmarshall.js +0 -116
- package/dist/interface/generated/pareto/schemas/sealed_ast/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/sealed_ast/data_types/resolve.js +0 -7
- package/dist/interface/generated/pareto/schemas/sealed_ast/data_types/source.d.ts +0 -730
- package/dist/interface/generated/pareto/schemas/sealed_ast/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_ast/data_types/target.d.ts +0 -730
- package/dist/interface/generated/pareto/schemas/sealed_ast/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_ast/marshall.d.ts +0 -183
- package/dist/interface/generated/pareto/schemas/sealed_ast/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_ast/migrate_boilerplate.d.ts +0 -134
- package/dist/interface/generated/pareto/schemas/sealed_ast/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_ast/unmarshall.d.ts +0 -183
- package/dist/interface/generated/pareto/schemas/sealed_ast/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_ast/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/sealed_ast/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_ast/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/sealed_ast/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/data_types/resolve.js +0 -7
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/data_types/source.d.ts +0 -270
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/data_types/target.d.ts +0 -270
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/marshall.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/migrate_boilerplate.d.ts +0 -46
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/unmarshall.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/sealed_parse_result/value_serializers.js +0 -3
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvc2VhbGVkX2FzdC9kYXRhX3R5cGVzL3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|