astn 0.113.94 → 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 (112) 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/{data → schemas}/authoring_target.js +1 -1
  22. package/dist/interface/{data → schemas}/ide.js +1 -1
  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/{modules → 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/{modules → 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/{modules → 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/{modules → submodules}/astn_schema/implementation/refiners/resolved/unresolved.js +13 -13
  42. package/dist/submodules/astn_schema/implementation/refiners/unresolved/astn_parse_tree.js +451 -0
  43. package/dist/submodules/astn_schema/implementation/refiners/unresolved/list_of_characters.js +28 -0
  44. package/dist/submodules/astn_schema/implementation/transformers/resolved/astn_sealed_target.d.ts +22 -0
  45. package/dist/submodules/astn_schema/implementation/transformers/resolved/astn_sealed_target.js +167 -0
  46. package/dist/submodules/astn_schema/implementation/transformers/resolved/boilerplate_for_migrate.d.ts +22 -0
  47. package/dist/{modules → submodules}/astn_schema/implementation/transformers/resolved/boilerplate_for_migrate.js +2 -3
  48. package/dist/submodules/astn_schema/implementation/transformers/resolved/prose.d.ts +22 -0
  49. package/dist/submodules/astn_schema/implementation/transformers/resolved/prose.js +12 -0
  50. package/dist/submodules/astn_schema/interface/schemas/deserialize.d.ts +1 -0
  51. package/dist/submodules/astn_schema/interface/schemas/deserialize.js +2 -0
  52. package/dist/submodules/astn_schema/interface/schemas/document_and_location.d.ts +1 -0
  53. package/dist/submodules/astn_schema/interface/schemas/document_and_location.js +2 -0
  54. package/dist/submodules/astn_schema/interface/schemas/list_of_characters.d.ts +1 -0
  55. package/dist/submodules/astn_schema/interface/schemas/list_of_characters.js +2 -0
  56. package/dist/submodules/astn_schema/interface/schemas/parse_tree.d.ts +1 -0
  57. package/dist/submodules/astn_schema/interface/schemas/parse_tree.js +2 -0
  58. package/dist/submodules/astn_schema/interface/schemas/prose.d.ts +1 -0
  59. package/dist/submodules/astn_schema/interface/schemas/prose.js +2 -0
  60. package/dist/submodules/astn_schema/interface/schemas/resolve.d.ts +1 -0
  61. package/dist/submodules/astn_schema/interface/schemas/resolve.js +2 -0
  62. package/dist/submodules/astn_schema/interface/schemas/resolved.js +2 -0
  63. package/dist/submodules/astn_schema/interface/schemas/sealed_target.d.ts +1 -0
  64. package/dist/submodules/astn_schema/interface/schemas/sealed_target.js +2 -0
  65. package/dist/submodules/astn_schema/interface/schemas/unmarshall.d.ts +1 -0
  66. package/dist/submodules/astn_schema/interface/schemas/unmarshall.js +2 -0
  67. package/dist/{modules/astn_schema/interface/data → submodules/astn_schema/interface/schemas}/unresolved.d.ts +1 -1
  68. package/dist/submodules/astn_schema/interface/schemas/unresolved.js +3 -0
  69. package/package.json +1 -1
  70. package/dist/declarations/commands.d.ts +0 -25
  71. package/dist/declarations/commands.js +0 -2
  72. package/dist/declarations/queries.d.ts +0 -13
  73. package/dist/declarations/queries.js +0 -2
  74. package/dist/declarations/transformers/authoring_target/prose.d.ts +0 -12
  75. package/dist/declarations/transformers/authoring_target/prose.js +0 -2
  76. package/dist/declarations/transformers/authoring_target/text.d.ts +0 -14
  77. package/dist/declarations/transformers/authoring_target/text.js +0 -2
  78. package/dist/declarations/transformers/parse_tree/authoring_target.d.ts +0 -9
  79. package/dist/declarations/transformers/parse_tree/authoring_target.js +0 -2
  80. package/dist/declarations/transformers/parse_tree/ide.d.ts +0 -19
  81. package/dist/declarations/transformers/parse_tree/ide.js +0 -2
  82. package/dist/declarations/transformers/parse_tree/includes.d.ts +0 -7
  83. package/dist/declarations/transformers/parse_tree/includes.js +0 -2
  84. package/dist/declarations/transformers/parse_tree/json_target.d.ts +0 -7
  85. package/dist/declarations/transformers/parse_tree/json_target.js +0 -2
  86. package/dist/declarations/transformers/parse_tree/text.d.ts +0 -7
  87. package/dist/declarations/transformers/parse_tree/text.js +0 -2
  88. package/dist/interface/data/includes.d.ts +0 -3
  89. package/dist/modules/astn_schema/declarations/refiners/resolved/unresolved.js +0 -7
  90. package/dist/modules/astn_schema/declarations/refiners/unresolved/astn_parse_tree.js +0 -5
  91. package/dist/modules/astn_schema/declarations/refiners/unresolved/list_of_characters.js +0 -5
  92. package/dist/modules/astn_schema/declarations/transformers/resolved/astn_sealed_target.d.ts +0 -59
  93. package/dist/modules/astn_schema/declarations/transformers/resolved/astn_sealed_target.js +0 -3
  94. package/dist/modules/astn_schema/declarations/transformers/resolved/boilerplate_for_migrate.d.ts +0 -59
  95. package/dist/modules/astn_schema/declarations/transformers/resolved/boilerplate_for_migrate.js +0 -3
  96. package/dist/modules/astn_schema/declarations/transformers/resolved/fountain_pen.d.ts +0 -59
  97. package/dist/modules/astn_schema/declarations/transformers/resolved/fountain_pen.js +0 -3
  98. package/dist/modules/astn_schema/implementation/refiners/unresolved/astn_parse_tree.js +0 -451
  99. package/dist/modules/astn_schema/implementation/refiners/unresolved/list_of_characters.js +0 -28
  100. package/dist/modules/astn_schema/implementation/transformers/resolved/astn_sealed_target.d.ts +0 -9
  101. package/dist/modules/astn_schema/implementation/transformers/resolved/astn_sealed_target.js +0 -168
  102. package/dist/modules/astn_schema/implementation/transformers/resolved/boilerplate_for_migrate.d.ts +0 -9
  103. package/dist/modules/astn_schema/implementation/transformers/resolved/fountain_pen.d.ts +0 -9
  104. package/dist/modules/astn_schema/implementation/transformers/resolved/fountain_pen.js +0 -12
  105. package/dist/modules/astn_schema/interface/data/resolved.js +0 -2
  106. package/dist/modules/astn_schema/interface/data/unresolved.js +0 -3
  107. /package/dist/interface/{data → schemas}/authoring_target.d.ts +0 -0
  108. /package/dist/interface/{data → schemas}/ide.d.ts +0 -0
  109. /package/dist/{modules → submodules}/astn_schema/implementation/refiners/resolved/unresolved.d.ts +0 -0
  110. /package/dist/{modules → submodules}/astn_schema/implementation/refiners/unresolved/astn_parse_tree.d.ts +0 -0
  111. /package/dist/{modules → submodules}/astn_schema/implementation/refiners/unresolved/list_of_characters.d.ts +0 -0
  112. /package/dist/{modules/astn_schema/interface/data → submodules/astn_schema/interface/schemas}/resolved.d.ts +0 -0
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kZWNsYXJhdGlvbnMvdHJhbnNmb3JtZXJzL3BhcnNlX3RyZWUvdGV4dC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,3 +0,0 @@
1
- import * as p_ from 'pareto-core/interface/data';
2
- import type * as d_parse_tree from "astn-core/interface/data/parse_tree";
3
- export type Included_Files = p_.List<d_parse_tree.Value.type_.include>;
@@ -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 "../../../interface/data/resolved.js";
6
- import * as i_unresolved from "../../../interface/data/unresolved.js";
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2FzdG5fc2NoZW1hL2RlY2xhcmF0aW9ucy9yZWZpbmVycy9yZXNvbHZlZC91bnJlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFDN0QsT0FBTyxLQUFLLElBQUksTUFBTSw0QkFBNEIsQ0FBQTtBQUNsRCxPQUFPLEtBQUssSUFBSSxNQUFNLCtCQUErQixDQUFBO0FBRXJELE9BQU8sS0FBSyxTQUFTLE1BQU0sbUNBQW1DLENBQUE7QUFFOUQsT0FBTyxLQUFLLFVBQVUsTUFBTSxxQ0FBcUMsQ0FBQTtBQUVqRSxPQUFPLEtBQUssWUFBWSxNQUFNLHVDQUF1QyxDQUFBIn0=
@@ -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 "../../../interface/data/unresolved.js";
4
- import * as i_in from "astn-core/interface/data/parse_tree";
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvYXN0bl9zY2hlbWEvZGVjbGFyYXRpb25zL3JlZmluZXJzL3VucmVzb2x2ZWQvYXN0bl9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLFNBQVMsTUFBTSxzQ0FBc0MsQ0FBQTtBQUVqRSxPQUFPLEtBQUssS0FBSyxNQUFNLHVDQUF1QyxDQUFBO0FBRTlELE9BQU8sS0FBSyxJQUFJLE1BQU0scUNBQXFDLENBQUEifQ==
@@ -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/data/list_of_characters";
4
- import * as i_out from "../../../interface/data/unresolved.js";
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvYXN0bl9zY2hlbWEvZGVjbGFyYXRpb25zL3JlZmluZXJzL3VucmVzb2x2ZWQvbGlzdF9vZl9jaGFyYWN0ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLFNBQVMsTUFBTSx1Q0FBdUMsQ0FBQTtBQUVsRSxPQUFPLEtBQUssSUFBSSxNQUFNLHVEQUF1RCxDQUFBO0FBRTdFLE9BQU8sS0FBSyxLQUFLLE1BQU0sdUNBQXVDLENBQUEifQ==
@@ -1,59 +0,0 @@
1
- import * as i_out from "astn-core/interface/data/sealed_target";
2
- import * as i_in from "../../../interface/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/data/sealed_target";
2
- import * as i_in from "../../../interface/data/resolved.js";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvYXN0bl9zY2hlbWEvZGVjbGFyYXRpb25zL3RyYW5zZm9ybWVycy9yZXNvbHZlZC9hc3RuX3NlYWxlZF90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxLQUFLLEtBQUssTUFBTSx3Q0FBd0MsQ0FBQTtBQUUvRCxPQUFPLEtBQUssSUFBSSxNQUFNLHFDQUFxQyxDQUFBIn0=
@@ -1,59 +0,0 @@
1
- import * as i_out from "../../../interface/data/unresolved.js";
2
- import * as i_in from "../../../interface/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 "../../../interface/data/unresolved.js";
2
- import * as i_in from "../../../interface/data/resolved.js";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy9hc3RuX3NjaGVtYS9kZWNsYXJhdGlvbnMvdHJhbnNmb3JtZXJzL3Jlc29sdmVkL2JvaWxlcnBsYXRlX2Zvcl9taWdyYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sS0FBSyxLQUFLLE1BQU0sdUNBQXVDLENBQUE7QUFFOUQsT0FBTyxLQUFLLElBQUksTUFBTSxxQ0FBcUMsQ0FBQSJ9
@@ -1,59 +0,0 @@
1
- import * as i_in from "../../../interface/data/resolved.js";
2
- import * as i_out from "pareto-fountain-pen/interface/data/prose";
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 "../../../interface/data/resolved.js";
2
- import * as i_out from "pareto-fountain-pen/interface/data/prose";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvYXN0bl9zY2hlbWEvZGVjbGFyYXRpb25zL3RyYW5zZm9ybWVycy9yZXNvbHZlZC9mb3VudGFpbl9wZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxLQUFLLElBQUksTUFBTSxxQ0FBcUMsQ0FBQTtBQUUzRCxPQUFPLEtBQUssS0FBSyxNQUFNLDBDQUEwQyxDQUFBIn0=