exupery 0.1.9 → 0.1.11

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 (122) hide show
  1. package/dist/generated/implementation/generic/unmarshall.d.ts +41 -0
  2. package/dist/generated/implementation/generic/unmarshall.js +185 -0
  3. package/dist/generated/implementation/schemas/implementation/{serializer.d.ts → marshall.d.ts} +1 -1
  4. package/dist/generated/implementation/schemas/implementation/marshall.js +536 -0
  5. package/dist/generated/implementation/schemas/implementation/resolve.d.ts +1 -1
  6. package/dist/generated/implementation/schemas/implementation/resolve.js +15 -5
  7. package/dist/generated/implementation/schemas/implementation/{migration_boilerplate.d.ts → unmarshall.d.ts} +1 -1
  8. package/dist/generated/implementation/schemas/implementation/unmarshall.js +498 -0
  9. package/dist/generated/implementation/schemas/interface/{serializer.d.ts → marshall.d.ts} +1 -1
  10. package/dist/generated/implementation/schemas/interface/marshall.js +303 -0
  11. package/dist/generated/implementation/schemas/interface/resolve.d.ts +1 -1
  12. package/dist/generated/implementation/schemas/interface/resolve.js +4 -1
  13. package/dist/generated/implementation/schemas/interface/unmarshall.d.ts +8 -0
  14. package/dist/generated/implementation/schemas/interface/unmarshall.js +254 -0
  15. package/dist/generated/implementation/schemas/typescript_light/{serializer.d.ts → marshall.d.ts} +1 -1
  16. package/dist/generated/implementation/schemas/typescript_light/marshall.js +429 -0
  17. package/dist/generated/implementation/schemas/typescript_light/unmarshall.d.ts +11 -0
  18. package/dist/generated/implementation/schemas/typescript_light/unmarshall.js +405 -0
  19. package/dist/generated/interface/core/astn_source.d.ts +116 -0
  20. package/dist/generated/interface/core/astn_source.js +3 -0
  21. package/dist/generated/interface/schemas/implementation/{resolve.d.ts → data_types/resolve.d.ts} +1 -1
  22. package/dist/generated/interface/schemas/implementation/{resolve.js → data_types/resolve.js} +1 -1
  23. package/dist/generated/interface/schemas/implementation/{resolved.d.ts → data_types/resolved.d.ts} +57 -40
  24. package/dist/generated/interface/schemas/implementation/data_types/resolved.js +3 -0
  25. package/dist/generated/interface/schemas/implementation/{unresolved.d.ts → data_types/unresolved.d.ts} +57 -40
  26. package/dist/generated/interface/schemas/implementation/data_types/unresolved.js +3 -0
  27. package/dist/generated/interface/schemas/implementation/{serializer.d.ts → marshall.d.ts} +65 -8
  28. package/dist/generated/interface/schemas/implementation/{resolved.js → marshall.js} +1 -1
  29. package/dist/generated/interface/schemas/implementation/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
  30. package/dist/generated/interface/schemas/implementation/migrate_boilerplate.js +3 -0
  31. package/dist/generated/interface/schemas/implementation/unmarshall.d.ts +255 -0
  32. package/dist/generated/interface/schemas/implementation/{serializer.js → unmarshall.js} +1 -1
  33. package/dist/generated/interface/schemas/implementation/value_deserializers.d.ts +44 -0
  34. package/dist/generated/interface/schemas/implementation/value_deserializers.js +3 -0
  35. package/dist/generated/interface/schemas/implementation/value_serializers.d.ts +44 -0
  36. package/dist/generated/interface/schemas/implementation/value_serializers.js +3 -0
  37. package/dist/generated/interface/schemas/interface/{resolve.d.ts → data_types/resolve.d.ts} +1 -1
  38. package/dist/generated/interface/schemas/interface/{constrained → data_types}/resolve.js +1 -1
  39. package/dist/generated/interface/schemas/interface/{resolved.d.ts → data_types/resolved.d.ts} +8 -6
  40. package/dist/generated/interface/schemas/interface/data_types/resolved.js +3 -0
  41. package/dist/generated/interface/schemas/interface/{unresolved.d.ts → data_types/unresolved.d.ts} +8 -6
  42. package/dist/generated/interface/schemas/interface/{unresolved.js → data_types/unresolved.js} +1 -1
  43. package/dist/generated/interface/schemas/interface/{serializer.d.ts → marshall.d.ts} +65 -8
  44. package/dist/generated/interface/schemas/interface/{resolved.js → marshall.js} +1 -1
  45. package/dist/generated/interface/schemas/interface/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
  46. package/dist/generated/interface/schemas/interface/migrate_boilerplate.js +3 -0
  47. package/dist/generated/interface/schemas/interface/unmarshall.d.ts +255 -0
  48. package/dist/generated/interface/schemas/interface/{serializer.js → unmarshall.js} +1 -1
  49. package/dist/generated/interface/schemas/interface/value_deserializers.d.ts +44 -0
  50. package/dist/generated/interface/schemas/interface/value_deserializers.js +3 -0
  51. package/dist/generated/interface/schemas/interface/value_serializers.d.ts +44 -0
  52. package/dist/generated/interface/schemas/interface/value_serializers.js +3 -0
  53. package/dist/generated/interface/schemas/typescript_light/{unconstrained.d.ts → data_types/unconstrained.d.ts} +1 -1
  54. package/dist/generated/interface/schemas/typescript_light/{unconstrained.js → data_types/unconstrained.js} +1 -1
  55. package/dist/generated/interface/schemas/typescript_light/{serializer.d.ts → marshall.d.ts} +92 -11
  56. package/dist/generated/interface/schemas/typescript_light/marshall.js +3 -0
  57. package/dist/generated/interface/schemas/typescript_light/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
  58. package/dist/generated/interface/schemas/typescript_light/migrate_boilerplate.js +3 -0
  59. package/dist/generated/interface/schemas/typescript_light/unmarshall.d.ts +303 -0
  60. package/dist/generated/interface/schemas/{implementation/unresolved.js → typescript_light/unmarshall.js} +1 -1
  61. package/dist/generated/interface/schemas/typescript_light/value_deserializers.d.ts +44 -0
  62. package/dist/generated/interface/schemas/typescript_light/value_deserializers.js +3 -0
  63. package/dist/generated/interface/schemas/typescript_light/value_serializers.d.ts +44 -0
  64. package/dist/generated/interface/schemas/typescript_light/value_serializers.js +3 -0
  65. package/dist/shorthands/implementation.d.ts +3 -3
  66. package/dist/shorthands/implementation.js +8 -6
  67. package/dist/shorthands/interface.d.ts +4 -3
  68. package/dist/shorthands/interface.js +9 -3
  69. package/dist/shorthands/typescript_light.d.ts +1 -1
  70. package/dist/transformations/implementation/typescript_light.d.ts +3 -3
  71. package/dist/transformations/implementation/typescript_light.js +14 -4
  72. package/dist/transformations/interface/typescript_light.d.ts +3 -3
  73. package/dist/transformations/interface/typescript_light.js +5 -4
  74. package/dist/transformations/library/typescript_light.d.ts +3 -3
  75. package/dist/transformations/typescript_light/fountain_pen_block.d.ts +1 -1
  76. package/package.json +3 -3
  77. package/dist/generated/generic/resolve.d.ts +0 -90
  78. package/dist/generated/generic/resolve.js +0 -251
  79. package/dist/generated/implementation/schemas/implementation/migration_boilerplate.js +0 -234
  80. package/dist/generated/implementation/schemas/implementation/serializer.js +0 -484
  81. package/dist/generated/implementation/schemas/interface/migration_boilerplate.d.ts +0 -0
  82. package/dist/generated/implementation/schemas/interface/migration_boilerplate.js +0 -165
  83. package/dist/generated/implementation/schemas/interface/serializer.js +0 -287
  84. package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.d.ts +0 -5
  85. package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.js +0 -144
  86. package/dist/generated/implementation/schemas/typescript_light/serializer.js +0 -409
  87. package/dist/generated/interface/core/poormans_parser.d.ts +0 -184
  88. package/dist/generated/interface/core/poormans_parser.js +0 -3
  89. package/dist/generated/interface/generic/resolve.d.ts +0 -11
  90. package/dist/generated/interface/generic/resolve.js +0 -3
  91. package/dist/generated/interface/schemas/implementation/migration_boilerplate.js +0 -3
  92. package/dist/generated/interface/schemas/interface/constrained/resolve.d.ts +0 -437
  93. package/dist/generated/interface/schemas/interface/migration_boilerplate.js +0 -3
  94. package/dist/generated/interface/schemas/interface/resolve.js +0 -3
  95. package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.js +0 -3
  96. package/dist/generated/interface/schemas/typescript_light/serializer.js +0 -3
  97. package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.d.ts +0 -134
  98. package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.js +0 -3
  99. package/dist/generated/interface/schemas/typescript_temp/unconstrained.d.ts +0 -136
  100. package/dist/generated/interface/schemas/typescript_temp/unconstrained.js +0 -3
  101. package/dist/transformations/implementation/fountain_pen.d.ts +0 -6
  102. package/dist/transformations/implementation/fountain_pen.js +0 -36
  103. package/dist/transformations/implementation/typescript.d.ts +0 -24
  104. package/dist/transformations/implementation/typescript.js +0 -554
  105. package/dist/transformations/implementation/typescript_temp.d.ts +0 -24
  106. package/dist/transformations/implementation/typescript_temp.js +0 -554
  107. package/dist/transformations/interface/fountain_pen.d.ts +0 -4
  108. package/dist/transformations/interface/fountain_pen.js +0 -47
  109. package/dist/transformations/interface/typescript.d.ts +0 -23
  110. package/dist/transformations/interface/typescript.js +0 -524
  111. package/dist/transformations/interface/typescript_temp.d.ts +0 -23
  112. package/dist/transformations/interface/typescript_temp.js +0 -524
  113. package/dist/transformations/library/typescript_temp.d.ts +0 -10
  114. package/dist/transformations/library/typescript_temp.js +0 -42
  115. package/dist/transformations/typescript/fountain_pen.d.ts +0 -15
  116. package/dist/transformations/typescript/fountain_pen.js +0 -281
  117. package/dist/transformations/typescript/fountain_pen_block.d.ts +0 -15
  118. package/dist/transformations/typescript/fountain_pen_block.js +0 -281
  119. package/dist/transformations/typescript/operations/create_identifier.d.ts +0 -1
  120. package/dist/transformations/typescript/operations/create_identifier.js +0 -260
  121. package/dist/transformations/typescript_temp/fountain_pen_block.d.ts +0 -3
  122. package/dist/transformations/typescript_temp/fountain_pen_block.js +0 -8
@@ -1,134 +0,0 @@
1
- import * as _i_in from "./unconstrained";
2
- import * as _i_out from "./unconstrained";
3
- export type _T_Block = ($$_: _i_in._T_Block, $$_p: null) => _i_out._T_Block;
4
- export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: null) => _i_out._T_Block_Part;
5
- export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
6
- export type _T_Line = ($$_: _i_in._T_Line, $$_p: null) => _i_out._T_Line;
7
- export type _T_Line_Part = ($$_: _i_in._T_Line_Part, $$_p: null) => _i_out._T_Line_Part;
8
- export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
9
- export type Block = _T_Block;
10
- export type Block_Part = _T_Block_Part;
11
- export type Directory = _T_Directory;
12
- export type Line = _T_Line;
13
- export type Line_Part = _T_Line_Part;
14
- export type Lines = _T_Lines;
15
- export declare namespace _T_Block {
16
- namespace CONTEXT {
17
- }
18
- type CONTEXT = _i_in._T_Block;
19
- namespace PARAMS {
20
- }
21
- namespace RESULT {
22
- }
23
- type RESULT = _i_out._T_Block;
24
- }
25
- export declare namespace _T_Block_Part {
26
- namespace CONTEXT {
27
- }
28
- type CONTEXT = _i_in._T_Block_Part;
29
- namespace PARAMS {
30
- }
31
- namespace RESULT {
32
- }
33
- type RESULT = _i_out._T_Block_Part;
34
- }
35
- export declare namespace _T_Directory {
36
- namespace CONTEXT {
37
- }
38
- type CONTEXT = _i_in._T_Directory;
39
- namespace PARAMS {
40
- }
41
- namespace RESULT {
42
- }
43
- type RESULT = _i_out._T_Directory;
44
- }
45
- export declare namespace _T_Line {
46
- namespace CONTEXT {
47
- }
48
- type CONTEXT = _i_in._T_Line;
49
- namespace PARAMS {
50
- }
51
- namespace RESULT {
52
- }
53
- type RESULT = _i_out._T_Line;
54
- }
55
- export declare namespace _T_Line_Part {
56
- namespace CONTEXT {
57
- }
58
- type CONTEXT = _i_in._T_Line_Part;
59
- namespace PARAMS {
60
- }
61
- namespace RESULT {
62
- }
63
- type RESULT = _i_out._T_Line_Part;
64
- }
65
- export declare namespace _T_Lines {
66
- namespace CONTEXT {
67
- }
68
- type CONTEXT = _i_in._T_Lines;
69
- namespace PARAMS {
70
- }
71
- namespace RESULT {
72
- }
73
- type RESULT = _i_out._T_Lines;
74
- }
75
- export declare namespace Block {
76
- namespace CONTEXT {
77
- }
78
- type CONTEXT = _i_in._T_Block;
79
- namespace PARAMS {
80
- }
81
- namespace RESULT {
82
- }
83
- type RESULT = _i_out._T_Block;
84
- }
85
- export declare namespace Block_Part {
86
- namespace CONTEXT {
87
- }
88
- type CONTEXT = _i_in._T_Block_Part;
89
- namespace PARAMS {
90
- }
91
- namespace RESULT {
92
- }
93
- type RESULT = _i_out._T_Block_Part;
94
- }
95
- export declare namespace Directory {
96
- namespace CONTEXT {
97
- }
98
- type CONTEXT = _i_in._T_Directory;
99
- namespace PARAMS {
100
- }
101
- namespace RESULT {
102
- }
103
- type RESULT = _i_out._T_Directory;
104
- }
105
- export declare namespace Line {
106
- namespace CONTEXT {
107
- }
108
- type CONTEXT = _i_in._T_Line;
109
- namespace PARAMS {
110
- }
111
- namespace RESULT {
112
- }
113
- type RESULT = _i_out._T_Line;
114
- }
115
- export declare namespace Line_Part {
116
- namespace CONTEXT {
117
- }
118
- type CONTEXT = _i_in._T_Line_Part;
119
- namespace PARAMS {
120
- }
121
- namespace RESULT {
122
- }
123
- type RESULT = _i_out._T_Line_Part;
124
- }
125
- export declare namespace Lines {
126
- namespace CONTEXT {
127
- }
128
- type CONTEXT = _i_in._T_Lines;
129
- namespace PARAMS {
130
- }
131
- namespace RESULT {
132
- }
133
- type RESULT = _i_out._T_Lines;
134
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy90eXBlc2NyaXB0X3RlbXAvbWlncmF0aW9uX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,136 +0,0 @@
1
- import * as _i_core from "../../core/unconstrained";
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, _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>>;
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_Lines = _i_core._T_List<null, {
8
- readonly 'indentation': number;
9
- readonly 'text': string;
10
- }>;
11
- export type Block = _T_Block;
12
- export type Block_Part = _T_Block_Part;
13
- export type Directory = _T_Directory;
14
- export type Line = _T_Line;
15
- export type Line_Part = _T_Line_Part;
16
- export type Lines = _T_Lines;
17
- export declare namespace _T_Block {
18
- namespace L {
19
- }
20
- type L = _T_Block_Part;
21
- }
22
- export declare namespace _T_Block_Part {
23
- namespace SG {
24
- type line = string;
25
- namespace nested_line {
26
- }
27
- type nested_line = _T_Line;
28
- type nothing = null;
29
- namespace sub_block {
30
- }
31
- type sub_block = _T_Block;
32
- }
33
- type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block];
34
- }
35
- export declare namespace _T_Directory {
36
- namespace D {
37
- namespace SG {
38
- namespace directory {
39
- }
40
- type directory = _T_Directory;
41
- namespace file {
42
- }
43
- type file = _T_Block;
44
- }
45
- type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Block];
46
- }
47
- type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>;
48
- }
49
- export declare namespace _T_Line {
50
- namespace L {
51
- }
52
- type L = _T_Line_Part;
53
- }
54
- export declare namespace _T_Line_Part {
55
- namespace SG {
56
- namespace indent {
57
- }
58
- type indent = _T_Block;
59
- type nothing = null;
60
- type snippet = string;
61
- namespace sub_line {
62
- }
63
- type sub_line = _T_Line;
64
- }
65
- type SG = readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
66
- }
67
- export declare namespace _T_Lines {
68
- namespace L {
69
- type indentation = number;
70
- type text = string;
71
- }
72
- type L = {
73
- readonly 'indentation': number;
74
- readonly 'text': string;
75
- };
76
- }
77
- export declare namespace Block {
78
- namespace L {
79
- }
80
- type L = _T_Block_Part;
81
- }
82
- export declare namespace Block_Part {
83
- namespace SG {
84
- type line = string;
85
- namespace nested_line {
86
- }
87
- type nested_line = _T_Line;
88
- type nothing = null;
89
- namespace sub_block {
90
- }
91
- type sub_block = _T_Block;
92
- }
93
- type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block];
94
- }
95
- export declare namespace Directory {
96
- namespace D {
97
- namespace SG {
98
- namespace directory {
99
- }
100
- type directory = _T_Directory;
101
- namespace file {
102
- }
103
- type file = _T_Block;
104
- }
105
- type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Block];
106
- }
107
- type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>;
108
- }
109
- export declare namespace Line {
110
- namespace L {
111
- }
112
- type L = _T_Line_Part;
113
- }
114
- export declare namespace Line_Part {
115
- namespace SG {
116
- namespace indent {
117
- }
118
- type indent = _T_Block;
119
- type nothing = null;
120
- type snippet = string;
121
- namespace sub_line {
122
- }
123
- type sub_line = _T_Line;
124
- }
125
- type SG = readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
126
- }
127
- export declare namespace Lines {
128
- namespace L {
129
- type indentation = number;
130
- type text = string;
131
- }
132
- type L = {
133
- readonly 'indentation': number;
134
- readonly 'text': string;
135
- };
136
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdHlwZXNjcmlwdF90ZW1wL3VuY29uc3RyYWluZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,6 +0,0 @@
1
- import * as s_in from "../../generated/interface/schemas/implementation/resolved";
2
- import * as s_out from "pareto-fountain-pen/dist/generated/interface/schemas/lines/unconstrained";
3
- export declare const Module_Set: ($: s_in.Module_Set, $p: {
4
- "indentation": string;
5
- "phase": "development" | "production";
6
- }) => s_out.Directory;
@@ -1,36 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.Module_Set = void 0;
27
- const t_fountain_pen_block_to_semi_lines = __importStar(require("pareto-fountain-pen/dist/transformations/block/semi_lines"));
28
- const t_fountain_pen_semi_lines_to_lines = __importStar(require("pareto-fountain-pen/dist/transformations/semi_lines/lines"));
29
- const _typescript = __importStar(require("./typescript"));
30
- const Module_Set = ($, $p) => t_fountain_pen_semi_lines_to_lines.Directory(t_fountain_pen_block_to_semi_lines.Directory(_typescript.Module_Set($, {
31
- 'phase': $p.phase
32
- })), {
33
- 'indentation': $p.indentation,
34
- });
35
- exports.Module_Set = Module_Set;
36
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RyYW5zZm9ybWF0aW9ucy9pbXBsZW1lbnRhdGlvbi9mb3VudGFpbl9wZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFPQSw4SEFBK0c7QUFDL0csOEhBQStHO0FBRS9HLDBEQUEyQztBQUVwQyxNQUFNLFVBQVUsR0FBRyxDQUN0QixDQUFrQixFQUNsQixFQUdDLEVBQ2MsRUFBRSxDQUFDLGtDQUFrQyxDQUFDLFNBQVMsQ0FDOUQsa0NBQWtDLENBQUMsU0FBUyxDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQy9ELENBQUMsRUFDRDtJQUNJLE9BQU8sRUFBRSxFQUFFLENBQUMsS0FBSztDQUNwQixDQUNKLENBQUMsRUFDRjtJQUNJLGFBQWEsRUFBRSxFQUFFLENBQUMsV0FBVztDQUNoQyxDQUNKLENBQUE7QUFoQlksUUFBQSxVQUFVLGNBZ0J0QiJ9
@@ -1,24 +0,0 @@
1
- import * as pt from 'exupery-core-types';
2
- import * as s_in from "../../generated/interface/schemas/implementation/resolved";
3
- import * as s_in_interface from "../../generated/interface/schemas/interface/resolved";
4
- import * as s_out from "pareto-fountain-pen/dist/generated/interface/schemas/block/unconstrained";
5
- export declare function line_dictionary($: pt.Dictionary<s_out.Line_Part>, if_empty: s_out.Line_Part, prefix: s_out.Line_Part, suffix: s_out.Line_Part, add_commas: boolean): s_out.Line_Part;
6
- export declare const String_Literal: ($: string, $p: {
7
- "delimiter": "quote" | "apostrophe";
8
- }) => s_out.Line_Part;
9
- export declare const Selection: ($: s_in.Selection, $p: {
10
- "temp imports": s_in_interface.Imports;
11
- }) => s_out.Line_Part;
12
- export declare const Initialization: ($: s_in.Initialization, $p: {
13
- "temp imports": s_in_interface.Imports;
14
- }) => s_out.Line_Part;
15
- export declare const Variables: ($: s_in.Variables, $p: {
16
- "type imports": s_in_interface.Imports;
17
- "export": boolean;
18
- }) => s_out.Block_Part;
19
- export declare const Module_Set: ($: s_in.Module_Set, $p: {
20
- "phase": "development" | "production";
21
- }) => s_out.Directory;
22
- export declare const Literal: ($: s_in.Literal, $p: {
23
- "temp imports": s_in_interface.Imports;
24
- }) => s_out.Line_Part;