astn 0.113.27 → 0.113.28

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 (70) hide show
  1. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
  2. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
  3. package/dist/interface/generated/pareto/core/location.d.ts +11 -0
  4. package/dist/interface/generated/pareto/core/location.js +3 -0
  5. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +191 -1124
  6. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
  7. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
  8. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
  9. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
  10. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
  11. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
  12. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
  13. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
  14. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
  15. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +53 -242
  16. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +53 -242
  17. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
  18. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
  19. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
  20. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
  21. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
  22. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
  23. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
  24. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +137 -930
  25. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +137 -930
  26. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
  27. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
  28. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
  29. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
  30. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
  31. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
  32. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
  33. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
  34. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
  35. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
  36. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
  37. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
  38. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
  39. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
  40. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
  41. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
  42. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
  43. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
  44. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
  45. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
  46. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
  47. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
  48. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
  49. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
  50. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
  51. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +47 -207
  52. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +47 -207
  53. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
  54. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
  55. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
  56. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
  57. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
  58. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
  59. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
  60. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
  61. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
  62. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
  63. package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
  64. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
  65. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
  66. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
  67. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
  68. package/dist/shorthands/parse_result.d.ts +1 -1
  69. package/dist/shorthands/parse_result.js +1 -1
  70. package/package.json +1 -1
@@ -0,0 +1,9 @@
1
+ import * as i_out from "./data_types/target";
2
+ export declare namespace Error_ {
3
+ type I = string;
4
+ type O = i_out.Error;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Error_ = ($$_: Error_.I) => Error_.O;
9
+ export { Error_ as Error, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfcGFyc2VfcmVzdWx0L2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,33 +1,10 @@
1
- import * as _i_out from "../../core/astn_target";
2
- import * as _i_in from "./data_types/source";
3
- import * as _i_vs from "./value_serializers";
4
- export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
5
- readonly 'value serializers': _i_vs._T_Value_Serializers;
6
- }) => _i_out._T_Value;
7
- export type Error = _T_Error;
8
- export declare namespace _T_Error {
9
- namespace CONTEXT {
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 Error_ {
4
+ type I = i_in.Error;
5
+ type O = i_out.Value;
6
+ namespace P {
10
7
  }
11
- type CONTEXT = _i_in._T_Error;
12
- namespace PARAMS {
13
- namespace value_serializers {
14
- }
15
- type value_serializers = _i_vs._T_Value_Serializers;
16
- }
17
- namespace RESULT {
18
- }
19
- type RESULT = _i_out._T_Value;
20
- }
21
- export declare namespace Error {
22
- namespace CONTEXT {
23
- }
24
- type CONTEXT = _i_in._T_Error;
25
- namespace PARAMS {
26
- namespace value_serializers {
27
- }
28
- type value_serializers = _i_vs._T_Value_Serializers;
29
- }
30
- namespace RESULT {
31
- }
32
- type RESULT = _i_out._T_Value;
33
8
  }
9
+ export type Error_ = ($$_: Error_.I) => Error_.O;
10
+ export { Error_ as Error, };
@@ -1,24 +1,10 @@
1
- import * as _i_out from "./data_types/target";
2
- import * as _i_in from "./data_types/source";
3
- export type _T_Error = ($$_: _i_in._T_Error, $$_p: null) => _i_out._T_Error;
4
- export type Error = _T_Error;
5
- export declare namespace _T_Error {
6
- namespace CONTEXT {
1
+ import * as i_out from "./data_types/target";
2
+ import * as i_in from "./data_types/source";
3
+ export declare namespace Error_ {
4
+ type I = i_in.Error;
5
+ type O = i_out.Error;
6
+ namespace P {
7
7
  }
8
- type CONTEXT = _i_in._T_Error;
9
- namespace PARAMS {
10
- }
11
- namespace RESULT {
12
- }
13
- type RESULT = _i_out._T_Error;
14
- }
15
- export declare namespace Error {
16
- namespace CONTEXT {
17
- }
18
- type CONTEXT = _i_in._T_Error;
19
- namespace PARAMS {
20
- }
21
- namespace RESULT {
22
- }
23
- type RESULT = _i_out._T_Error;
24
8
  }
9
+ export type Error_ = ($$_: Error_.I) => Error_.O;
10
+ export { Error_ as Error, };
@@ -1,28 +1,9 @@
1
- import * as _i_in from "./data_types/source";
2
- import * as _i_vs from "./value_serializers";
3
- export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
4
- readonly 'value serializers': _i_vs._T_Value_Serializers;
5
- }) => string;
6
- export type Error = _T_Error;
7
- export declare namespace _T_Error {
8
- namespace CONTEXT {
1
+ import * as i_in from "./data_types/source";
2
+ export declare namespace Error_ {
3
+ type I = i_in.Error;
4
+ type O = string;
5
+ namespace P {
9
6
  }
10
- type CONTEXT = _i_in._T_Error;
11
- namespace PARAMS {
12
- namespace value_serializers {
13
- }
14
- type value_serializers = _i_vs._T_Value_Serializers;
15
- }
16
- type RESULT = string;
17
- }
18
- export declare namespace Error {
19
- namespace CONTEXT {
20
- }
21
- type CONTEXT = _i_in._T_Error;
22
- namespace PARAMS {
23
- namespace value_serializers {
24
- }
25
- type value_serializers = _i_vs._T_Value_Serializers;
26
- }
27
- type RESULT = string;
28
7
  }
8
+ export type Error_ = ($$_: Error_.I) => Error_.O;
9
+ export { Error_ as Error, };
@@ -1,33 +1,10 @@
1
- import * as _i_out from "./data_types/target";
2
- import * as _i_in from "../../core/astn_source";
3
- import * as _i_vd from "./value_deserializers";
4
- export type _T_Error = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Error;
7
- export type Error = _T_Error;
8
- export declare namespace _T_Error {
9
- namespace CONTEXT {
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 Error_ {
4
+ type I = i_in.Value;
5
+ type O = i_out.Error;
6
+ namespace P {
10
7
  }
11
- type CONTEXT = _i_in._T_Value;
12
- namespace PARAMS {
13
- namespace value_deserializers {
14
- }
15
- type value_deserializers = _i_vd._T_Value_Deserializers;
16
- }
17
- namespace RESULT {
18
- }
19
- type RESULT = _i_out._T_Error;
20
- }
21
- export declare namespace Error {
22
- namespace CONTEXT {
23
- }
24
- type CONTEXT = _i_in._T_Value;
25
- namespace PARAMS {
26
- namespace value_deserializers {
27
- }
28
- type value_deserializers = _i_vd._T_Value_Deserializers;
29
- }
30
- namespace RESULT {
31
- }
32
- type RESULT = _i_out._T_Error;
33
8
  }
9
+ export type Error_ = ($$_: Error_.I) => Error_.O;
10
+ export { Error_ as Error, };
@@ -1,7 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // **** TYPES
4
- // **** FRIENDLY NAMES FOR THE GLOBAL TYPES
5
- // **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
6
- // *** ALIASES FOR NESTED TYPES
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV90cmVlL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQU1JLGFBQWE7QUFFYiwyQ0FBMkM7QUFFM0Msd0RBQXdEO0FBRXhELCtCQUErQiJ9
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV90cmVlL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=