astn 0.113.93 → 0.113.95

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 (143) hide show
  1. package/dist/implementation/queries/convert_to_json.d.ts +7 -2
  2. package/dist/implementation/queries/convert_to_json.js +6 -6
  3. package/dist/implementation/queries/format.d.ts +7 -2
  4. package/dist/implementation/queries/format.js +1 -1
  5. package/dist/implementation/queries/validate.d.ts +7 -2
  6. package/dist/implementation/queries/validate.js +1 -1
  7. package/dist/implementation/refiners/ide/parse_tree.js +3 -3
  8. package/dist/implementation/refiners/included_parse_tree/parse_tree.js +9 -9
  9. package/dist/implementation/transformers/authoring_target/prose.d.ts +17 -4
  10. package/dist/implementation/transformers/authoring_target/prose.js +7 -7
  11. package/dist/implementation/transformers/authoring_target/text.d.ts +21 -3
  12. package/dist/implementation/transformers/authoring_target/text.js +2 -1
  13. package/dist/implementation/transformers/parse_tree/authoring_target.d.ts +18 -7
  14. package/dist/implementation/transformers/parse_tree/authoring_target.js +1 -1
  15. package/dist/implementation/transformers/parse_tree/includes.d.ts +14 -5
  16. package/dist/implementation/transformers/parse_tree/includes.js +1 -1
  17. package/dist/implementation/transformers/parse_tree/json_target.d.ts +14 -5
  18. package/dist/implementation/transformers/parse_tree/json_target.js +1 -1
  19. package/dist/implementation/transformers/parse_tree/text.d.ts +11 -2
  20. package/dist/implementation/transformers/parse_tree/text.js +2 -1
  21. package/dist/interface/schemas/authoring_target.js +2 -0
  22. package/dist/interface/schemas/ide.js +2 -0
  23. package/dist/interface/schemas/includes.d.ts +3 -0
  24. package/dist/interface/{data → schemas}/includes.js +1 -1
  25. package/dist/interface/schemas/json_without_guaranteed_unique_keys.d.ts +1 -0
  26. package/dist/interface/schemas/json_without_guaranteed_unique_keys.js +2 -0
  27. package/dist/interface/schemas/parse_tree.d.ts +1 -0
  28. package/dist/interface/schemas/parse_tree.js +2 -0
  29. package/dist/interface/schemas/prose.d.ts +1 -0
  30. package/dist/interface/schemas/prose.js +2 -0
  31. package/dist/interface/schemas/prose_serialize.d.ts +1 -0
  32. package/dist/interface/schemas/prose_serialize.js +2 -0
  33. package/dist/interface/schemas/text.d.ts +1 -0
  34. package/dist/interface/schemas/text.js +2 -0
  35. package/dist/{interface/generated/liana/schemas/astn_schema/signatures/resolved/refiners → submodules/astn_schema/declarations/refiners/resolved}/unresolved.d.ts +3 -3
  36. package/dist/submodules/astn_schema/declarations/refiners/resolved/unresolved.js +7 -0
  37. package/dist/{interface/generated/liana/schemas/astn_schema/signatures/unresolved/refiners → submodules/astn_schema/declarations/refiners/unresolved}/astn_parse_tree.d.ts +3 -3
  38. package/dist/submodules/astn_schema/declarations/refiners/unresolved/astn_parse_tree.js +5 -0
  39. package/dist/{interface/generated/liana/schemas/astn_schema/signatures/unresolved/refiners → submodules/astn_schema/declarations/refiners/unresolved}/list_of_characters.d.ts +3 -3
  40. package/dist/submodules/astn_schema/declarations/refiners/unresolved/list_of_characters.js +5 -0
  41. package/dist/{implementation/generated/liana/schemas/astn_schema/resolved/refiners → submodules/astn_schema/implementation/refiners/resolved}/unresolved.js +13 -13
  42. package/dist/{implementation/generated/liana/schemas/astn_schema/resolved/transformers/fountain_pen.d.ts → submodules/astn_schema/implementation/refiners/unresolved/astn_parse_tree.d.ts} +1 -1
  43. package/dist/{implementation/generated/liana/schemas/astn_schema/unresolved/refiners → submodules/astn_schema/implementation/refiners/unresolved}/astn_parse_tree.js +3 -3
  44. package/dist/{implementation/generated/liana/schemas/astn_schema/unresolved/refiners/astn_parse_tree.d.ts → submodules/astn_schema/implementation/refiners/unresolved/list_of_characters.d.ts} +1 -1
  45. package/dist/submodules/astn_schema/implementation/refiners/unresolved/list_of_characters.js +28 -0
  46. package/dist/submodules/astn_schema/implementation/transformers/resolved/astn_sealed_target.d.ts +22 -0
  47. package/dist/submodules/astn_schema/implementation/transformers/resolved/astn_sealed_target.js +167 -0
  48. package/dist/submodules/astn_schema/implementation/transformers/resolved/boilerplate_for_migrate.d.ts +22 -0
  49. package/dist/{implementation/generated/liana/schemas/astn_schema/resolved/transformers → submodules/astn_schema/implementation/transformers/resolved}/boilerplate_for_migrate.js +2 -3
  50. package/dist/submodules/astn_schema/implementation/transformers/resolved/prose.d.ts +22 -0
  51. package/dist/submodules/astn_schema/implementation/transformers/resolved/prose.js +12 -0
  52. package/dist/submodules/astn_schema/interface/schemas/deserialize.d.ts +1 -0
  53. package/dist/submodules/astn_schema/interface/schemas/deserialize.js +2 -0
  54. package/dist/submodules/astn_schema/interface/schemas/document_and_location.d.ts +1 -0
  55. package/dist/submodules/astn_schema/interface/schemas/document_and_location.js +2 -0
  56. package/dist/submodules/astn_schema/interface/schemas/list_of_characters.d.ts +1 -0
  57. package/dist/submodules/astn_schema/interface/schemas/list_of_characters.js +2 -0
  58. package/dist/submodules/astn_schema/interface/schemas/parse_tree.d.ts +1 -0
  59. package/dist/submodules/astn_schema/interface/schemas/parse_tree.js +2 -0
  60. package/dist/submodules/astn_schema/interface/schemas/prose.d.ts +1 -0
  61. package/dist/submodules/astn_schema/interface/schemas/prose.js +2 -0
  62. package/dist/submodules/astn_schema/interface/schemas/resolve.d.ts +1 -0
  63. package/dist/submodules/astn_schema/interface/schemas/resolve.js +2 -0
  64. package/dist/submodules/astn_schema/interface/schemas/resolved.js +2 -0
  65. package/dist/submodules/astn_schema/interface/schemas/sealed_target.d.ts +1 -0
  66. package/dist/submodules/astn_schema/interface/schemas/sealed_target.js +2 -0
  67. package/dist/submodules/astn_schema/interface/schemas/unmarshall.d.ts +1 -0
  68. package/dist/submodules/astn_schema/interface/schemas/unmarshall.js +2 -0
  69. package/dist/{interface/generated/liana/schemas/astn_schema/data → submodules/astn_schema/interface/schemas}/unresolved.d.ts +1 -1
  70. package/dist/submodules/astn_schema/interface/schemas/unresolved.js +3 -0
  71. package/package.json +1 -1
  72. package/dist/declarations/commands.d.ts +0 -25
  73. package/dist/declarations/commands.js +0 -2
  74. package/dist/declarations/queries.d.ts +0 -13
  75. package/dist/declarations/queries.js +0 -2
  76. package/dist/declarations/transformers/authoring_target/prose.d.ts +0 -12
  77. package/dist/declarations/transformers/authoring_target/prose.js +0 -2
  78. package/dist/declarations/transformers/authoring_target/text.d.ts +0 -14
  79. package/dist/declarations/transformers/authoring_target/text.js +0 -2
  80. package/dist/declarations/transformers/parse_tree/authoring_target.d.ts +0 -9
  81. package/dist/declarations/transformers/parse_tree/authoring_target.js +0 -2
  82. package/dist/declarations/transformers/parse_tree/ide.d.ts +0 -19
  83. package/dist/declarations/transformers/parse_tree/ide.js +0 -2
  84. package/dist/declarations/transformers/parse_tree/includes.d.ts +0 -7
  85. package/dist/declarations/transformers/parse_tree/includes.js +0 -2
  86. package/dist/declarations/transformers/parse_tree/json_target.d.ts +0 -7
  87. package/dist/declarations/transformers/parse_tree/json_target.js +0 -2
  88. package/dist/declarations/transformers/parse_tree/text.d.ts +0 -7
  89. package/dist/declarations/transformers/parse_tree/text.js +0 -2
  90. package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/astn_sealed_target.d.ts +0 -9
  91. package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/astn_sealed_target.js +0 -168
  92. package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/boilerplate_for_migrate.d.ts +0 -9
  93. package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/fountain_pen.js +0 -12
  94. package/dist/implementation/generated/liana/schemas/astn_schema/unresolved/refiners/list_of_characters.d.ts +0 -9
  95. package/dist/implementation/generated/liana/schemas/astn_schema/unresolved/refiners/list_of_characters.js +0 -28
  96. package/dist/implementation/generated/liana/schemas/ide/refiners/astn_parse_tree.d.ts +0 -5
  97. package/dist/implementation/generated/liana/schemas/ide/refiners/astn_parse_tree.js +0 -134
  98. package/dist/implementation/generated/liana/schemas/ide/refiners/list_of_characters.d.ts +0 -5
  99. package/dist/implementation/generated/liana/schemas/ide/refiners/list_of_characters.js +0 -16
  100. package/dist/implementation/generated/liana/schemas/ide/transformers/astn_sealed_target.d.ts +0 -5
  101. package/dist/implementation/generated/liana/schemas/ide/transformers/astn_sealed_target.js +0 -61
  102. package/dist/implementation/generated/liana/schemas/ide/transformers/boilerplate_for_migrate.d.ts +0 -5
  103. package/dist/implementation/generated/liana/schemas/ide/transformers/boilerplate_for_migrate.js +0 -35
  104. package/dist/implementation/generated/liana/schemas/ide/transformers/fountain_pen.d.ts +0 -5
  105. package/dist/implementation/generated/liana/schemas/ide/transformers/fountain_pen.js +0 -8
  106. package/dist/interface/data/includes.d.ts +0 -3
  107. package/dist/interface/generated/liana/schemas/astn_schema/data/resolved.js +0 -2
  108. package/dist/interface/generated/liana/schemas/astn_schema/data/unresolved.js +0 -3
  109. package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/refiners/unresolved.js +0 -7
  110. package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/astn_sealed_target.d.ts +0 -59
  111. package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/astn_sealed_target.js +0 -3
  112. package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/boilerplate_for_migrate.d.ts +0 -59
  113. package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/boilerplate_for_migrate.js +0 -3
  114. package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/fountain_pen.d.ts +0 -59
  115. package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/fountain_pen.js +0 -3
  116. package/dist/interface/generated/liana/schemas/astn_schema/signatures/unresolved/refiners/astn_parse_tree.js +0 -5
  117. package/dist/interface/generated/liana/schemas/astn_schema/signatures/unresolved/refiners/list_of_characters.js +0 -5
  118. package/dist/interface/generated/liana/schemas/authoring_target/data.js +0 -2
  119. package/dist/interface/generated/liana/schemas/authoring_target/signatures/refiners/astn_parse_tree.d.ts +0 -45
  120. package/dist/interface/generated/liana/schemas/authoring_target/signatures/refiners/astn_parse_tree.js +0 -5
  121. package/dist/interface/generated/liana/schemas/authoring_target/signatures/refiners/list_of_characters.d.ts +0 -60
  122. package/dist/interface/generated/liana/schemas/authoring_target/signatures/refiners/list_of_characters.js +0 -5
  123. package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/astn_sealed_target.d.ts +0 -38
  124. package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/astn_sealed_target.js +0 -3
  125. package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/boilerplate_for_migrate.d.ts +0 -38
  126. package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/boilerplate_for_migrate.js +0 -3
  127. package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/fountain_pen.d.ts +0 -38
  128. package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/fountain_pen.js +0 -3
  129. package/dist/interface/generated/liana/schemas/ide/data.js +0 -2
  130. package/dist/interface/generated/liana/schemas/ide/signatures/refiners/astn_parse_tree.d.ts +0 -37
  131. package/dist/interface/generated/liana/schemas/ide/signatures/refiners/astn_parse_tree.js +0 -5
  132. package/dist/interface/generated/liana/schemas/ide/signatures/refiners/list_of_characters.d.ts +0 -49
  133. package/dist/interface/generated/liana/schemas/ide/signatures/refiners/list_of_characters.js +0 -5
  134. package/dist/interface/generated/liana/schemas/ide/signatures/transformers/astn_sealed_target.d.ts +0 -31
  135. package/dist/interface/generated/liana/schemas/ide/signatures/transformers/astn_sealed_target.js +0 -3
  136. package/dist/interface/generated/liana/schemas/ide/signatures/transformers/boilerplate_for_migrate.d.ts +0 -31
  137. package/dist/interface/generated/liana/schemas/ide/signatures/transformers/boilerplate_for_migrate.js +0 -3
  138. package/dist/interface/generated/liana/schemas/ide/signatures/transformers/fountain_pen.d.ts +0 -31
  139. package/dist/interface/generated/liana/schemas/ide/signatures/transformers/fountain_pen.js +0 -3
  140. /package/dist/interface/{generated/liana/schemas/authoring_target/data.d.ts → schemas/authoring_target.d.ts} +0 -0
  141. /package/dist/interface/{generated/liana/schemas/ide/data.d.ts → schemas/ide.d.ts} +0 -0
  142. /package/dist/{implementation/generated/liana/schemas/astn_schema/resolved/refiners → submodules/astn_schema/implementation/refiners/resolved}/unresolved.d.ts +0 -0
  143. /package/dist/{interface/generated/liana/schemas/astn_schema/data → submodules/astn_schema/interface/schemas}/resolved.d.ts +0 -0
@@ -1,8 +0,0 @@
1
- import * as t_signatures from "../../../../../../interface/generated/liana/schemas/ide/signatures/transformers/fountain_pen.js";
2
- import * as v_serialize from "astn-core/implementation/transformers/sealed_target/prose";
3
- import * as v_marshall from "./astn_sealed_target.js";
4
- export const Text_Edits = ($) => v_serialize.Document(v_marshall.Text_Edits($));
5
- export const Relative_Range = ($) => v_serialize.Document(v_marshall.Relative_Range($));
6
- export const ID_Value_Pairs_To_Be_Sorted = ($) => v_serialize.Document(v_marshall.ID_Value_Pairs_To_Be_Sorted($));
7
- export const Relative_Location = ($) => v_serialize.Document(v_marshall.Relative_Location($));
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ltcGxlbWVudGF0aW9uL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2lkZS90cmFuc2Zvcm1lcnMvZm91bnRhaW5fcGVuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sS0FBSyxZQUFZLE1BQU0saUdBQWlHLENBQUE7QUFFL0gsT0FBTyxLQUFLLFdBQVcsTUFBTSwyREFBMkQsQ0FBQTtBQUV4RixPQUFPLEtBQUssVUFBVSxNQUFNLHlCQUF5QixDQUFBO0FBRXJELE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBNEIsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQzFFLFVBQVUsQ0FBQyxVQUFVLENBQ2pCLENBQUMsQ0FDSixDQUNKLENBQUE7QUFFRCxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQWdDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUNsRixVQUFVLENBQUMsY0FBYyxDQUNyQixDQUFDLENBQ0osQ0FDSixDQUFBO0FBRUQsTUFBTSxDQUFDLE1BQU0sMkJBQTJCLEdBQTZDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUM1RyxVQUFVLENBQUMsMkJBQTJCLENBQ2xDLENBQUMsQ0FDSixDQUNKLENBQUE7QUFFRCxNQUFNLENBQUMsTUFBTSxpQkFBaUIsR0FBbUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQ3hGLFVBQVUsQ0FBQyxpQkFBaUIsQ0FDeEIsQ0FBQyxDQUNKLENBQ0osQ0FBQSJ9
@@ -1,3 +0,0 @@
1
- import * as p_ from 'pareto-core/interface/data';
2
- import type * as d_parse_tree from "astn-core/interface/generated/liana/schemas/parse_tree/data";
3
- export type Included_Files = p_.List<d_parse_tree.Value.type_.include>;
@@ -1,2 +0,0 @@
1
- import * as p_di from 'pareto-core/interface/data';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2FzdG5fc2NoZW1hL2RhdGEvcmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLElBQUksTUFBTSw0QkFBNEIsQ0FBQSJ9
@@ -1,3 +0,0 @@
1
- import * as p_di from 'pareto-core/interface/data';
2
- import * as i_location from "liana-core/interface/data/document_and_location";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXN0bl9zY2hlbWEvZGF0YS91bnJlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUE7QUFFbEQsT0FBTyxLQUFLLFVBQVUsTUFBTSxpREFBaUQsQ0FBQSJ9
@@ -1,7 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as p_di from 'pareto-core/interface/data';
3
- import * as p_ri from 'pareto-core/interface/refiner';
4
- import * as i_generic from "liana-core/interface/data/resolve";
5
- import * as i_resolved from "../../../data/resolved.js";
6
- import * as i_unresolved from "../../../data/unresolved.js";
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXN0bl9zY2hlbWEvc2lnbmF0dXJlcy9yZXNvbHZlZC9yZWZpbmVycy91bnJlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFDN0QsT0FBTyxLQUFLLElBQUksTUFBTSw0QkFBNEIsQ0FBQTtBQUNsRCxPQUFPLEtBQUssSUFBSSxNQUFNLCtCQUErQixDQUFBO0FBRXJELE9BQU8sS0FBSyxTQUFTLE1BQU0sbUNBQW1DLENBQUE7QUFFOUQsT0FBTyxLQUFLLFVBQVUsTUFBTSwyQkFBMkIsQ0FBQTtBQUV2RCxPQUFPLEtBQUssWUFBWSxNQUFNLDZCQUE2QixDQUFBIn0=
@@ -1,59 +0,0 @@
1
- import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
2
- import * as i_in from "../../../data/resolved.js";
3
- export declare namespace Schema_Tree_ {
4
- type I = i_in.Schema_Tree;
5
- type O = i_out.Value;
6
- namespace P {
7
- }
8
- }
9
- export type Schema_Tree_ = (context: Schema_Tree_.I) => Schema_Tree_.O;
10
- export declare namespace Schemas_ {
11
- type I = i_in.Schemas;
12
- type O = i_out.Value;
13
- namespace P {
14
- }
15
- }
16
- export type Schemas_ = (context: Schemas_.I) => Schemas_.O;
17
- export declare namespace Schema_ {
18
- type I = i_in.Schema;
19
- type O = i_out.Value;
20
- namespace P {
21
- }
22
- }
23
- export type Schema_ = (context: Schema_.I) => Schema_.O;
24
- export declare namespace Imports_ {
25
- type I = i_in.Imports;
26
- type O = i_out.Value;
27
- namespace P {
28
- }
29
- }
30
- export type Imports_ = (context: Imports_.I) => Imports_.O;
31
- export declare namespace Globals_ {
32
- type I = i_in.Globals;
33
- type O = i_out.Value;
34
- namespace P {
35
- }
36
- }
37
- export type Globals_ = (context: Globals_.I) => Globals_.O;
38
- export declare namespace Modules_ {
39
- type I = i_in.Modules;
40
- type O = i_out.Value;
41
- namespace P {
42
- }
43
- }
44
- export type Modules_ = (context: Modules_.I) => Modules_.O;
45
- export declare namespace Value_ {
46
- type I = i_in.Value;
47
- type O = i_out.Value;
48
- namespace P {
49
- }
50
- }
51
- export type Value_ = (context: Value_.I) => Value_.O;
52
- export declare namespace Text_Type_ {
53
- type I = i_in.Text_Type;
54
- type O = i_out.Value;
55
- namespace P {
56
- }
57
- }
58
- export type Text_Type_ = (context: Text_Type_.I) => Text_Type_.O;
59
- export type { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
@@ -1,3 +0,0 @@
1
- import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
2
- import * as i_in from "../../../data/resolved.js";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hc3RuX3NjaGVtYS9zaWduYXR1cmVzL3Jlc29sdmVkL3RyYW5zZm9ybWVycy9hc3RuX3NlYWxlZF90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxLQUFLLEtBQUssTUFBTSxnRUFBZ0UsQ0FBQTtBQUV2RixPQUFPLEtBQUssSUFBSSxNQUFNLDJCQUEyQixDQUFBIn0=
@@ -1,59 +0,0 @@
1
- import * as i_out from "../../../data/unresolved.js";
2
- import * as i_in from "../../../data/resolved.js";
3
- export declare namespace Schema_Tree_ {
4
- type I = i_in.Schema_Tree;
5
- type O = i_out.Schema_Tree;
6
- namespace P {
7
- }
8
- }
9
- export type Schema_Tree_ = (context: Schema_Tree_.I) => Schema_Tree_.O;
10
- export declare namespace Schemas_ {
11
- type I = i_in.Schemas;
12
- type O = i_out.Schemas;
13
- namespace P {
14
- }
15
- }
16
- export type Schemas_ = (context: Schemas_.I) => Schemas_.O;
17
- export declare namespace Schema_ {
18
- type I = i_in.Schema;
19
- type O = i_out.Schema;
20
- namespace P {
21
- }
22
- }
23
- export type Schema_ = (context: Schema_.I) => Schema_.O;
24
- export declare namespace Imports_ {
25
- type I = i_in.Imports;
26
- type O = i_out.Imports;
27
- namespace P {
28
- }
29
- }
30
- export type Imports_ = (context: Imports_.I) => Imports_.O;
31
- export declare namespace Globals_ {
32
- type I = i_in.Globals;
33
- type O = i_out.Globals;
34
- namespace P {
35
- }
36
- }
37
- export type Globals_ = (context: Globals_.I) => Globals_.O;
38
- export declare namespace Modules_ {
39
- type I = i_in.Modules;
40
- type O = i_out.Modules;
41
- namespace P {
42
- }
43
- }
44
- export type Modules_ = (context: Modules_.I) => Modules_.O;
45
- export declare namespace Value_ {
46
- type I = i_in.Value;
47
- type O = i_out.Value;
48
- namespace P {
49
- }
50
- }
51
- export type Value_ = (context: Value_.I) => Value_.O;
52
- export declare namespace Text_Type_ {
53
- type I = i_in.Text_Type;
54
- type O = i_out.Text_Type;
55
- namespace P {
56
- }
57
- }
58
- export type Text_Type_ = (context: Text_Type_.I) => Text_Type_.O;
59
- export type { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
@@ -1,3 +0,0 @@
1
- import * as i_out from "../../../data/unresolved.js";
2
- import * as i_in from "../../../data/resolved.js";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2FzdG5fc2NoZW1hL3NpZ25hdHVyZXMvcmVzb2x2ZWQvdHJhbnNmb3JtZXJzL2JvaWxlcnBsYXRlX2Zvcl9taWdyYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sS0FBSyxLQUFLLE1BQU0sNkJBQTZCLENBQUE7QUFFcEQsT0FBTyxLQUFLLElBQUksTUFBTSwyQkFBMkIsQ0FBQSJ9
@@ -1,59 +0,0 @@
1
- import * as i_in from "../../../data/resolved.js";
2
- import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
3
- export declare namespace Schema_Tree_ {
4
- type I = i_in.Schema_Tree;
5
- type O = i_out.Paragraph;
6
- namespace P {
7
- }
8
- }
9
- export type Schema_Tree_ = (context: Schema_Tree_.I) => Schema_Tree_.O;
10
- export declare namespace Schemas_ {
11
- type I = i_in.Schemas;
12
- type O = i_out.Paragraph;
13
- namespace P {
14
- }
15
- }
16
- export type Schemas_ = (context: Schemas_.I) => Schemas_.O;
17
- export declare namespace Schema_ {
18
- type I = i_in.Schema;
19
- type O = i_out.Paragraph;
20
- namespace P {
21
- }
22
- }
23
- export type Schema_ = (context: Schema_.I) => Schema_.O;
24
- export declare namespace Imports_ {
25
- type I = i_in.Imports;
26
- type O = i_out.Paragraph;
27
- namespace P {
28
- }
29
- }
30
- export type Imports_ = (context: Imports_.I) => Imports_.O;
31
- export declare namespace Globals_ {
32
- type I = i_in.Globals;
33
- type O = i_out.Paragraph;
34
- namespace P {
35
- }
36
- }
37
- export type Globals_ = (context: Globals_.I) => Globals_.O;
38
- export declare namespace Modules_ {
39
- type I = i_in.Modules;
40
- type O = i_out.Paragraph;
41
- namespace P {
42
- }
43
- }
44
- export type Modules_ = (context: Modules_.I) => Modules_.O;
45
- export declare namespace Value_ {
46
- type I = i_in.Value;
47
- type O = i_out.Paragraph;
48
- namespace P {
49
- }
50
- }
51
- export type Value_ = (context: Value_.I) => Value_.O;
52
- export declare namespace Text_Type_ {
53
- type I = i_in.Text_Type;
54
- type O = i_out.Paragraph;
55
- namespace P {
56
- }
57
- }
58
- export type Text_Type_ = (context: Text_Type_.I) => Text_Type_.O;
59
- export type { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
@@ -1,3 +0,0 @@
1
- import * as i_in from "../../../data/resolved.js";
2
- import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hc3RuX3NjaGVtYS9zaWduYXR1cmVzL3Jlc29sdmVkL3RyYW5zZm9ybWVycy9mb3VudGFpbl9wZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxLQUFLLElBQUksTUFBTSwyQkFBMkIsQ0FBQTtBQUVqRCxPQUFPLEtBQUssS0FBSyxNQUFNLGtFQUFrRSxDQUFBIn0=
@@ -1,5 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_generic from "liana-core/interface/data/unmarshall";
3
- import * as i_out from "../../../data/unresolved.js";
4
- import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hc3RuX3NjaGVtYS9zaWduYXR1cmVzL3VucmVzb2x2ZWQvcmVmaW5lcnMvYXN0bl9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLFNBQVMsTUFBTSxzQ0FBc0MsQ0FBQTtBQUVqRSxPQUFPLEtBQUssS0FBSyxNQUFNLDZCQUE2QixDQUFBO0FBRXBELE9BQU8sS0FBSyxJQUFJLE1BQU0sNkRBQTZELENBQUEifQ==
@@ -1,5 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_generic from "liana-core/interface/data/deserialize";
3
- import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
4
- import * as i_out from "../../../data/unresolved.js";
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hc3RuX3NjaGVtYS9zaWduYXR1cmVzL3VucmVzb2x2ZWQvcmVmaW5lcnMvbGlzdF9vZl9jaGFyYWN0ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLFNBQVMsTUFBTSx1Q0FBdUMsQ0FBQTtBQUVsRSxPQUFPLEtBQUssSUFBSSxNQUFNLCtFQUErRSxDQUFBO0FBRXJHLE9BQU8sS0FBSyxLQUFLLE1BQU0sNkJBQTZCLENBQUEifQ==
@@ -1,2 +0,0 @@
1
- import * as p_di from 'pareto-core/interface/data';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUEifQ==
@@ -1,45 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_generic from "liana-core/interface/data/unmarshall";
3
- import * as i_out from "../../data.js";
4
- import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
5
- export declare namespace Document_ {
6
- type I = i_in.Value;
7
- type O = i_out.Document;
8
- type E = i_generic.Error;
9
- namespace P {
10
- }
11
- }
12
- export type Document_ = (context: Document_.I, abort: p_i.Abort<Document_.E>) => Document_.O;
13
- export declare namespace Value_ {
14
- type I = i_in.Value;
15
- type O = i_out.Value;
16
- type E = i_generic.Error;
17
- namespace P {
18
- }
19
- }
20
- export type Value_ = (context: Value_.I, abort: p_i.Abort<Value_.E>) => Value_.O;
21
- export declare namespace Token_Trivia_ {
22
- type I = i_in.Value;
23
- type O = i_out.Token_Trivia;
24
- type E = i_generic.Error;
25
- namespace P {
26
- }
27
- }
28
- export type Token_Trivia_ = (context: Token_Trivia_.I, abort: p_i.Abort<Token_Trivia_.E>) => Token_Trivia_.O;
29
- export declare namespace ID_Value_Pairs_ {
30
- type I = i_in.Value;
31
- type O = i_out.ID_Value_Pairs;
32
- type E = i_generic.Error;
33
- namespace P {
34
- }
35
- }
36
- export type ID_Value_Pairs_ = (context: ID_Value_Pairs_.I, abort: p_i.Abort<ID_Value_Pairs_.E>) => ID_Value_Pairs_.O;
37
- export declare namespace Items_ {
38
- type I = i_in.Value;
39
- type O = i_out.Items;
40
- type E = i_generic.Error;
41
- namespace P {
42
- }
43
- }
44
- export type Items_ = (context: Items_.I, abort: p_i.Abort<Items_.E>) => Items_.O;
45
- export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
@@ -1,5 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_generic from "liana-core/interface/data/unmarshall";
3
- import * as i_out from "../../data.js";
4
- import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3NpZ25hdHVyZXMvcmVmaW5lcnMvYXN0bl9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLFNBQVMsTUFBTSxzQ0FBc0MsQ0FBQTtBQUVqRSxPQUFPLEtBQUssS0FBSyxNQUFNLGVBQWUsQ0FBQTtBQUV0QyxPQUFPLEtBQUssSUFBSSxNQUFNLDZEQUE2RCxDQUFBIn0=
@@ -1,60 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_generic from "liana-core/interface/data/deserialize";
3
- import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
4
- import * as i_out from "../../data.js";
5
- export declare namespace Document_ {
6
- type I = i_in.List_of_Characters;
7
- type O = i_out.Document;
8
- type E = i_generic.Error;
9
- namespace P {
10
- type tab_size = number;
11
- }
12
- }
13
- export type Document_ = (context: Document_.I, abort: p_i.Abort<Document_.E>, parameters: {
14
- readonly 'tab size': Document_.P.tab_size;
15
- }) => Document_.O;
16
- export declare namespace Value_ {
17
- type I = i_in.List_of_Characters;
18
- type O = i_out.Value;
19
- type E = i_generic.Error;
20
- namespace P {
21
- type tab_size = number;
22
- }
23
- }
24
- export type Value_ = (context: Value_.I, abort: p_i.Abort<Value_.E>, parameters: {
25
- readonly 'tab size': Value_.P.tab_size;
26
- }) => Value_.O;
27
- export declare namespace Token_Trivia_ {
28
- type I = i_in.List_of_Characters;
29
- type O = i_out.Token_Trivia;
30
- type E = i_generic.Error;
31
- namespace P {
32
- type tab_size = number;
33
- }
34
- }
35
- export type Token_Trivia_ = (context: Token_Trivia_.I, abort: p_i.Abort<Token_Trivia_.E>, parameters: {
36
- readonly 'tab size': Token_Trivia_.P.tab_size;
37
- }) => Token_Trivia_.O;
38
- export declare namespace ID_Value_Pairs_ {
39
- type I = i_in.List_of_Characters;
40
- type O = i_out.ID_Value_Pairs;
41
- type E = i_generic.Error;
42
- namespace P {
43
- type tab_size = number;
44
- }
45
- }
46
- export type ID_Value_Pairs_ = (context: ID_Value_Pairs_.I, abort: p_i.Abort<ID_Value_Pairs_.E>, parameters: {
47
- readonly 'tab size': ID_Value_Pairs_.P.tab_size;
48
- }) => ID_Value_Pairs_.O;
49
- export declare namespace Items_ {
50
- type I = i_in.List_of_Characters;
51
- type O = i_out.Items;
52
- type E = i_generic.Error;
53
- namespace P {
54
- type tab_size = number;
55
- }
56
- }
57
- export type Items_ = (context: Items_.I, abort: p_i.Abort<Items_.E>, parameters: {
58
- readonly 'tab size': Items_.P.tab_size;
59
- }) => Items_.O;
60
- export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
@@ -1,5 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_generic from "liana-core/interface/data/deserialize";
3
- import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
4
- import * as i_out from "../../data.js";
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3NpZ25hdHVyZXMvcmVmaW5lcnMvbGlzdF9vZl9jaGFyYWN0ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLFNBQVMsTUFBTSx1Q0FBdUMsQ0FBQTtBQUVsRSxPQUFPLEtBQUssSUFBSSxNQUFNLCtFQUErRSxDQUFBO0FBRXJHLE9BQU8sS0FBSyxLQUFLLE1BQU0sZUFBZSxDQUFBIn0=
@@ -1,38 +0,0 @@
1
- import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
2
- import * as i_in from "../../data.js";
3
- export declare namespace Document_ {
4
- type I = i_in.Document;
5
- type O = i_out.Value;
6
- namespace P {
7
- }
8
- }
9
- export type Document_ = (context: Document_.I) => Document_.O;
10
- export declare namespace Value_ {
11
- type I = i_in.Value;
12
- type O = i_out.Value;
13
- namespace P {
14
- }
15
- }
16
- export type Value_ = (context: Value_.I) => Value_.O;
17
- export declare namespace Token_Trivia_ {
18
- type I = i_in.Token_Trivia;
19
- type O = i_out.Value;
20
- namespace P {
21
- }
22
- }
23
- export type Token_Trivia_ = (context: Token_Trivia_.I) => Token_Trivia_.O;
24
- export declare namespace ID_Value_Pairs_ {
25
- type I = i_in.ID_Value_Pairs;
26
- type O = i_out.Value;
27
- namespace P {
28
- }
29
- }
30
- export type ID_Value_Pairs_ = (context: ID_Value_Pairs_.I) => ID_Value_Pairs_.O;
31
- export declare namespace Items_ {
32
- type I = i_in.Items;
33
- type O = i_out.Value;
34
- namespace P {
35
- }
36
- }
37
- export type Items_ = (context: Items_.I) => Items_.O;
38
- export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
@@ -1,3 +0,0 @@
1
- import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
2
- import * as i_in from "../../data.js";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2FzdG5fc2VhbGVkX3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEtBQUssS0FBSyxNQUFNLGdFQUFnRSxDQUFBO0FBRXZGLE9BQU8sS0FBSyxJQUFJLE1BQU0sZUFBZSxDQUFBIn0=
@@ -1,38 +0,0 @@
1
- import * as i_out from "../../data.js";
2
- import * as i_in from "../../data.js";
3
- export declare namespace Document_ {
4
- type I = i_in.Document;
5
- type O = i_out.Document;
6
- namespace P {
7
- }
8
- }
9
- export type Document_ = (context: Document_.I) => Document_.O;
10
- export declare namespace Value_ {
11
- type I = i_in.Value;
12
- type O = i_out.Value;
13
- namespace P {
14
- }
15
- }
16
- export type Value_ = (context: Value_.I) => Value_.O;
17
- export declare namespace Token_Trivia_ {
18
- type I = i_in.Token_Trivia;
19
- type O = i_out.Token_Trivia;
20
- namespace P {
21
- }
22
- }
23
- export type Token_Trivia_ = (context: Token_Trivia_.I) => Token_Trivia_.O;
24
- export declare namespace ID_Value_Pairs_ {
25
- type I = i_in.ID_Value_Pairs;
26
- type O = i_out.ID_Value_Pairs;
27
- namespace P {
28
- }
29
- }
30
- export type ID_Value_Pairs_ = (context: ID_Value_Pairs_.I) => ID_Value_Pairs_.O;
31
- export declare namespace Items_ {
32
- type I = i_in.Items;
33
- type O = i_out.Items;
34
- namespace P {
35
- }
36
- }
37
- export type Items_ = (context: Items_.I) => Items_.O;
38
- export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
@@ -1,3 +0,0 @@
1
- import * as i_out from "../../data.js";
2
- import * as i_in from "../../data.js";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvc2lnbmF0dXJlcy90cmFuc2Zvcm1lcnMvYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxLQUFLLEtBQUssTUFBTSxlQUFlLENBQUE7QUFFdEMsT0FBTyxLQUFLLElBQUksTUFBTSxlQUFlLENBQUEifQ==
@@ -1,38 +0,0 @@
1
- import * as i_in from "../../data.js";
2
- import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
3
- export declare namespace Document_ {
4
- type I = i_in.Document;
5
- type O = i_out.Paragraph;
6
- namespace P {
7
- }
8
- }
9
- export type Document_ = (context: Document_.I) => Document_.O;
10
- export declare namespace Value_ {
11
- type I = i_in.Value;
12
- type O = i_out.Paragraph;
13
- namespace P {
14
- }
15
- }
16
- export type Value_ = (context: Value_.I) => Value_.O;
17
- export declare namespace Token_Trivia_ {
18
- type I = i_in.Token_Trivia;
19
- type O = i_out.Paragraph;
20
- namespace P {
21
- }
22
- }
23
- export type Token_Trivia_ = (context: Token_Trivia_.I) => Token_Trivia_.O;
24
- export declare namespace ID_Value_Pairs_ {
25
- type I = i_in.ID_Value_Pairs;
26
- type O = i_out.Paragraph;
27
- namespace P {
28
- }
29
- }
30
- export type ID_Value_Pairs_ = (context: ID_Value_Pairs_.I) => ID_Value_Pairs_.O;
31
- export declare namespace Items_ {
32
- type I = i_in.Items;
33
- type O = i_out.Paragraph;
34
- namespace P {
35
- }
36
- }
37
- export type Items_ = (context: Items_.I) => Items_.O;
38
- export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
@@ -1,3 +0,0 @@
1
- import * as i_in from "../../data.js";
2
- import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2ZvdW50YWluX3Blbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEtBQUssSUFBSSxNQUFNLGVBQWUsQ0FBQTtBQUVyQyxPQUFPLEtBQUssS0FBSyxNQUFNLGtFQUFrRSxDQUFBIn0=
@@ -1,2 +0,0 @@
1
- import * as p_di from 'pareto-core/interface/data';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvaWRlL2RhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLElBQUksTUFBTSw0QkFBNEIsQ0FBQSJ9
@@ -1,37 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_generic from "liana-core/interface/data/unmarshall";
3
- import * as i_out from "../../data.js";
4
- import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
5
- export declare namespace Text_Edits_ {
6
- type I = i_in.Value;
7
- type O = i_out.Text_Edits;
8
- type E = i_generic.Error;
9
- namespace P {
10
- }
11
- }
12
- export type Text_Edits_ = (context: Text_Edits_.I, abort: p_i.Abort<Text_Edits_.E>) => Text_Edits_.O;
13
- export declare namespace Relative_Range_ {
14
- type I = i_in.Value;
15
- type O = i_out.Relative_Range;
16
- type E = i_generic.Error;
17
- namespace P {
18
- }
19
- }
20
- export type Relative_Range_ = (context: Relative_Range_.I, abort: p_i.Abort<Relative_Range_.E>) => Relative_Range_.O;
21
- export declare namespace ID_Value_Pairs_To_Be_Sorted_ {
22
- type I = i_in.Value;
23
- type O = i_out.ID_Value_Pairs_To_Be_Sorted;
24
- type E = i_generic.Error;
25
- namespace P {
26
- }
27
- }
28
- export type ID_Value_Pairs_To_Be_Sorted_ = (context: ID_Value_Pairs_To_Be_Sorted_.I, abort: p_i.Abort<ID_Value_Pairs_To_Be_Sorted_.E>) => ID_Value_Pairs_To_Be_Sorted_.O;
29
- export declare namespace Relative_Location_ {
30
- type I = i_in.Value;
31
- type O = i_out.Relative_Location;
32
- type E = i_generic.Error;
33
- namespace P {
34
- }
35
- }
36
- export type Relative_Location_ = (context: Relative_Location_.I, abort: p_i.Abort<Relative_Location_.E>) => Relative_Location_.O;
37
- export type { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
@@ -1,5 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_generic from "liana-core/interface/data/unmarshall";
3
- import * as i_out from "../../data.js";
4
- import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9pZGUvc2lnbmF0dXJlcy9yZWZpbmVycy9hc3RuX3BhcnNlX3RyZWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLEdBQUcsTUFBTSx3Q0FBd0MsQ0FBQTtBQUU3RCxPQUFPLEtBQUssU0FBUyxNQUFNLHNDQUFzQyxDQUFBO0FBRWpFLE9BQU8sS0FBSyxLQUFLLE1BQU0sZUFBZSxDQUFBO0FBRXRDLE9BQU8sS0FBSyxJQUFJLE1BQU0sNkRBQTZELENBQUEifQ==
@@ -1,49 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_generic from "liana-core/interface/data/deserialize";
3
- import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
4
- import * as i_out from "../../data.js";
5
- export declare namespace Text_Edits_ {
6
- type I = i_in.List_of_Characters;
7
- type O = i_out.Text_Edits;
8
- type E = i_generic.Error;
9
- namespace P {
10
- type tab_size = number;
11
- }
12
- }
13
- export type Text_Edits_ = (context: Text_Edits_.I, abort: p_i.Abort<Text_Edits_.E>, parameters: {
14
- readonly 'tab size': Text_Edits_.P.tab_size;
15
- }) => Text_Edits_.O;
16
- export declare namespace Relative_Range_ {
17
- type I = i_in.List_of_Characters;
18
- type O = i_out.Relative_Range;
19
- type E = i_generic.Error;
20
- namespace P {
21
- type tab_size = number;
22
- }
23
- }
24
- export type Relative_Range_ = (context: Relative_Range_.I, abort: p_i.Abort<Relative_Range_.E>, parameters: {
25
- readonly 'tab size': Relative_Range_.P.tab_size;
26
- }) => Relative_Range_.O;
27
- export declare namespace ID_Value_Pairs_To_Be_Sorted_ {
28
- type I = i_in.List_of_Characters;
29
- type O = i_out.ID_Value_Pairs_To_Be_Sorted;
30
- type E = i_generic.Error;
31
- namespace P {
32
- type tab_size = number;
33
- }
34
- }
35
- export type ID_Value_Pairs_To_Be_Sorted_ = (context: ID_Value_Pairs_To_Be_Sorted_.I, abort: p_i.Abort<ID_Value_Pairs_To_Be_Sorted_.E>, parameters: {
36
- readonly 'tab size': ID_Value_Pairs_To_Be_Sorted_.P.tab_size;
37
- }) => ID_Value_Pairs_To_Be_Sorted_.O;
38
- export declare namespace Relative_Location_ {
39
- type I = i_in.List_of_Characters;
40
- type O = i_out.Relative_Location;
41
- type E = i_generic.Error;
42
- namespace P {
43
- type tab_size = number;
44
- }
45
- }
46
- export type Relative_Location_ = (context: Relative_Location_.I, abort: p_i.Abort<Relative_Location_.E>, parameters: {
47
- readonly 'tab size': Relative_Location_.P.tab_size;
48
- }) => Relative_Location_.O;
49
- export type { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
@@ -1,5 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_generic from "liana-core/interface/data/deserialize";
3
- import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
4
- import * as i_out from "../../data.js";
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9pZGUvc2lnbmF0dXJlcy9yZWZpbmVycy9saXN0X29mX2NoYXJhY3RlcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLEdBQUcsTUFBTSx3Q0FBd0MsQ0FBQTtBQUU3RCxPQUFPLEtBQUssU0FBUyxNQUFNLHVDQUF1QyxDQUFBO0FBRWxFLE9BQU8sS0FBSyxJQUFJLE1BQU0sK0VBQStFLENBQUE7QUFFckcsT0FBTyxLQUFLLEtBQUssTUFBTSxlQUFlLENBQUEifQ==
@@ -1,31 +0,0 @@
1
- import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
2
- import * as i_in from "../../data.js";
3
- export declare namespace Text_Edits_ {
4
- type I = i_in.Text_Edits;
5
- type O = i_out.Value;
6
- namespace P {
7
- }
8
- }
9
- export type Text_Edits_ = (context: Text_Edits_.I) => Text_Edits_.O;
10
- export declare namespace Relative_Range_ {
11
- type I = i_in.Relative_Range;
12
- type O = i_out.Value;
13
- namespace P {
14
- }
15
- }
16
- export type Relative_Range_ = (context: Relative_Range_.I) => Relative_Range_.O;
17
- export declare namespace ID_Value_Pairs_To_Be_Sorted_ {
18
- type I = i_in.ID_Value_Pairs_To_Be_Sorted;
19
- type O = i_out.Value;
20
- namespace P {
21
- }
22
- }
23
- export type ID_Value_Pairs_To_Be_Sorted_ = (context: ID_Value_Pairs_To_Be_Sorted_.I) => ID_Value_Pairs_To_Be_Sorted_.O;
24
- export declare namespace Relative_Location_ {
25
- type I = i_in.Relative_Location;
26
- type O = i_out.Value;
27
- namespace P {
28
- }
29
- }
30
- export type Relative_Location_ = (context: Relative_Location_.I) => Relative_Location_.O;
31
- export type { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };