pareto-fountain-pen 0.2.0 → 0.3.1

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 (67) hide show
  1. package/dist/implementation/algorithms/procedures/guaranteed/console_error.d.ts +2 -1
  2. package/dist/implementation/algorithms/procedures/guaranteed/console_error.js +2 -2
  3. package/dist/implementation/algorithms/procedures/guaranteed/console_log.d.ts +2 -1
  4. package/dist/implementation/algorithms/procedures/guaranteed/console_log.js +2 -2
  5. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.d.ts +1 -1
  6. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.js +4 -4
  7. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.d.ts +1 -1
  8. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.js +3 -3
  9. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.d.ts +1 -1
  10. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.js +3 -3
  11. package/dist/implementation/algorithms/transformations/block/lines.js +1 -1
  12. package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +10 -0
  13. package/dist/implementation/generated/pareto/generic/parse/ast.js +245 -0
  14. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +13 -0
  15. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +50 -0
  16. package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +6 -0
  17. package/dist/implementation/generated/pareto/generic/parse/parse.js +65 -0
  18. package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +40 -0
  19. package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +109 -0
  20. package/dist/implementation/generated/pareto/generic/parse/token.d.ts +9 -0
  21. package/dist/implementation/generated/pareto/generic/parse/token.js +519 -0
  22. package/dist/implementation/generated/pareto/generic/resolve.js +3 -3
  23. package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
  24. package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
  25. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +26 -26
  26. package/dist/implementation/generated/pareto/generic/unmarshall.js +19 -10
  27. package/dist/implementation/generated/pareto/schemas/block/deserialize.d.ts +7 -0
  28. package/dist/implementation/generated/pareto/schemas/block/deserialize.js +40 -0
  29. package/dist/implementation/generated/pareto/schemas/block/serialize.d.ts +7 -0
  30. package/dist/implementation/generated/pareto/schemas/block/serialize.js +53 -0
  31. package/dist/implementation/generated/pareto/schemas/lines/deserialize.d.ts +3 -0
  32. package/dist/implementation/generated/pareto/schemas/lines/deserialize.js +32 -0
  33. package/dist/implementation/generated/pareto/schemas/lines/serialize.d.ts +3 -0
  34. package/dist/implementation/generated/pareto/schemas/lines/serialize.js +37 -0
  35. package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.d.ts +3 -0
  36. package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.js +32 -0
  37. package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.d.ts +3 -0
  38. package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.js +37 -0
  39. package/dist/implementation/generated/pareto/schemas/text/deserialize.d.ts +3 -0
  40. package/dist/implementation/generated/pareto/schemas/text/deserialize.js +32 -0
  41. package/dist/implementation/generated/pareto/schemas/text/serialize.d.ts +3 -0
  42. package/dist/implementation/generated/pareto/schemas/text/serialize.js +37 -0
  43. package/dist/interface/generated/pareto/core/astn_source.d.ts +15 -0
  44. package/dist/interface/generated/pareto/core/parse_result.d.ts +25 -0
  45. package/dist/interface/generated/pareto/core/parse_result.js +3 -0
  46. package/dist/interface/generated/pareto/core/resolve.d.ts +1 -1
  47. package/dist/interface/generated/pareto/core/resolved.d.ts +3 -3
  48. package/dist/interface/generated/pareto/core/token.d.ts +49 -0
  49. package/dist/interface/generated/pareto/core/token.js +3 -0
  50. package/dist/interface/generated/pareto/schemas/block/deserialize.d.ts +158 -0
  51. package/dist/interface/generated/pareto/schemas/block/deserialize.js +3 -0
  52. package/dist/interface/generated/pareto/schemas/block/serialize.d.ts +158 -0
  53. package/dist/interface/generated/pareto/schemas/block/serialize.js +3 -0
  54. package/dist/interface/generated/pareto/schemas/lines/deserialize.d.ts +54 -0
  55. package/dist/interface/generated/pareto/schemas/lines/deserialize.js +3 -0
  56. package/dist/interface/generated/pareto/schemas/lines/serialize.d.ts +54 -0
  57. package/dist/interface/generated/pareto/schemas/lines/serialize.js +3 -0
  58. package/dist/interface/generated/pareto/schemas/semi_lines/deserialize.d.ts +54 -0
  59. package/dist/interface/generated/pareto/schemas/semi_lines/deserialize.js +3 -0
  60. package/dist/interface/generated/pareto/schemas/semi_lines/serialize.d.ts +54 -0
  61. package/dist/interface/generated/pareto/schemas/semi_lines/serialize.js +3 -0
  62. package/dist/interface/generated/pareto/schemas/text/deserialize.d.ts +54 -0
  63. package/dist/interface/generated/pareto/schemas/text/deserialize.js +3 -0
  64. package/dist/interface/generated/pareto/schemas/text/serialize.d.ts +54 -0
  65. package/dist/interface/generated/pareto/schemas/text/serialize.js +3 -0
  66. package/dist/temp/temp_types.d.ts +2 -2
  67. package/package.json +7 -14
@@ -0,0 +1,32 @@
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.Lines = exports.Directory = void 0;
27
+ const _pd = __importStar(require("exupery-core-dev"));
28
+ const Directory = ($, $p) => _pd.implement_me();
29
+ exports.Directory = Directory;
30
+ const Lines = ($, $p) => _pd.implement_me();
31
+ exports.Lines = Lines;
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3RleHQvZGVzZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFDQSxzREFBdUM7QUFNaEMsTUFBTSxTQUFTLEdBQStCLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRSxDQUFBO0FBQXJFLFFBQUEsU0FBUyxhQUE0RDtBQUMzRSxNQUFNLEtBQUssR0FBMkIsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxHQUFHLENBQUMsWUFBWSxFQUFFLENBQUE7QUFBN0QsUUFBQSxLQUFLLFNBQXdEIn0=
@@ -0,0 +1,3 @@
1
+ import * as _i_signatures from "../../../../../interface/generated/pareto/schemas/text/serialize";
2
+ export declare const Directory: _i_signatures._T_Directory;
3
+ export declare const Lines: _i_signatures._T_Lines;
@@ -0,0 +1,37 @@
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.Lines = exports.Directory = void 0;
27
+ const _i_marshall = __importStar(require("./marshall"));
28
+ const _i_serialize = __importStar(require("../../generic/serialize"));
29
+ const Directory = ($, $p) => _i_serialize.Document(_i_marshall.Directory($, {
30
+ 'value serializers': $p['value serializers'],
31
+ }));
32
+ exports.Directory = Directory;
33
+ const Lines = ($, $p) => _i_serialize.Document(_i_marshall.Lines($, {
34
+ 'value serializers': $p['value serializers'],
35
+ }));
36
+ exports.Lines = Lines;
37
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ltcGxlbWVudGF0aW9uL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy90ZXh0L3NlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUdBLHdEQUF5QztBQUN6QyxzRUFBdUQ7QUFJaEQsTUFBTSxTQUFTLEdBQStCLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FDakYsV0FBVyxDQUFDLFNBQVMsQ0FDakIsQ0FBQyxFQUNEO0lBQ0ksbUJBQW1CLEVBQUUsRUFBRSxDQUFDLG1CQUFtQixDQUFDO0NBQy9DLENBQ0osQ0FDSixDQUFBO0FBUFksUUFBQSxTQUFTLGFBT3JCO0FBQ00sTUFBTSxLQUFLLEdBQTJCLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FDekUsV0FBVyxDQUFDLEtBQUssQ0FDYixDQUFDLEVBQ0Q7SUFDSSxtQkFBbUIsRUFBRSxFQUFFLENBQUMsbUJBQW1CLENBQUM7Q0FDL0MsQ0FDSixDQUNKLENBQUE7QUFQWSxRQUFBLEtBQUssU0FPakIifQ==
@@ -62,6 +62,11 @@ export type _T_Document = {
62
62
  export type _T_Elements = _et.Array<{
63
63
  readonly 'value': _T_Value;
64
64
  }>;
65
+ export declare namespace _T_Elements {
66
+ type L = {
67
+ readonly 'value': _T_Value;
68
+ };
69
+ }
65
70
  export type _T_Key_Value_Pairs = _et.Array<{
66
71
  readonly ',': _et.Optional_Value<_T_Structural_Token>;
67
72
  readonly 'key': _T_String;
@@ -70,6 +75,16 @@ export type _T_Key_Value_Pairs = _et.Array<{
70
75
  readonly 'value': _T_Value;
71
76
  }>;
72
77
  }>;
78
+ export declare namespace _T_Key_Value_Pairs {
79
+ type L = {
80
+ readonly ',': _et.Optional_Value<_T_Structural_Token>;
81
+ readonly 'key': _T_String;
82
+ readonly 'value': _et.Optional_Value<{
83
+ readonly ':': _T_Structural_Token;
84
+ readonly 'value': _T_Value;
85
+ }>;
86
+ };
87
+ }
73
88
  export type _T_String = {
74
89
  readonly 'range': _T_Range;
75
90
  readonly 'trailing trivia': _T_Trivia;
@@ -0,0 +1,25 @@
1
+ import * as _et from 'exupery-core-types';
2
+ import * as _i_imports_token from "./token";
3
+ import * as _i_imports_ast from "./astn_source";
4
+ export type _T_Parse_Error = {
5
+ readonly 'range': _i_imports_token._T_Range;
6
+ readonly 'type': _T_Parse_Error._type;
7
+ };
8
+ export declare namespace _T_Parse_Error {
9
+ type _type = readonly [
10
+ 'lexer',
11
+ Lexer_Error
12
+ ] | readonly ['parser', Parser_Error];
13
+ }
14
+ export type Lexer_Error = readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null];
15
+ export type Parser_Error = {
16
+ readonly 'cause': readonly ['missing token', null] | readonly [
17
+ 'unexpected token',
18
+ {
19
+ readonly 'found': _i_imports_token._T_Token_Type;
20
+ }
21
+ ];
22
+ readonly 'expected': _et.Array<Expected>;
23
+ };
24
+ export type Expected = readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
25
+ export type _T_Parse_Result = readonly ['failure', _T_Parse_Error] | readonly ['success', _i_imports_ast._T_Document];
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfcmVzdWx0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL2NvcmUvcGFyc2VfcmVzdWx0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -4,7 +4,7 @@ export type _T_Location_2_String<Source> = Location_to_String<Source>;
4
4
  export type Non_Circular_Result<T> = ['error', ['circular', _et.Array<string>]] | ['resolved', T];
5
5
  export type Acyclic_Lookup<T> = _et.Optional_Value<_et.Lookup<Non_Circular_Result<T>>>;
6
6
  export type _T_Acyclic_Lookup<T> = Acyclic_Lookup<T>;
7
- export type Possibly_Circular_Result<T> = _et.Computed_Value<T>;
7
+ export type Possibly_Circular_Result<T> = _et.Circular_Dependency<T>;
8
8
  export type Cyclic_Lookup<T> = _et.Optional_Value<_et.Lookup<Possibly_Circular_Result<T>>>;
9
9
  export type _T_Cyclic_Lookup<T> = Cyclic_Lookup<T>;
10
10
  export type Lookup_Stack<T> = _et.Array<Acyclic_Lookup<T>>;
@@ -10,7 +10,7 @@ export type _T_Ordered_Dictionary<M_Source, T_D> = {
10
10
  }>;
11
11
  };
12
12
  export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
13
- readonly 'entry': _pt.Computed_Value<T_Dictionary_Entry>;
13
+ readonly 'entry': _pt.Circular_Dependency<T_Dictionary_Entry>;
14
14
  readonly 'key': string;
15
15
  };
16
16
  export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
@@ -61,7 +61,7 @@ export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
61
61
  namespace entry {
62
62
  type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
63
63
  }
64
- type entry<M_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
64
+ type entry<M_Source, T_Dictionary_Entry> = _pt.Circular_Dependency<T_Dictionary_Entry>;
65
65
  type key<M_Source, T_Dictionary_Entry> = string;
66
66
  }
67
67
  export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
@@ -103,7 +103,7 @@ export declare namespace Reference_To_Circular_Dependent_Sibling {
103
103
  namespace entry {
104
104
  type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
105
105
  }
106
- type entry<M_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
106
+ type entry<M_Source, T_Dictionary_Entry> = _pt.Circular_Dependency<T_Dictionary_Entry>;
107
107
  type key<M_Source, T_Dictionary_Entry> = string;
108
108
  }
109
109
  export declare namespace Reference_To_Normal_Dictionary_Entry {
@@ -0,0 +1,49 @@
1
+ import * as _et from 'exupery-core-types';
2
+ export type _T_Annotated_Token = {
3
+ readonly 'end': _T_Location;
4
+ readonly 'start': _T_Location;
5
+ readonly 'trailing trivia': _T_Trivia;
6
+ readonly 'type': _T_Token_Type;
7
+ };
8
+ export type _T_Delimited_String = string;
9
+ export type _T_Location = {
10
+ readonly 'absolute': number;
11
+ readonly 'relative': _T_Relative_Location;
12
+ };
13
+ export type _T_Range = {
14
+ readonly 'end': _T_Location;
15
+ readonly 'start': _T_Location;
16
+ };
17
+ export type _T_Relative_Location = {
18
+ readonly 'column': number;
19
+ readonly 'line': number;
20
+ };
21
+ export type _T_String_Type = readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
22
+ export type _T_Token_Type = readonly ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | readonly [
23
+ 'string',
24
+ {
25
+ readonly 'type': _T_String_Type;
26
+ readonly 'value': _T_Delimited_String;
27
+ }
28
+ ] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null];
29
+ export type _T_Tokenizer_Result = {
30
+ readonly 'end': _T_Location;
31
+ readonly 'leading trivia': _T_Trivia;
32
+ readonly 'tokens': _et.Array<_T_Annotated_Token>;
33
+ };
34
+ export declare namespace _T_Tokenizer_Result {
35
+ type tokens = _et.Array<_T_Annotated_Token>;
36
+ }
37
+ export type _T_Trivia = {
38
+ readonly 'comments': _et.Array<{
39
+ readonly 'content': string;
40
+ readonly 'range': _T_Range;
41
+ readonly 'trailing whitespace': _T_Whitespace;
42
+ readonly 'type': readonly ['block', null] | readonly ['line', null];
43
+ }>;
44
+ readonly 'leading whitespace': _T_Whitespace;
45
+ };
46
+ export type _T_Whitespace = {
47
+ readonly 'range': _T_Range;
48
+ readonly 'value': string;
49
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9rZW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS90b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,158 @@
1
+ import * as _i_out from "./data_types/target";
2
+ import * as _i_vd from "./value_deserializers";
3
+ export type _T_Block = ($$_: string, $$_p: {
4
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
+ }) => _i_out._T_Block;
6
+ export type _T_Block_Part = ($$_: string, $$_p: {
7
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
+ }) => _i_out._T_Block_Part;
9
+ export type _T_Directory = ($$_: string, $$_p: {
10
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
11
+ }) => _i_out._T_Directory;
12
+ export type _T_Group = ($$_: string, $$_p: {
13
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
14
+ }) => _i_out._T_Group;
15
+ export type _T_Group_Part = ($$_: string, $$_p: {
16
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
17
+ }) => _i_out._T_Group_Part;
18
+ export type _T_Node = ($$_: string, $$_p: {
19
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
20
+ }) => _i_out._T_Node;
21
+ export type Block = _T_Block;
22
+ export type Block_Part = _T_Block_Part;
23
+ export type Directory = _T_Directory;
24
+ export type Group = _T_Group;
25
+ export type Group_Part = _T_Group_Part;
26
+ export type Node = _T_Node;
27
+ export declare namespace _T_Block {
28
+ type CONTEXT = string;
29
+ namespace PARAMS {
30
+ namespace value_deserializers {
31
+ }
32
+ type value_deserializers = _i_vd._T_Value_Deserializers;
33
+ }
34
+ namespace RESULT {
35
+ }
36
+ type RESULT = _i_out._T_Block;
37
+ }
38
+ export declare namespace _T_Block_Part {
39
+ type CONTEXT = string;
40
+ namespace PARAMS {
41
+ namespace value_deserializers {
42
+ }
43
+ type value_deserializers = _i_vd._T_Value_Deserializers;
44
+ }
45
+ namespace RESULT {
46
+ }
47
+ type RESULT = _i_out._T_Block_Part;
48
+ }
49
+ export declare namespace _T_Directory {
50
+ type CONTEXT = string;
51
+ namespace PARAMS {
52
+ namespace value_deserializers {
53
+ }
54
+ type value_deserializers = _i_vd._T_Value_Deserializers;
55
+ }
56
+ namespace RESULT {
57
+ }
58
+ type RESULT = _i_out._T_Directory;
59
+ }
60
+ export declare namespace _T_Group {
61
+ type CONTEXT = string;
62
+ namespace PARAMS {
63
+ namespace value_deserializers {
64
+ }
65
+ type value_deserializers = _i_vd._T_Value_Deserializers;
66
+ }
67
+ namespace RESULT {
68
+ }
69
+ type RESULT = _i_out._T_Group;
70
+ }
71
+ export declare namespace _T_Group_Part {
72
+ type CONTEXT = string;
73
+ namespace PARAMS {
74
+ namespace value_deserializers {
75
+ }
76
+ type value_deserializers = _i_vd._T_Value_Deserializers;
77
+ }
78
+ namespace RESULT {
79
+ }
80
+ type RESULT = _i_out._T_Group_Part;
81
+ }
82
+ export declare namespace _T_Node {
83
+ type CONTEXT = string;
84
+ namespace PARAMS {
85
+ namespace value_deserializers {
86
+ }
87
+ type value_deserializers = _i_vd._T_Value_Deserializers;
88
+ }
89
+ namespace RESULT {
90
+ }
91
+ type RESULT = _i_out._T_Node;
92
+ }
93
+ export declare namespace Block {
94
+ type CONTEXT = string;
95
+ namespace PARAMS {
96
+ namespace value_deserializers {
97
+ }
98
+ type value_deserializers = _i_vd._T_Value_Deserializers;
99
+ }
100
+ namespace RESULT {
101
+ }
102
+ type RESULT = _i_out._T_Block;
103
+ }
104
+ export declare namespace Block_Part {
105
+ type CONTEXT = string;
106
+ namespace PARAMS {
107
+ namespace value_deserializers {
108
+ }
109
+ type value_deserializers = _i_vd._T_Value_Deserializers;
110
+ }
111
+ namespace RESULT {
112
+ }
113
+ type RESULT = _i_out._T_Block_Part;
114
+ }
115
+ export declare namespace Directory {
116
+ type CONTEXT = string;
117
+ namespace PARAMS {
118
+ namespace value_deserializers {
119
+ }
120
+ type value_deserializers = _i_vd._T_Value_Deserializers;
121
+ }
122
+ namespace RESULT {
123
+ }
124
+ type RESULT = _i_out._T_Directory;
125
+ }
126
+ export declare namespace Group {
127
+ type CONTEXT = string;
128
+ namespace PARAMS {
129
+ namespace value_deserializers {
130
+ }
131
+ type value_deserializers = _i_vd._T_Value_Deserializers;
132
+ }
133
+ namespace RESULT {
134
+ }
135
+ type RESULT = _i_out._T_Group;
136
+ }
137
+ export declare namespace Group_Part {
138
+ type CONTEXT = string;
139
+ namespace PARAMS {
140
+ namespace value_deserializers {
141
+ }
142
+ type value_deserializers = _i_vd._T_Value_Deserializers;
143
+ }
144
+ namespace RESULT {
145
+ }
146
+ type RESULT = _i_out._T_Group_Part;
147
+ }
148
+ export declare namespace Node {
149
+ type CONTEXT = string;
150
+ namespace PARAMS {
151
+ namespace value_deserializers {
152
+ }
153
+ type value_deserializers = _i_vd._T_Value_Deserializers;
154
+ }
155
+ namespace RESULT {
156
+ }
157
+ type RESULT = _i_out._T_Node;
158
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9ibG9jay9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,158 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_vs from "./value_serializers";
3
+ export type _T_Block = ($$_: _i_in._T_Block, $$_p: {
4
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
5
+ }) => string;
6
+ export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: {
7
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
8
+ }) => string;
9
+ export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
10
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
11
+ }) => string;
12
+ export type _T_Group = ($$_: _i_in._T_Group, $$_p: {
13
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
14
+ }) => string;
15
+ export type _T_Group_Part = ($$_: _i_in._T_Group_Part, $$_p: {
16
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
17
+ }) => string;
18
+ export type _T_Node = ($$_: _i_in._T_Node, $$_p: {
19
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
20
+ }) => string;
21
+ export type Block = _T_Block;
22
+ export type Block_Part = _T_Block_Part;
23
+ export type Directory = _T_Directory;
24
+ export type Group = _T_Group;
25
+ export type Group_Part = _T_Group_Part;
26
+ export type Node = _T_Node;
27
+ export declare namespace _T_Block {
28
+ namespace CONTEXT {
29
+ }
30
+ type CONTEXT = _i_in._T_Block;
31
+ namespace PARAMS {
32
+ namespace value_serializers {
33
+ }
34
+ type value_serializers = _i_vs._T_Value_Serializers;
35
+ }
36
+ type RESULT = string;
37
+ }
38
+ export declare namespace _T_Block_Part {
39
+ namespace CONTEXT {
40
+ }
41
+ type CONTEXT = _i_in._T_Block_Part;
42
+ namespace PARAMS {
43
+ namespace value_serializers {
44
+ }
45
+ type value_serializers = _i_vs._T_Value_Serializers;
46
+ }
47
+ type RESULT = string;
48
+ }
49
+ export declare namespace _T_Directory {
50
+ namespace CONTEXT {
51
+ }
52
+ type CONTEXT = _i_in._T_Directory;
53
+ namespace PARAMS {
54
+ namespace value_serializers {
55
+ }
56
+ type value_serializers = _i_vs._T_Value_Serializers;
57
+ }
58
+ type RESULT = string;
59
+ }
60
+ export declare namespace _T_Group {
61
+ namespace CONTEXT {
62
+ }
63
+ type CONTEXT = _i_in._T_Group;
64
+ namespace PARAMS {
65
+ namespace value_serializers {
66
+ }
67
+ type value_serializers = _i_vs._T_Value_Serializers;
68
+ }
69
+ type RESULT = string;
70
+ }
71
+ export declare namespace _T_Group_Part {
72
+ namespace CONTEXT {
73
+ }
74
+ type CONTEXT = _i_in._T_Group_Part;
75
+ namespace PARAMS {
76
+ namespace value_serializers {
77
+ }
78
+ type value_serializers = _i_vs._T_Value_Serializers;
79
+ }
80
+ type RESULT = string;
81
+ }
82
+ export declare namespace _T_Node {
83
+ namespace CONTEXT {
84
+ }
85
+ type CONTEXT = _i_in._T_Node;
86
+ namespace PARAMS {
87
+ namespace value_serializers {
88
+ }
89
+ type value_serializers = _i_vs._T_Value_Serializers;
90
+ }
91
+ type RESULT = string;
92
+ }
93
+ export declare namespace Block {
94
+ namespace CONTEXT {
95
+ }
96
+ type CONTEXT = _i_in._T_Block;
97
+ namespace PARAMS {
98
+ namespace value_serializers {
99
+ }
100
+ type value_serializers = _i_vs._T_Value_Serializers;
101
+ }
102
+ type RESULT = string;
103
+ }
104
+ export declare namespace Block_Part {
105
+ namespace CONTEXT {
106
+ }
107
+ type CONTEXT = _i_in._T_Block_Part;
108
+ namespace PARAMS {
109
+ namespace value_serializers {
110
+ }
111
+ type value_serializers = _i_vs._T_Value_Serializers;
112
+ }
113
+ type RESULT = string;
114
+ }
115
+ export declare namespace Directory {
116
+ namespace CONTEXT {
117
+ }
118
+ type CONTEXT = _i_in._T_Directory;
119
+ namespace PARAMS {
120
+ namespace value_serializers {
121
+ }
122
+ type value_serializers = _i_vs._T_Value_Serializers;
123
+ }
124
+ type RESULT = string;
125
+ }
126
+ export declare namespace Group {
127
+ namespace CONTEXT {
128
+ }
129
+ type CONTEXT = _i_in._T_Group;
130
+ namespace PARAMS {
131
+ namespace value_serializers {
132
+ }
133
+ type value_serializers = _i_vs._T_Value_Serializers;
134
+ }
135
+ type RESULT = string;
136
+ }
137
+ export declare namespace Group_Part {
138
+ namespace CONTEXT {
139
+ }
140
+ type CONTEXT = _i_in._T_Group_Part;
141
+ namespace PARAMS {
142
+ namespace value_serializers {
143
+ }
144
+ type value_serializers = _i_vs._T_Value_Serializers;
145
+ }
146
+ type RESULT = string;
147
+ }
148
+ export declare namespace Node {
149
+ namespace CONTEXT {
150
+ }
151
+ type CONTEXT = _i_in._T_Node;
152
+ namespace PARAMS {
153
+ namespace value_serializers {
154
+ }
155
+ type value_serializers = _i_vs._T_Value_Serializers;
156
+ }
157
+ type RESULT = string;
158
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYmxvY2svc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,54 @@
1
+ import * as _i_out from "./data_types/target";
2
+ import * as _i_vd from "./value_deserializers";
3
+ export type _T_Directory = ($$_: string, $$_p: {
4
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
+ }) => _i_out._T_Directory;
6
+ export type _T_Lines = ($$_: string, $$_p: {
7
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
+ }) => _i_out._T_Lines;
9
+ export type Directory = _T_Directory;
10
+ export type Lines = _T_Lines;
11
+ export declare namespace _T_Directory {
12
+ type CONTEXT = string;
13
+ namespace PARAMS {
14
+ namespace value_deserializers {
15
+ }
16
+ type value_deserializers = _i_vd._T_Value_Deserializers;
17
+ }
18
+ namespace RESULT {
19
+ }
20
+ type RESULT = _i_out._T_Directory;
21
+ }
22
+ export declare namespace _T_Lines {
23
+ type CONTEXT = string;
24
+ namespace PARAMS {
25
+ namespace value_deserializers {
26
+ }
27
+ type value_deserializers = _i_vd._T_Value_Deserializers;
28
+ }
29
+ namespace RESULT {
30
+ }
31
+ type RESULT = _i_out._T_Lines;
32
+ }
33
+ export declare namespace Directory {
34
+ type CONTEXT = string;
35
+ namespace PARAMS {
36
+ namespace value_deserializers {
37
+ }
38
+ type value_deserializers = _i_vd._T_Value_Deserializers;
39
+ }
40
+ namespace RESULT {
41
+ }
42
+ type RESULT = _i_out._T_Directory;
43
+ }
44
+ export declare namespace Lines {
45
+ type CONTEXT = string;
46
+ namespace PARAMS {
47
+ namespace value_deserializers {
48
+ }
49
+ type value_deserializers = _i_vd._T_Value_Deserializers;
50
+ }
51
+ namespace RESULT {
52
+ }
53
+ type RESULT = _i_out._T_Lines;
54
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9saW5lcy9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,54 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_vs from "./value_serializers";
3
+ export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
4
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
5
+ }) => string;
6
+ export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: {
7
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
8
+ }) => string;
9
+ export type Directory = _T_Directory;
10
+ export type Lines = _T_Lines;
11
+ export declare namespace _T_Directory {
12
+ namespace CONTEXT {
13
+ }
14
+ type CONTEXT = _i_in._T_Directory;
15
+ namespace PARAMS {
16
+ namespace value_serializers {
17
+ }
18
+ type value_serializers = _i_vs._T_Value_Serializers;
19
+ }
20
+ type RESULT = string;
21
+ }
22
+ export declare namespace _T_Lines {
23
+ namespace CONTEXT {
24
+ }
25
+ type CONTEXT = _i_in._T_Lines;
26
+ namespace PARAMS {
27
+ namespace value_serializers {
28
+ }
29
+ type value_serializers = _i_vs._T_Value_Serializers;
30
+ }
31
+ type RESULT = string;
32
+ }
33
+ export declare namespace Directory {
34
+ namespace CONTEXT {
35
+ }
36
+ type CONTEXT = _i_in._T_Directory;
37
+ namespace PARAMS {
38
+ namespace value_serializers {
39
+ }
40
+ type value_serializers = _i_vs._T_Value_Serializers;
41
+ }
42
+ type RESULT = string;
43
+ }
44
+ export declare namespace Lines {
45
+ namespace CONTEXT {
46
+ }
47
+ type CONTEXT = _i_in._T_Lines;
48
+ namespace PARAMS {
49
+ namespace value_serializers {
50
+ }
51
+ type value_serializers = _i_vs._T_Value_Serializers;
52
+ }
53
+ type RESULT = string;
54
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvbGluZXMvc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==