astn 0.113.27 → 0.113.29

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 (72) 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/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +4 -4
  4. package/dist/interface/generated/pareto/core/location.d.ts +11 -0
  5. package/dist/interface/generated/pareto/core/location.js +3 -0
  6. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +191 -1124
  7. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
  8. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
  9. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
  10. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
  11. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
  12. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
  13. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
  14. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
  15. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
  16. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +53 -242
  17. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +53 -242
  18. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
  19. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
  20. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
  21. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
  22. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
  23. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
  24. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
  25. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +137 -930
  26. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +137 -930
  27. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
  28. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
  29. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
  30. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
  31. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
  32. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
  33. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
  34. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
  35. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
  36. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
  37. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
  38. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
  39. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
  40. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
  41. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
  42. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
  43. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
  44. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
  45. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
  46. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
  47. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
  48. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
  49. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
  50. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
  51. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
  52. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +40 -207
  53. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -212
  54. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -1
  55. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
  56. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
  57. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
  58. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
  59. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
  60. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
  61. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
  62. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
  63. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
  64. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
  65. package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
  66. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
  67. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
  68. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
  69. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
  70. package/dist/shorthands/parse_result.d.ts +1 -1
  71. package/dist/shorthands/parse_result.js +1 -1
  72. 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=