pareto-fountain-pen 0.1.14 → 0.1.16

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 (51) hide show
  1. package/dist/generated/interface/schemas/block/data_types/resolve.d.ts +1 -0
  2. package/dist/generated/interface/schemas/block/data_types/resolve.js +7 -0
  3. package/dist/generated/interface/schemas/block/data_types/source.d.ts +117 -0
  4. package/dist/generated/interface/schemas/block/data_types/source.js +3 -0
  5. package/dist/generated/interface/schemas/block/data_types/target.js +3 -0
  6. package/dist/generated/interface/schemas/block/marshall.d.ts +1 -1
  7. package/dist/generated/interface/schemas/block/migrate_boilerplate.d.ts +2 -2
  8. package/dist/generated/interface/schemas/block/unmarshall.d.ts +1 -1
  9. package/dist/generated/interface/schemas/lines/data_types/resolve.d.ts +1 -0
  10. package/dist/generated/interface/schemas/lines/data_types/resolve.js +7 -0
  11. package/dist/generated/interface/schemas/lines/data_types/source.d.ts +39 -0
  12. package/dist/generated/interface/schemas/lines/data_types/source.js +3 -0
  13. package/dist/generated/interface/schemas/lines/data_types/target.js +3 -0
  14. package/dist/generated/interface/schemas/lines/marshall.d.ts +1 -1
  15. package/dist/generated/interface/schemas/lines/migrate_boilerplate.d.ts +2 -2
  16. package/dist/generated/interface/schemas/lines/unmarshall.d.ts +1 -1
  17. package/dist/generated/interface/schemas/semi_lines/data_types/resolve.d.ts +1 -0
  18. package/dist/generated/interface/schemas/semi_lines/data_types/resolve.js +7 -0
  19. package/dist/generated/interface/schemas/semi_lines/data_types/source.d.ts +56 -0
  20. package/dist/generated/interface/schemas/semi_lines/data_types/source.js +3 -0
  21. package/dist/generated/interface/schemas/semi_lines/data_types/target.js +3 -0
  22. package/dist/generated/interface/schemas/semi_lines/marshall.d.ts +1 -1
  23. package/dist/generated/interface/schemas/semi_lines/migrate_boilerplate.d.ts +2 -2
  24. package/dist/generated/interface/schemas/semi_lines/unmarshall.d.ts +1 -1
  25. package/dist/generated/interface/schemas/text/data_types/resolve.d.ts +1 -0
  26. package/dist/generated/interface/schemas/text/data_types/resolve.js +7 -0
  27. package/dist/generated/interface/schemas/text/data_types/source.d.ts +33 -0
  28. package/dist/generated/interface/schemas/text/data_types/source.js +3 -0
  29. package/dist/generated/interface/schemas/text/data_types/target.js +3 -0
  30. package/dist/generated/interface/schemas/text/marshall.d.ts +1 -1
  31. package/dist/generated/interface/schemas/text/migrate_boilerplate.d.ts +2 -2
  32. package/dist/generated/interface/schemas/text/unmarshall.d.ts +1 -1
  33. package/dist/other/write_to_disk.d.ts +1 -1
  34. package/dist/serialize/block.d.ts +1 -1
  35. package/dist/serialize/semi_lines.d.ts +2 -2
  36. package/dist/shorthands/block.d.ts +15 -14
  37. package/dist/shorthands/block.js +9 -8
  38. package/dist/shorthands/lines.d.ts +3 -3
  39. package/dist/shorthands/lines.js +1 -1
  40. package/dist/transformations/block/lines.d.ts +2 -2
  41. package/dist/transformations/block/semi_lines.d.ts +2 -2
  42. package/dist/transformations/semi_lines/lines.d.ts +2 -2
  43. package/package.json +1 -1
  44. package/dist/generated/interface/schemas/block/data_types/unconstrained.js +0 -3
  45. package/dist/generated/interface/schemas/lines/data_types/unconstrained.js +0 -3
  46. package/dist/generated/interface/schemas/semi_lines/data_types/unconstrained.js +0 -3
  47. package/dist/generated/interface/schemas/text/data_types/unconstrained.js +0 -3
  48. /package/dist/generated/interface/schemas/block/data_types/{unconstrained.d.ts → target.d.ts} +0 -0
  49. /package/dist/generated/interface/schemas/lines/data_types/{unconstrained.d.ts → target.d.ts} +0 -0
  50. /package/dist/generated/interface/schemas/semi_lines/data_types/{unconstrained.d.ts → target.d.ts} +0 -0
  51. /package/dist/generated/interface/schemas/text/data_types/{unconstrained.d.ts → target.d.ts} +0 -0
@@ -0,0 +1,7 @@
1
+ "use strict";
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvYmxvY2svZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=
@@ -0,0 +1,117 @@
1
+ import * as _i_core from "../../../core/resolved";
2
+ export type _T_Block = _i_core._T_List<null, _T_Block_Part>;
3
+ export type _T_Block_Part = _i_core._T_State_Group<null, readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block]>;
4
+ export type _T_Directory = _i_core._T_Dictionary<null, _T_Node>;
5
+ export type _T_Line = _i_core._T_List<null, _T_Line_Part>;
6
+ export type _T_Line_Part = _i_core._T_State_Group<null, readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line]>;
7
+ export type _T_Node = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>;
8
+ export type Block = _T_Block;
9
+ export type Block_Part = _T_Block_Part;
10
+ export type Directory = _T_Directory;
11
+ export type Line = _T_Line;
12
+ export type Line_Part = _T_Line_Part;
13
+ export type Node = _T_Node;
14
+ export declare namespace _T_Block {
15
+ namespace L {
16
+ }
17
+ type L = _T_Block_Part;
18
+ }
19
+ export declare namespace _T_Block_Part {
20
+ namespace SG {
21
+ type line = string;
22
+ namespace nested_line {
23
+ }
24
+ type nested_line = _T_Line;
25
+ type nothing = null;
26
+ namespace sub_block {
27
+ }
28
+ type sub_block = _T_Block;
29
+ }
30
+ type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block];
31
+ }
32
+ export declare namespace _T_Directory {
33
+ namespace D {
34
+ }
35
+ type D = _T_Node;
36
+ }
37
+ export declare namespace _T_Line {
38
+ namespace L {
39
+ }
40
+ type L = _T_Line_Part;
41
+ }
42
+ export declare namespace _T_Line_Part {
43
+ namespace SG {
44
+ namespace indent {
45
+ }
46
+ type indent = _T_Block;
47
+ type nothing = null;
48
+ type snippet = string;
49
+ namespace sub_line {
50
+ }
51
+ type sub_line = _T_Line;
52
+ }
53
+ type SG = readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
54
+ }
55
+ export declare namespace _T_Node {
56
+ namespace SG {
57
+ namespace directory {
58
+ }
59
+ type directory = _T_Directory;
60
+ namespace file {
61
+ }
62
+ type file = _T_Block;
63
+ }
64
+ type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Block];
65
+ }
66
+ export declare namespace Block {
67
+ namespace L {
68
+ }
69
+ type L = _T_Block_Part;
70
+ }
71
+ export declare namespace Block_Part {
72
+ namespace SG {
73
+ type line = string;
74
+ namespace nested_line {
75
+ }
76
+ type nested_line = _T_Line;
77
+ type nothing = null;
78
+ namespace sub_block {
79
+ }
80
+ type sub_block = _T_Block;
81
+ }
82
+ type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block];
83
+ }
84
+ export declare namespace Directory {
85
+ namespace D {
86
+ }
87
+ type D = _T_Node;
88
+ }
89
+ export declare namespace Line {
90
+ namespace L {
91
+ }
92
+ type L = _T_Line_Part;
93
+ }
94
+ export declare namespace Line_Part {
95
+ namespace SG {
96
+ namespace indent {
97
+ }
98
+ type indent = _T_Block;
99
+ type nothing = null;
100
+ type snippet = string;
101
+ namespace sub_line {
102
+ }
103
+ type sub_line = _T_Line;
104
+ }
105
+ type SG = readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
106
+ }
107
+ export declare namespace Node {
108
+ namespace SG {
109
+ namespace directory {
110
+ }
111
+ type directory = _T_Directory;
112
+ namespace file {
113
+ }
114
+ type file = _T_Block;
115
+ }
116
+ type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Block];
117
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9ibG9jay9kYXRhX3R5cGVzL3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9ibG9jay9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,4 +1,4 @@
1
- import * as _i_in from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
2
  import * as _i_out from "../../core/astn_target";
3
3
  import * as _i_vs from "./value_serializers";
4
4
  export type _T_Block = ($$_: _i_in._T_Block, $$_p: {
@@ -1,5 +1,5 @@
1
- import * as _i_in from "./data_types/unconstrained";
2
- import * as _i_out from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_out from "./data_types/target";
3
3
  export type _T_Block = ($$_: _i_in._T_Block, $$_p: null) => _i_out._T_Block;
4
4
  export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: null) => _i_out._T_Block_Part;
5
5
  export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
@@ -1,5 +1,5 @@
1
1
  import * as _i_in from "../../core/astn_source";
2
- import * as _i_out from "./data_types/unconstrained";
2
+ import * as _i_out from "./data_types/target";
3
3
  import * as _i_vd from "./value_deserializers";
4
4
  export type _T_Block = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
@@ -0,0 +1,7 @@
1
+ "use strict";
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvbGluZXMvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=
@@ -0,0 +1,39 @@
1
+ import * as _i_core from "../../../core/resolved";
2
+ export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>>;
3
+ export type _T_Lines = _i_core._T_List<null, string>;
4
+ export type Directory = _T_Directory;
5
+ export type Lines = _T_Lines;
6
+ export declare namespace _T_Directory {
7
+ namespace D {
8
+ namespace SG {
9
+ namespace directory {
10
+ }
11
+ type directory = _T_Directory;
12
+ namespace file {
13
+ }
14
+ type file = _T_Lines;
15
+ }
16
+ type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Lines];
17
+ }
18
+ type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>;
19
+ }
20
+ export declare namespace _T_Lines {
21
+ type L = string;
22
+ }
23
+ export declare namespace Directory {
24
+ namespace D {
25
+ namespace SG {
26
+ namespace directory {
27
+ }
28
+ type directory = _T_Directory;
29
+ namespace file {
30
+ }
31
+ type file = _T_Lines;
32
+ }
33
+ type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Lines];
34
+ }
35
+ type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>;
36
+ }
37
+ export declare namespace Lines {
38
+ type L = string;
39
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9saW5lcy9kYXRhX3R5cGVzL3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9saW5lcy9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,4 +1,4 @@
1
- import * as _i_in from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
2
  import * as _i_out from "../../core/astn_target";
3
3
  import * as _i_vs from "./value_serializers";
4
4
  export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
@@ -1,5 +1,5 @@
1
- import * as _i_in from "./data_types/unconstrained";
2
- import * as _i_out from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_out from "./data_types/target";
3
3
  export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
4
4
  export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
5
5
  export type Directory = _T_Directory;
@@ -1,5 +1,5 @@
1
1
  import * as _i_in from "../../core/astn_source";
2
- import * as _i_out from "./data_types/unconstrained";
2
+ import * as _i_out from "./data_types/target";
3
3
  import * as _i_vd from "./value_deserializers";
4
4
  export type _T_Directory = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
@@ -0,0 +1,7 @@
1
+ "use strict";
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvc2VtaV9saW5lcy9kYXRhX3R5cGVzL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFNQSxhQUFhO0FBRWIsMkNBQTJDO0FBRTNDLHdEQUF3RDtBQUV4RCwrQkFBK0IifQ==
@@ -0,0 +1,56 @@
1
+ import * as _i_core from "../../../core/resolved";
2
+ export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>>;
3
+ export type _T_Lines = _i_core._T_List<null, {
4
+ readonly 'indentation': number;
5
+ readonly 'text': string;
6
+ }>;
7
+ export type Directory = _T_Directory;
8
+ export type Lines = _T_Lines;
9
+ export declare namespace _T_Directory {
10
+ namespace D {
11
+ namespace SG {
12
+ namespace directory {
13
+ }
14
+ type directory = _T_Directory;
15
+ namespace file {
16
+ }
17
+ type file = _T_Lines;
18
+ }
19
+ type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Lines];
20
+ }
21
+ type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>;
22
+ }
23
+ export declare namespace _T_Lines {
24
+ namespace L {
25
+ type indentation = number;
26
+ type text = string;
27
+ }
28
+ type L = {
29
+ readonly 'indentation': number;
30
+ readonly 'text': string;
31
+ };
32
+ }
33
+ export declare namespace Directory {
34
+ namespace D {
35
+ namespace SG {
36
+ namespace directory {
37
+ }
38
+ type directory = _T_Directory;
39
+ namespace file {
40
+ }
41
+ type file = _T_Lines;
42
+ }
43
+ type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Lines];
44
+ }
45
+ type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>;
46
+ }
47
+ export declare namespace Lines {
48
+ namespace L {
49
+ type indentation = number;
50
+ type text = string;
51
+ }
52
+ type L = {
53
+ readonly 'indentation': number;
54
+ readonly 'text': string;
55
+ };
56
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9zZW1pX2xpbmVzL2RhdGFfdHlwZXMvc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9zZW1pX2xpbmVzL2RhdGFfdHlwZXMvdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,4 +1,4 @@
1
- import * as _i_in from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
2
  import * as _i_out from "../../core/astn_target";
3
3
  import * as _i_vs from "./value_serializers";
4
4
  export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
@@ -1,5 +1,5 @@
1
- import * as _i_in from "./data_types/unconstrained";
2
- import * as _i_out from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_out from "./data_types/target";
3
3
  export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
4
4
  export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
5
5
  export type Directory = _T_Directory;
@@ -1,5 +1,5 @@
1
1
  import * as _i_in from "../../core/astn_source";
2
- import * as _i_out from "./data_types/unconstrained";
2
+ import * as _i_out from "./data_types/target";
3
3
  import * as _i_vd from "./value_deserializers";
4
4
  export type _T_Directory = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
@@ -0,0 +1,7 @@
1
+ "use strict";
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdGV4dC9kYXRhX3R5cGVzL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFNQSxhQUFhO0FBRWIsMkNBQTJDO0FBRTNDLHdEQUF3RDtBQUV4RCwrQkFBK0IifQ==
@@ -0,0 +1,33 @@
1
+ import * as _i_core from "../../../core/resolved";
2
+ export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>>;
3
+ export type _T_Lines = string;
4
+ export type Directory = _T_Directory;
5
+ export type Lines = _T_Lines;
6
+ export declare namespace _T_Directory {
7
+ namespace D {
8
+ namespace SG {
9
+ namespace directory {
10
+ }
11
+ type directory = _T_Directory;
12
+ namespace file {
13
+ }
14
+ type file = _T_Lines;
15
+ }
16
+ type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Lines];
17
+ }
18
+ type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>;
19
+ }
20
+ export declare namespace Directory {
21
+ namespace D {
22
+ namespace SG {
23
+ namespace directory {
24
+ }
25
+ type directory = _T_Directory;
26
+ namespace file {
27
+ }
28
+ type file = _T_Lines;
29
+ }
30
+ type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Lines];
31
+ }
32
+ type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>;
33
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy90ZXh0L2RhdGFfdHlwZXMvc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy90ZXh0L2RhdGFfdHlwZXMvdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,4 +1,4 @@
1
- import * as _i_in from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
2
  import * as _i_out from "../../core/astn_target";
3
3
  import * as _i_vs from "./value_serializers";
4
4
  export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
@@ -1,5 +1,5 @@
1
- import * as _i_in from "./data_types/unconstrained";
2
- import * as _i_out from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_out from "./data_types/target";
3
3
  export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
4
4
  export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
5
5
  export type Directory = _T_Directory;
@@ -1,5 +1,5 @@
1
1
  import * as _i_in from "../../core/astn_source";
2
- import * as _i_out from "./data_types/unconstrained";
2
+ import * as _i_out from "./data_types/target";
3
3
  import * as _i_vd from "./value_deserializers";
4
4
  export type _T_Directory = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
@@ -1,4 +1,4 @@
1
- import * as s_in from "../generated/interface/schemas/block/data_types/unconstrained";
1
+ import * as s_in from "../generated/interface/schemas/block/data_types/source";
2
2
  export declare const File: ($: s_in.Block, $p: {
3
3
  "directory path": string;
4
4
  "filename": string;
@@ -1,4 +1,4 @@
1
- import * as _in from "../generated/interface/schemas/block/data_types/unconstrained";
1
+ import * as _in from "../generated/interface/schemas/block/data_types/source";
2
2
  export declare const Block: ($: _in.Block, $p: {
3
3
  "indentation": string;
4
4
  "newline": string;
@@ -1,5 +1,5 @@
1
- import * as s_in from "../generated/interface/schemas/semi_lines/data_types/unconstrained";
2
- import * as s_out from "../generated/interface/schemas/text/data_types/unconstrained";
1
+ import * as s_in from "../generated/interface/schemas/semi_lines/data_types/source";
2
+ import * as s_out from "../generated/interface/schemas/text/data_types/target";
3
3
  export declare const Lines: ($: s_in.Lines, $p: {
4
4
  "indentation": string;
5
5
  "newline": string;
@@ -1,21 +1,22 @@
1
- import * as _out from "../generated/interface/schemas/block/data_types/unconstrained";
1
+ import * as _target from "../generated/interface/schemas/block/data_types/target";
2
2
  import * as sh from "exupery-core-data/dist/shorthands/unconstrained";
3
3
  export declare namespace b {
4
- const simple_line: (line: string) => _out.Block_Part;
5
- const nested_line: (snippets: _out.Line_Part[]) => _out.Block_Part;
6
- const sub: (block_parts: _out.Block_Part[]) => _out.Block_Part;
7
- const sub_decorated: (block: _out.Block) => _out.Block_Part;
8
- const nothing: () => _out.Block_Part;
4
+ const simple_line: (line: string) => _target.Block_Part;
5
+ const nested_line: (snippets: sh.Raw_Or_Normal_Array<_target.Line.L>) => _target.Block_Part;
6
+ const sub: (block_parts: sh.Raw_Or_Normal_Array<_target.Block.L>) => _target.Block_Part;
7
+ const sub_decorated: (block: _target.Block) => _target.Block_Part;
8
+ const nothing: () => _target.Block_Part;
9
9
  }
10
10
  export declare namespace l {
11
- const indent: (lines: _out.Block_Part[]) => _out.Line_Part;
12
- const snippet: (snippet: string) => _out.Line_Part;
13
- const sub: (line_parts: _out.Line_Part[]) => _out.Line_Part;
14
- const sub_decorated: (line: _out.Line) => _out.Line_Part;
15
- const nothing: () => _out.Line_Part;
11
+ const indent: (lines: sh.Raw_Or_Normal_Array<_target.Block.L>) => _target.Line_Part;
12
+ const snippet: (snippet: string) => _target.Line_Part;
13
+ const sub: (line_parts: sh.Raw_Or_Normal_Array<_target.Line.L>) => _target.Line_Part;
14
+ const sub_decorated: (line: _target.Line) => _target.Line_Part;
15
+ const nothing: () => _target.Line_Part;
16
16
  }
17
17
  export declare namespace n {
18
- const file: (block: _out.Block) => _out.Node;
19
- const directory: (children: sh.Raw_Or_Normal_Dictionary<_out.Node>) => _out.Node;
18
+ const file: (block: _target.Block) => _target.Node;
19
+ const directory: (children: sh.Raw_Or_Normal_Dictionary<_target.Node>) => _target.Node;
20
20
  }
21
- export declare const block: (block_parts: _out.Block_Part[]) => _out.Block;
21
+ export declare const directory: (children: sh.Raw_Or_Normal_Dictionary<_target.Node>) => _target.Directory;
22
+ export declare const block: (block_parts: sh.Raw_Or_Normal_Array<_target.Block.L>) => _target.Block;
@@ -23,22 +23,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.block = exports.n = exports.l = exports.b = void 0;
27
- const pd = __importStar(require("exupery-core-data"));
26
+ exports.block = exports.directory = exports.n = exports.l = exports.b = void 0;
28
27
  const sh = __importStar(require("exupery-core-data/dist/shorthands/unconstrained"));
29
28
  var b;
30
29
  (function (b) {
31
30
  b.simple_line = (line) => ['line', line];
32
- b.nested_line = (snippets) => ['nested line', pd.a(snippets)];
33
- b.sub = (block_parts) => ['sub block', pd.a(block_parts)];
31
+ b.nested_line = (snippets) => ['nested line', sh.wrap_list(snippets)];
32
+ b.sub = (block_parts) => ['sub block', sh.wrap_list(block_parts)];
34
33
  b.sub_decorated = (block) => ['sub block', block];
35
34
  b.nothing = () => ['nothing', null];
36
35
  })(b || (exports.b = b = {}));
37
36
  var l;
38
37
  (function (l) {
39
- l.indent = (lines) => ['indent', pd.a(lines)];
38
+ l.indent = (lines) => ['indent', sh.wrap_list(lines)];
40
39
  l.snippet = (snippet) => ['snippet', snippet];
41
- l.sub = (line_parts) => ['sub line', pd.a(line_parts)];
40
+ l.sub = (line_parts) => ['sub line', sh.wrap_list(line_parts)];
42
41
  l.sub_decorated = (line) => ['sub line', line];
43
42
  l.nothing = () => ['nothing', null];
44
43
  })(l || (exports.l = l = {}));
@@ -47,6 +46,8 @@ var n;
47
46
  n.file = (block) => ['file', block];
48
47
  n.directory = (children) => ['directory', sh.wrap_dictionary(children)];
49
48
  })(n || (exports.n = n = {}));
50
- const block = (block_parts) => pd.a(block_parts);
49
+ const directory = (children) => sh.wrap_dictionary(children);
50
+ exports.directory = directory;
51
+ const block = (block_parts) => sh.wrap_list(block_parts);
51
52
  exports.block = block;
52
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2suanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvc2hvcnRoYW5kcy9ibG9jay50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHNEQUF1QztBQUl2QyxvRkFBcUU7QUFFckUsSUFBaUIsQ0FBQyxDQVlqQjtBQVpELFdBQWlCLENBQUM7SUFFRCxhQUFXLEdBQUcsQ0FBQyxJQUFZLEVBQW1CLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxJQUFJLENBQUMsQ0FBQTtJQUUvRCxhQUFXLEdBQUcsQ0FBQyxRQUEwQixFQUFtQixFQUFFLENBQUMsQ0FBQyxhQUFhLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFBO0lBRTlGLEtBQUcsR0FBRyxDQUFDLFdBQThCLEVBQW1CLEVBQUUsQ0FBQyxDQUFDLFdBQVcsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUE7SUFFM0YsZUFBYSxHQUFHLENBQUMsS0FBaUIsRUFBbUIsRUFBRSxDQUFDLENBQUMsV0FBVyxFQUFFLEtBQUssQ0FBQyxDQUFBO0lBRTVFLFNBQU8sR0FBRyxHQUFvQixFQUFFLENBQUMsQ0FBQyxTQUFTLEVBQUUsSUFBSSxDQUFDLENBQUE7QUFFbkUsQ0FBQyxFQVpnQixDQUFDLGlCQUFELENBQUMsUUFZakI7QUFFRCxJQUFpQixDQUFDLENBWWpCO0FBWkQsV0FBaUIsQ0FBQztJQUVELFFBQU0sR0FBRyxDQUFDLEtBQXdCLEVBQWtCLEVBQUUsQ0FBQyxDQUFDLFFBQVEsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUE7SUFFOUUsU0FBTyxHQUFHLENBQUMsT0FBZSxFQUFrQixFQUFFLENBQUMsQ0FBQyxTQUFTLEVBQUUsT0FBTyxDQUFDLENBQUE7SUFFbkUsS0FBRyxHQUFHLENBQUMsVUFBNEIsRUFBa0IsRUFBRSxDQUFDLENBQUMsVUFBVSxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQTtJQUV0RixlQUFhLEdBQUcsQ0FBQyxJQUFlLEVBQWtCLEVBQUUsQ0FBQyxDQUFDLFVBQVUsRUFBRSxJQUFJLENBQUMsQ0FBQTtJQUV2RSxTQUFPLEdBQUcsR0FBbUIsRUFBRSxDQUFDLENBQUMsU0FBUyxFQUFFLElBQUksQ0FBQyxDQUFBO0FBRWxFLENBQUMsRUFaZ0IsQ0FBQyxpQkFBRCxDQUFDLFFBWWpCO0FBRUQsSUFBaUIsQ0FBQyxDQVNqQjtBQVRELFdBQWlCLENBQUM7SUFFRCxNQUFJLEdBQUcsQ0FDaEIsS0FBaUIsRUFDUixFQUFFLENBQUMsQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDLENBQUE7SUFFbEIsV0FBUyxHQUFHLENBQ3JCLFFBQWdELEVBQ3ZDLEVBQUUsQ0FBQyxDQUFDLFdBQVcsRUFBRSxFQUFFLENBQUMsZUFBZSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUE7QUFDL0QsQ0FBQyxFQVRnQixDQUFDLGlCQUFELENBQUMsUUFTakI7QUFFTSxNQUFNLEtBQUssR0FBRyxDQUFDLFdBQThCLEVBQWMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsV0FBVyxDQUFDLENBQUE7QUFBekUsUUFBQSxLQUFLLFNBQW9FIn0=
53
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2suanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvc2hvcnRoYW5kcy9ibG9jay50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUlBLG9GQUFxRTtBQUVyRSxJQUFpQixDQUFDLENBWWpCO0FBWkQsV0FBaUIsQ0FBQztJQUVELGFBQVcsR0FBRyxDQUFDLElBQVksRUFBc0IsRUFBRSxDQUFDLENBQUMsTUFBTSxFQUFFLElBQUksQ0FBQyxDQUFBO0lBRWxFLGFBQVcsR0FBRyxDQUFDLFFBQWdELEVBQXNCLEVBQUUsQ0FBQyxDQUFDLGFBQWEsRUFBRSxFQUFFLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUE7SUFFL0gsS0FBRyxHQUFHLENBQUMsV0FBb0QsRUFBc0IsRUFBRSxDQUFDLENBQUMsV0FBVyxFQUFFLEVBQUUsQ0FBQyxTQUFTLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQTtJQUU1SCxlQUFhLEdBQUcsQ0FBQyxLQUFvQixFQUFzQixFQUFFLENBQUMsQ0FBQyxXQUFXLEVBQUUsS0FBSyxDQUFDLENBQUE7SUFFbEYsU0FBTyxHQUFHLEdBQXVCLEVBQUUsQ0FBQyxDQUFDLFNBQVMsRUFBRSxJQUFJLENBQUMsQ0FBQTtBQUV0RSxDQUFDLEVBWmdCLENBQUMsaUJBQUQsQ0FBQyxRQVlqQjtBQUVELElBQWlCLENBQUMsQ0FZakI7QUFaRCxXQUFpQixDQUFDO0lBRUQsUUFBTSxHQUFHLENBQUMsS0FBOEMsRUFBcUIsRUFBRSxDQUFDLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQTtJQUUvRyxTQUFPLEdBQUcsQ0FBQyxPQUFlLEVBQXFCLEVBQUUsQ0FBQyxDQUFDLFNBQVMsRUFBRSxPQUFPLENBQUMsQ0FBQTtJQUV0RSxLQUFHLEdBQUcsQ0FBQyxVQUFrRCxFQUFxQixFQUFFLENBQUMsQ0FBQyxVQUFVLEVBQUUsRUFBRSxDQUFDLFNBQVMsQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFBO0lBRXZILGVBQWEsR0FBRyxDQUFDLElBQWtCLEVBQXFCLEVBQUUsQ0FBQyxDQUFDLFVBQVUsRUFBRSxJQUFJLENBQUMsQ0FBQTtJQUU3RSxTQUFPLEdBQUcsR0FBc0IsRUFBRSxDQUFDLENBQUMsU0FBUyxFQUFFLElBQUksQ0FBQyxDQUFBO0FBRXJFLENBQUMsRUFaZ0IsQ0FBQyxpQkFBRCxDQUFDLFFBWWpCO0FBRUQsSUFBaUIsQ0FBQyxDQVNqQjtBQVRELFdBQWlCLENBQUM7SUFFRCxNQUFJLEdBQUcsQ0FDaEIsS0FBb0IsRUFDUixFQUFFLENBQUMsQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDLENBQUE7SUFFckIsV0FBUyxHQUFHLENBQ3JCLFFBQW1ELEVBQ3ZDLEVBQUUsQ0FBQyxDQUFDLFdBQVcsRUFBRSxFQUFFLENBQUMsZUFBZSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUE7QUFDbEUsQ0FBQyxFQVRnQixDQUFDLGlCQUFELENBQUMsUUFTakI7QUFFTSxNQUFNLFNBQVMsR0FBRyxDQUNyQixRQUFtRCxFQUNsQyxFQUFFLENBQUMsRUFBRSxDQUFDLGVBQWUsQ0FBQyxRQUFRLENBQUMsQ0FBQTtBQUZ2QyxRQUFBLFNBQVMsYUFFOEI7QUFFN0MsTUFBTSxLQUFLLEdBQUcsQ0FBQyxXQUFvRCxFQUFpQixFQUFFLENBQUMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxXQUFXLENBQUMsQ0FBQTtBQUExRyxRQUFBLEtBQUssU0FBcUcifQ==
@@ -1,6 +1,6 @@
1
- import * as _resolved from "../generated/interface/schemas/lines/data_types/unconstrained";
1
+ import * as _target from "../generated/interface/schemas/lines/data_types/target";
2
2
  import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unconstrained';
3
3
  export declare namespace d {
4
- const file: (lines: _resolved.Lines) => _resolved.Directory.D;
5
- const directory: (children: Raw_Or_Normal_Dictionary<_resolved.Directory.D>) => _resolved.Directory.D;
4
+ const file: (lines: _target.Lines) => _target.Directory.D;
5
+ const directory: (children: Raw_Or_Normal_Dictionary<_target.Directory.D>) => _target.Directory.D;
6
6
  }
@@ -7,4 +7,4 @@ var d;
7
7
  d.file = (lines) => ['file', lines];
8
8
  d.directory = (children) => ['directory', (0, unconstrained_1.wrap_dictionary)(children)];
9
9
  })(d || (exports.d = d = {}));
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvc2hvcnRoYW5kcy9saW5lcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFHQSxtRkFBMkc7QUFFM0csSUFBaUIsQ0FBQyxDQVNqQjtBQVRELFdBQWlCLENBQUM7SUFFRCxNQUFJLEdBQUcsQ0FDaEIsS0FBc0IsRUFDRCxFQUFFLENBQUMsQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDLENBQUE7SUFFOUIsV0FBUyxHQUFHLENBQ3JCLFFBQXlELEVBQ3BDLEVBQUUsQ0FBQyxDQUFDLFdBQVcsRUFBRSxJQUFBLCtCQUFlLEVBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQTtBQUN4RSxDQUFDLEVBVGdCLENBQUMsaUJBQUQsQ0FBQyxRQVNqQiJ9
10
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvc2hvcnRoYW5kcy9saW5lcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFHQSxtRkFBMkc7QUFFM0csSUFBaUIsQ0FBQyxDQVNqQjtBQVRELFdBQWlCLENBQUM7SUFFRCxNQUFJLEdBQUcsQ0FDaEIsS0FBb0IsRUFDRCxFQUFFLENBQUMsQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDLENBQUE7SUFFNUIsV0FBUyxHQUFHLENBQ3JCLFFBQXVELEVBQ3BDLEVBQUUsQ0FBQyxDQUFDLFdBQVcsRUFBRSxJQUFBLCtCQUFlLEVBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQTtBQUN0RSxDQUFDLEVBVGdCLENBQUMsaUJBQUQsQ0FBQyxRQVNqQiJ9
@@ -1,5 +1,5 @@
1
- import * as s_in from "../../generated/interface/schemas/block/data_types/unconstrained";
2
- import * as s_out from "../../generated/interface/schemas/lines/data_types/unconstrained";
1
+ import * as s_in from "../../generated/interface/schemas/block/data_types/source";
2
+ import * as s_out from "../../generated/interface/schemas/lines/data_types/target";
3
3
  export declare const Directory: ($: s_in.Directory, $p: {
4
4
  "indentation": string;
5
5
  }) => s_out.Directory;
@@ -1,4 +1,4 @@
1
- import * as s_in from "../../generated/interface/schemas/block/data_types/unconstrained";
2
- import * as s_out from "../../generated/interface/schemas/semi_lines/data_types/unconstrained";
1
+ import * as s_in from "../../generated/interface/schemas/block/data_types/source";
2
+ import * as s_out from "../../generated/interface/schemas/semi_lines/data_types/target";
3
3
  export declare const Directory: ($: s_in.Directory) => s_out.Directory;
4
4
  export declare const Block: ($: s_in.Block) => s_out.Lines;
@@ -1,5 +1,5 @@
1
- import * as s_in from "../../generated/interface/schemas/semi_lines/data_types/unconstrained";
2
- import * as s_out from "../../generated/interface/schemas/lines/data_types/unconstrained";
1
+ import * as s_in from "../../generated/interface/schemas/semi_lines/data_types/source";
2
+ import * as s_out from "../../generated/interface/schemas/lines/data_types/target";
3
3
  export declare const Lines: ($: s_in.Lines, $p: {
4
4
  "indentation": string;
5
5
  }) => s_out.Lines;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-fountain-pen",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "A TypeScript library for easily generating source code files with proper indentation in the pareto programming style/language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvYmxvY2svZGF0YV90eXBlcy91bmNvbnN0cmFpbmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvbGluZXMvZGF0YV90eXBlcy91bmNvbnN0cmFpbmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvc2VtaV9saW5lcy9kYXRhX3R5cGVzL3VuY29uc3RyYWluZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdGV4dC9kYXRhX3R5cGVzL3VuY29uc3RyYWluZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9