exupery-resources 0.3.28 → 0.3.30

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 (93) hide show
  1. package/dist/implementation/generated/pareto/schemas/copy/deserialize.d.ts +0 -1
  2. package/dist/implementation/generated/pareto/schemas/copy/deserialize.js +2 -4
  3. package/dist/implementation/generated/pareto/schemas/copy/marshall.d.ts +0 -1
  4. package/dist/implementation/generated/pareto/schemas/copy/marshall.js +5 -15
  5. package/dist/implementation/generated/pareto/schemas/copy/serialize.d.ts +0 -1
  6. package/dist/implementation/generated/pareto/schemas/copy/serialize.js +2 -6
  7. package/dist/implementation/generated/pareto/schemas/copy/unmarshall.d.ts +0 -1
  8. package/dist/implementation/generated/pareto/schemas/copy/unmarshall.js +5 -17
  9. package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.d.ts +0 -1
  10. package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.js +2 -4
  11. package/dist/implementation/generated/pareto/schemas/read_directory/marshall.d.ts +0 -1
  12. package/dist/implementation/generated/pareto/schemas/read_directory/marshall.js +7 -18
  13. package/dist/implementation/generated/pareto/schemas/read_directory/serialize.d.ts +0 -1
  14. package/dist/implementation/generated/pareto/schemas/read_directory/serialize.js +2 -6
  15. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.d.ts +0 -1
  16. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.js +9 -19
  17. package/dist/implementation/generated/pareto/schemas/read_file/deserialize.d.ts +0 -1
  18. package/dist/implementation/generated/pareto/schemas/read_file/deserialize.js +2 -4
  19. package/dist/implementation/generated/pareto/schemas/read_file/marshall.d.ts +0 -1
  20. package/dist/implementation/generated/pareto/schemas/read_file/marshall.js +4 -14
  21. package/dist/implementation/generated/pareto/schemas/read_file/serialize.d.ts +0 -1
  22. package/dist/implementation/generated/pareto/schemas/read_file/serialize.js +2 -6
  23. package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.d.ts +0 -1
  24. package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.js +4 -16
  25. package/dist/implementation/generated/pareto/schemas/remove/deserialize.d.ts +0 -1
  26. package/dist/implementation/generated/pareto/schemas/remove/deserialize.js +2 -4
  27. package/dist/implementation/generated/pareto/schemas/remove/marshall.d.ts +0 -1
  28. package/dist/implementation/generated/pareto/schemas/remove/marshall.js +4 -14
  29. package/dist/implementation/generated/pareto/schemas/remove/serialize.d.ts +0 -1
  30. package/dist/implementation/generated/pareto/schemas/remove/serialize.js +2 -6
  31. package/dist/implementation/generated/pareto/schemas/remove/unmarshall.d.ts +0 -1
  32. package/dist/implementation/generated/pareto/schemas/remove/unmarshall.js +4 -16
  33. package/dist/implementation/generated/pareto/schemas/stat/deserialize.d.ts +0 -1
  34. package/dist/implementation/generated/pareto/schemas/stat/deserialize.js +2 -4
  35. package/dist/implementation/generated/pareto/schemas/stat/marshall.d.ts +0 -1
  36. package/dist/implementation/generated/pareto/schemas/stat/marshall.js +4 -14
  37. package/dist/implementation/generated/pareto/schemas/stat/serialize.d.ts +0 -1
  38. package/dist/implementation/generated/pareto/schemas/stat/serialize.js +2 -6
  39. package/dist/implementation/generated/pareto/schemas/stat/unmarshall.d.ts +0 -1
  40. package/dist/implementation/generated/pareto/schemas/stat/unmarshall.js +4 -16
  41. package/dist/implementation/generated/pareto/schemas/write_file/deserialize.d.ts +0 -1
  42. package/dist/implementation/generated/pareto/schemas/write_file/deserialize.js +2 -4
  43. package/dist/implementation/generated/pareto/schemas/write_file/marshall.d.ts +0 -1
  44. package/dist/implementation/generated/pareto/schemas/write_file/marshall.js +4 -14
  45. package/dist/implementation/generated/pareto/schemas/write_file/serialize.d.ts +0 -1
  46. package/dist/implementation/generated/pareto/schemas/write_file/serialize.js +2 -6
  47. package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.d.ts +0 -1
  48. package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.js +4 -16
  49. package/dist/implementation/transformers/remove/fountain_pen.d.ts +5 -0
  50. package/dist/implementation/transformers/remove/fountain_pen.js +39 -0
  51. package/dist/interface/generated/pareto/schemas/copy/data_types/source.d.ts +7 -19
  52. package/dist/interface/generated/pareto/schemas/copy/data_types/target.d.ts +7 -19
  53. package/dist/interface/generated/pareto/schemas/copy/deserialize.d.ts +0 -26
  54. package/dist/interface/generated/pareto/schemas/copy/marshall.d.ts +0 -30
  55. package/dist/interface/generated/pareto/schemas/copy/migrate_boilerplate.d.ts +0 -22
  56. package/dist/interface/generated/pareto/schemas/copy/serialize.d.ts +0 -26
  57. package/dist/interface/generated/pareto/schemas/copy/unmarshall.d.ts +0 -30
  58. package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.d.ts +13 -21
  59. package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.d.ts +13 -21
  60. package/dist/interface/generated/pareto/schemas/read_directory/deserialize.d.ts +0 -26
  61. package/dist/interface/generated/pareto/schemas/read_directory/marshall.d.ts +0 -30
  62. package/dist/interface/generated/pareto/schemas/read_directory/migrate_boilerplate.d.ts +0 -22
  63. package/dist/interface/generated/pareto/schemas/read_directory/serialize.d.ts +0 -26
  64. package/dist/interface/generated/pareto/schemas/read_directory/unmarshall.d.ts +0 -30
  65. package/dist/interface/generated/pareto/schemas/read_file/data_types/source.d.ts +2 -14
  66. package/dist/interface/generated/pareto/schemas/read_file/data_types/target.d.ts +2 -14
  67. package/dist/interface/generated/pareto/schemas/read_file/deserialize.d.ts +0 -26
  68. package/dist/interface/generated/pareto/schemas/read_file/marshall.d.ts +0 -30
  69. package/dist/interface/generated/pareto/schemas/read_file/migrate_boilerplate.d.ts +0 -22
  70. package/dist/interface/generated/pareto/schemas/read_file/serialize.d.ts +0 -26
  71. package/dist/interface/generated/pareto/schemas/read_file/unmarshall.d.ts +0 -30
  72. package/dist/interface/generated/pareto/schemas/remove/data_types/source.d.ts +4 -16
  73. package/dist/interface/generated/pareto/schemas/remove/data_types/target.d.ts +4 -16
  74. package/dist/interface/generated/pareto/schemas/remove/deserialize.d.ts +0 -26
  75. package/dist/interface/generated/pareto/schemas/remove/marshall.d.ts +0 -30
  76. package/dist/interface/generated/pareto/schemas/remove/migrate_boilerplate.d.ts +0 -22
  77. package/dist/interface/generated/pareto/schemas/remove/serialize.d.ts +0 -26
  78. package/dist/interface/generated/pareto/schemas/remove/unmarshall.d.ts +0 -30
  79. package/dist/interface/generated/pareto/schemas/stat/data_types/source.d.ts +2 -14
  80. package/dist/interface/generated/pareto/schemas/stat/data_types/target.d.ts +2 -14
  81. package/dist/interface/generated/pareto/schemas/stat/deserialize.d.ts +0 -26
  82. package/dist/interface/generated/pareto/schemas/stat/marshall.d.ts +0 -30
  83. package/dist/interface/generated/pareto/schemas/stat/migrate_boilerplate.d.ts +0 -22
  84. package/dist/interface/generated/pareto/schemas/stat/serialize.d.ts +0 -26
  85. package/dist/interface/generated/pareto/schemas/stat/unmarshall.d.ts +0 -30
  86. package/dist/interface/generated/pareto/schemas/write_file/data_types/source.d.ts +4 -16
  87. package/dist/interface/generated/pareto/schemas/write_file/data_types/target.d.ts +4 -16
  88. package/dist/interface/generated/pareto/schemas/write_file/deserialize.d.ts +0 -26
  89. package/dist/interface/generated/pareto/schemas/write_file/marshall.d.ts +0 -30
  90. package/dist/interface/generated/pareto/schemas/write_file/migrate_boilerplate.d.ts +0 -22
  91. package/dist/interface/generated/pareto/schemas/write_file/serialize.d.ts +0 -26
  92. package/dist/interface/generated/pareto/schemas/write_file/unmarshall.d.ts +0 -30
  93. package/package.json +1 -1
@@ -1,28 +1,13 @@
1
1
  import * as _i_out from "./data_types/target";
2
2
  import * as _i_vd from "./value_deserializers";
3
- export type _T_Path = ($$_: string, $$_p: {
4
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
- }) => _i_out._T_Path;
6
3
  export type _T_Parameters = ($$_: string, $$_p: {
7
4
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
5
  }) => _i_out._T_Parameters;
9
6
  export type _T_Error = ($$_: string, $$_p: {
10
7
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
11
8
  }) => _i_out._T_Error;
12
- export type Path = _T_Path;
13
9
  export type Parameters = _T_Parameters;
14
10
  export type Error = _T_Error;
15
- export declare namespace _T_Path {
16
- type CONTEXT = string;
17
- namespace PARAMS {
18
- namespace value_deserializers {
19
- }
20
- type value_deserializers = _i_vd._T_Value_Deserializers;
21
- }
22
- namespace RESULT {
23
- }
24
- type RESULT = _i_out._T_Path;
25
- }
26
11
  export declare namespace _T_Parameters {
27
12
  type CONTEXT = string;
28
13
  namespace PARAMS {
@@ -45,17 +30,6 @@ export declare namespace _T_Error {
45
30
  }
46
31
  type RESULT = _i_out._T_Error;
47
32
  }
48
- export declare namespace Path {
49
- type CONTEXT = string;
50
- namespace PARAMS {
51
- namespace value_deserializers {
52
- }
53
- type value_deserializers = _i_vd._T_Value_Deserializers;
54
- }
55
- namespace RESULT {
56
- }
57
- type RESULT = _i_out._T_Path;
58
- }
59
33
  export declare namespace Parameters {
60
34
  type CONTEXT = string;
61
35
  namespace PARAMS {
@@ -1,31 +1,14 @@
1
1
  import * as _i_out from "../../core/astn_target";
2
2
  import * as _i_in from "./data_types/source";
3
3
  import * as _i_vs from "./value_serializers";
4
- export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
5
- readonly 'value serializers': _i_vs._T_Value_Serializers;
6
- }) => _i_out._T_Value;
7
4
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
8
5
  readonly 'value serializers': _i_vs._T_Value_Serializers;
9
6
  }) => _i_out._T_Value;
10
7
  export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
11
8
  readonly 'value serializers': _i_vs._T_Value_Serializers;
12
9
  }) => _i_out._T_Value;
13
- export type Path = _T_Path;
14
10
  export type Parameters = _T_Parameters;
15
11
  export type Error = _T_Error;
16
- export declare namespace _T_Path {
17
- namespace CONTEXT {
18
- }
19
- type CONTEXT = _i_in._T_Path;
20
- namespace PARAMS {
21
- namespace value_serializers {
22
- }
23
- type value_serializers = _i_vs._T_Value_Serializers;
24
- }
25
- namespace RESULT {
26
- }
27
- type RESULT = _i_out._T_Value;
28
- }
29
12
  export declare namespace _T_Parameters {
30
13
  namespace CONTEXT {
31
14
  }
@@ -52,19 +35,6 @@ export declare namespace _T_Error {
52
35
  }
53
36
  type RESULT = _i_out._T_Value;
54
37
  }
55
- export declare namespace Path {
56
- namespace CONTEXT {
57
- }
58
- type CONTEXT = _i_in._T_Path;
59
- namespace PARAMS {
60
- namespace value_serializers {
61
- }
62
- type value_serializers = _i_vs._T_Value_Serializers;
63
- }
64
- namespace RESULT {
65
- }
66
- type RESULT = _i_out._T_Value;
67
- }
68
38
  export declare namespace Parameters {
69
39
  namespace CONTEXT {
70
40
  }
@@ -1,21 +1,9 @@
1
1
  import * as _i_out from "./data_types/target";
2
2
  import * as _i_in from "./data_types/source";
3
- export type _T_Path = ($$_: _i_in._T_Path, $$_p: null) => _i_out._T_Path;
4
3
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: null) => _i_out._T_Parameters;
5
4
  export type _T_Error = ($$_: _i_in._T_Error, $$_p: null) => _i_out._T_Error;
6
- export type Path = _T_Path;
7
5
  export type Parameters = _T_Parameters;
8
6
  export type Error = _T_Error;
9
- export declare namespace _T_Path {
10
- namespace CONTEXT {
11
- }
12
- type CONTEXT = _i_in._T_Path;
13
- namespace PARAMS {
14
- }
15
- namespace RESULT {
16
- }
17
- type RESULT = _i_out._T_Path;
18
- }
19
7
  export declare namespace _T_Parameters {
20
8
  namespace CONTEXT {
21
9
  }
@@ -36,16 +24,6 @@ export declare namespace _T_Error {
36
24
  }
37
25
  type RESULT = _i_out._T_Error;
38
26
  }
39
- export declare namespace Path {
40
- namespace CONTEXT {
41
- }
42
- type CONTEXT = _i_in._T_Path;
43
- namespace PARAMS {
44
- }
45
- namespace RESULT {
46
- }
47
- type RESULT = _i_out._T_Path;
48
- }
49
27
  export declare namespace Parameters {
50
28
  namespace CONTEXT {
51
29
  }
@@ -1,28 +1,13 @@
1
1
  import * as _i_in from "./data_types/source";
2
2
  import * as _i_vs from "./value_serializers";
3
- export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
4
- readonly 'value serializers': _i_vs._T_Value_Serializers;
5
- }) => string;
6
3
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
7
4
  readonly 'value serializers': _i_vs._T_Value_Serializers;
8
5
  }) => string;
9
6
  export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
10
7
  readonly 'value serializers': _i_vs._T_Value_Serializers;
11
8
  }) => string;
12
- export type Path = _T_Path;
13
9
  export type Parameters = _T_Parameters;
14
10
  export type Error = _T_Error;
15
- export declare namespace _T_Path {
16
- namespace CONTEXT {
17
- }
18
- type CONTEXT = _i_in._T_Path;
19
- namespace PARAMS {
20
- namespace value_serializers {
21
- }
22
- type value_serializers = _i_vs._T_Value_Serializers;
23
- }
24
- type RESULT = string;
25
- }
26
11
  export declare namespace _T_Parameters {
27
12
  namespace CONTEXT {
28
13
  }
@@ -45,17 +30,6 @@ export declare namespace _T_Error {
45
30
  }
46
31
  type RESULT = string;
47
32
  }
48
- export declare namespace Path {
49
- namespace CONTEXT {
50
- }
51
- type CONTEXT = _i_in._T_Path;
52
- namespace PARAMS {
53
- namespace value_serializers {
54
- }
55
- type value_serializers = _i_vs._T_Value_Serializers;
56
- }
57
- type RESULT = string;
58
- }
59
33
  export declare namespace Parameters {
60
34
  namespace CONTEXT {
61
35
  }
@@ -1,31 +1,14 @@
1
1
  import * as _i_out from "./data_types/target";
2
2
  import * as _i_in from "../../core/astn_source";
3
3
  import * as _i_vd from "./value_deserializers";
4
- export type _T_Path = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Path;
7
4
  export type _T_Parameters = ($$_: _i_in._T_Value, $$_p: {
8
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
6
  }) => _i_out._T_Parameters;
10
7
  export type _T_Error = ($$_: _i_in._T_Value, $$_p: {
11
8
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
12
9
  }) => _i_out._T_Error;
13
- export type Path = _T_Path;
14
10
  export type Parameters = _T_Parameters;
15
11
  export type Error = _T_Error;
16
- export declare namespace _T_Path {
17
- namespace CONTEXT {
18
- }
19
- type CONTEXT = _i_in._T_Value;
20
- namespace PARAMS {
21
- namespace value_deserializers {
22
- }
23
- type value_deserializers = _i_vd._T_Value_Deserializers;
24
- }
25
- namespace RESULT {
26
- }
27
- type RESULT = _i_out._T_Path;
28
- }
29
12
  export declare namespace _T_Parameters {
30
13
  namespace CONTEXT {
31
14
  }
@@ -52,19 +35,6 @@ export declare namespace _T_Error {
52
35
  }
53
36
  type RESULT = _i_out._T_Error;
54
37
  }
55
- export declare namespace Path {
56
- namespace CONTEXT {
57
- }
58
- type CONTEXT = _i_in._T_Value;
59
- namespace PARAMS {
60
- namespace value_deserializers {
61
- }
62
- type value_deserializers = _i_vd._T_Value_Deserializers;
63
- }
64
- namespace RESULT {
65
- }
66
- type RESULT = _i_out._T_Path;
67
- }
68
38
  export declare namespace Parameters {
69
39
  namespace CONTEXT {
70
40
  }
@@ -1,30 +1,22 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
- export type _T_Path = {
3
- readonly 'path': string;
4
- readonly 'escape spaces in path': boolean;
5
- };
2
+ import * as _i_imports_path from "../../path/data_types/source";
6
3
  export type _T_Parameters = {
7
- readonly 'path': _T_Path;
4
+ readonly 'path': _i_imports_path._T_Node_Path_Parameter;
8
5
  };
9
6
  export type _T_Error = _i_core._T_State_Group<null, readonly ['directory does not exist', null] | readonly ['node is not a directory', null]>;
10
7
  export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['file', null] | readonly ['directory', null]>;
11
8
  export type _T_Result = _i_core._T_Dictionary<null, {
12
- readonly 'concatenated path': string;
13
9
  readonly 'node type': _T_Node_Type;
10
+ readonly 'context directory': _i_imports_path._T_Context_Path_Parameter;
14
11
  }>;
15
- export type Path = _T_Path;
16
12
  export type Parameters = _T_Parameters;
17
13
  export type Error = _T_Error;
18
14
  export type Node_Type = _T_Node_Type;
19
15
  export type Result = _T_Result;
20
- export declare namespace _T_Path {
21
- type path = string;
22
- type escape_spaces_in_path = boolean;
23
- }
24
16
  export declare namespace _T_Parameters {
25
17
  namespace path {
26
18
  }
27
- type path = _T_Path;
19
+ type path = _i_imports_path._T_Node_Path_Parameter;
28
20
  }
29
21
  export declare namespace _T_Error {
30
22
  namespace SG {
@@ -42,24 +34,22 @@ export declare namespace _T_Node_Type {
42
34
  }
43
35
  export declare namespace _T_Result {
44
36
  namespace D {
45
- type concatenated_path = string;
46
37
  namespace node_type {
47
38
  }
48
39
  type node_type = _T_Node_Type;
40
+ namespace context_directory {
41
+ }
42
+ type context_directory = _i_imports_path._T_Context_Path_Parameter;
49
43
  }
50
44
  type D = {
51
- readonly 'concatenated path': string;
52
45
  readonly 'node type': _T_Node_Type;
46
+ readonly 'context directory': _i_imports_path._T_Context_Path_Parameter;
53
47
  };
54
48
  }
55
- export declare namespace Path {
56
- type path = string;
57
- type escape_spaces_in_path = boolean;
58
- }
59
49
  export declare namespace Parameters {
60
50
  namespace path {
61
51
  }
62
- type path = _T_Path;
52
+ type path = _i_imports_path._T_Node_Path_Parameter;
63
53
  }
64
54
  export declare namespace Error {
65
55
  namespace SG {
@@ -77,13 +67,15 @@ export declare namespace Node_Type {
77
67
  }
78
68
  export declare namespace Result {
79
69
  namespace D {
80
- type concatenated_path = string;
81
70
  namespace node_type {
82
71
  }
83
72
  type node_type = _T_Node_Type;
73
+ namespace context_directory {
74
+ }
75
+ type context_directory = _i_imports_path._T_Context_Path_Parameter;
84
76
  }
85
77
  type D = {
86
- readonly 'concatenated path': string;
87
78
  readonly 'node type': _T_Node_Type;
79
+ readonly 'context directory': _i_imports_path._T_Context_Path_Parameter;
88
80
  };
89
81
  }
@@ -1,30 +1,22 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Path = {
3
- readonly 'path': string;
4
- readonly 'escape spaces in path': boolean;
5
- };
2
+ import * as _i_imports_path from "../../path/data_types/target";
6
3
  export type _T_Parameters = {
7
- readonly 'path': _T_Path;
4
+ readonly 'path': _i_imports_path._T_Node_Path_Parameter;
8
5
  };
9
6
  export type _T_Error = _i_core._T_State_Group<null, readonly ['directory does not exist', null] | readonly ['node is not a directory', null]>;
10
7
  export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['file', null] | readonly ['directory', null]>;
11
8
  export type _T_Result = _i_core._T_Dictionary<null, {
12
- readonly 'concatenated path': string;
13
9
  readonly 'node type': _T_Node_Type;
10
+ readonly 'context directory': _i_imports_path._T_Context_Path_Parameter;
14
11
  }>;
15
- export type Path = _T_Path;
16
12
  export type Parameters = _T_Parameters;
17
13
  export type Error = _T_Error;
18
14
  export type Node_Type = _T_Node_Type;
19
15
  export type Result = _T_Result;
20
- export declare namespace _T_Path {
21
- type path = string;
22
- type escape_spaces_in_path = boolean;
23
- }
24
16
  export declare namespace _T_Parameters {
25
17
  namespace path {
26
18
  }
27
- type path = _T_Path;
19
+ type path = _i_imports_path._T_Node_Path_Parameter;
28
20
  }
29
21
  export declare namespace _T_Error {
30
22
  namespace SG {
@@ -42,24 +34,22 @@ export declare namespace _T_Node_Type {
42
34
  }
43
35
  export declare namespace _T_Result {
44
36
  namespace D {
45
- type concatenated_path = string;
46
37
  namespace node_type {
47
38
  }
48
39
  type node_type = _T_Node_Type;
40
+ namespace context_directory {
41
+ }
42
+ type context_directory = _i_imports_path._T_Context_Path_Parameter;
49
43
  }
50
44
  type D = {
51
- readonly 'concatenated path': string;
52
45
  readonly 'node type': _T_Node_Type;
46
+ readonly 'context directory': _i_imports_path._T_Context_Path_Parameter;
53
47
  };
54
48
  }
55
- export declare namespace Path {
56
- type path = string;
57
- type escape_spaces_in_path = boolean;
58
- }
59
49
  export declare namespace Parameters {
60
50
  namespace path {
61
51
  }
62
- type path = _T_Path;
52
+ type path = _i_imports_path._T_Node_Path_Parameter;
63
53
  }
64
54
  export declare namespace Error {
65
55
  namespace SG {
@@ -77,13 +67,15 @@ export declare namespace Node_Type {
77
67
  }
78
68
  export declare namespace Result {
79
69
  namespace D {
80
- type concatenated_path = string;
81
70
  namespace node_type {
82
71
  }
83
72
  type node_type = _T_Node_Type;
73
+ namespace context_directory {
74
+ }
75
+ type context_directory = _i_imports_path._T_Context_Path_Parameter;
84
76
  }
85
77
  type D = {
86
- readonly 'concatenated path': string;
87
78
  readonly 'node type': _T_Node_Type;
79
+ readonly 'context directory': _i_imports_path._T_Context_Path_Parameter;
88
80
  };
89
81
  }
@@ -1,8 +1,5 @@
1
1
  import * as _i_out from "./data_types/target";
2
2
  import * as _i_vd from "./value_deserializers";
3
- export type _T_Path = ($$_: string, $$_p: {
4
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
- }) => _i_out._T_Path;
6
3
  export type _T_Parameters = ($$_: string, $$_p: {
7
4
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
5
  }) => _i_out._T_Parameters;
@@ -15,22 +12,10 @@ export type _T_Node_Type = ($$_: string, $$_p: {
15
12
  export type _T_Result = ($$_: string, $$_p: {
16
13
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
17
14
  }) => _i_out._T_Result;
18
- export type Path = _T_Path;
19
15
  export type Parameters = _T_Parameters;
20
16
  export type Error = _T_Error;
21
17
  export type Node_Type = _T_Node_Type;
22
18
  export type Result = _T_Result;
23
- export declare namespace _T_Path {
24
- type CONTEXT = string;
25
- namespace PARAMS {
26
- namespace value_deserializers {
27
- }
28
- type value_deserializers = _i_vd._T_Value_Deserializers;
29
- }
30
- namespace RESULT {
31
- }
32
- type RESULT = _i_out._T_Path;
33
- }
34
19
  export declare namespace _T_Parameters {
35
20
  type CONTEXT = string;
36
21
  namespace PARAMS {
@@ -75,17 +60,6 @@ export declare namespace _T_Result {
75
60
  }
76
61
  type RESULT = _i_out._T_Result;
77
62
  }
78
- export declare namespace Path {
79
- type CONTEXT = string;
80
- namespace PARAMS {
81
- namespace value_deserializers {
82
- }
83
- type value_deserializers = _i_vd._T_Value_Deserializers;
84
- }
85
- namespace RESULT {
86
- }
87
- type RESULT = _i_out._T_Path;
88
- }
89
63
  export declare namespace Parameters {
90
64
  type CONTEXT = string;
91
65
  namespace PARAMS {
@@ -1,9 +1,6 @@
1
1
  import * as _i_out from "../../core/astn_target";
2
2
  import * as _i_in from "./data_types/source";
3
3
  import * as _i_vs from "./value_serializers";
4
- export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
5
- readonly 'value serializers': _i_vs._T_Value_Serializers;
6
- }) => _i_out._T_Value;
7
4
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
8
5
  readonly 'value serializers': _i_vs._T_Value_Serializers;
9
6
  }) => _i_out._T_Value;
@@ -16,24 +13,10 @@ export type _T_Node_Type = ($$_: _i_in._T_Node_Type, $$_p: {
16
13
  export type _T_Result = ($$_: _i_in._T_Result, $$_p: {
17
14
  readonly 'value serializers': _i_vs._T_Value_Serializers;
18
15
  }) => _i_out._T_Value;
19
- export type Path = _T_Path;
20
16
  export type Parameters = _T_Parameters;
21
17
  export type Error = _T_Error;
22
18
  export type Node_Type = _T_Node_Type;
23
19
  export type Result = _T_Result;
24
- export declare namespace _T_Path {
25
- namespace CONTEXT {
26
- }
27
- type CONTEXT = _i_in._T_Path;
28
- namespace PARAMS {
29
- namespace value_serializers {
30
- }
31
- type value_serializers = _i_vs._T_Value_Serializers;
32
- }
33
- namespace RESULT {
34
- }
35
- type RESULT = _i_out._T_Value;
36
- }
37
20
  export declare namespace _T_Parameters {
38
21
  namespace CONTEXT {
39
22
  }
@@ -86,19 +69,6 @@ export declare namespace _T_Result {
86
69
  }
87
70
  type RESULT = _i_out._T_Value;
88
71
  }
89
- export declare namespace Path {
90
- namespace CONTEXT {
91
- }
92
- type CONTEXT = _i_in._T_Path;
93
- namespace PARAMS {
94
- namespace value_serializers {
95
- }
96
- type value_serializers = _i_vs._T_Value_Serializers;
97
- }
98
- namespace RESULT {
99
- }
100
- type RESULT = _i_out._T_Value;
101
- }
102
72
  export declare namespace Parameters {
103
73
  namespace CONTEXT {
104
74
  }
@@ -1,25 +1,13 @@
1
1
  import * as _i_out from "./data_types/target";
2
2
  import * as _i_in from "./data_types/source";
3
- export type _T_Path = ($$_: _i_in._T_Path, $$_p: null) => _i_out._T_Path;
4
3
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: null) => _i_out._T_Parameters;
5
4
  export type _T_Error = ($$_: _i_in._T_Error, $$_p: null) => _i_out._T_Error;
6
5
  export type _T_Node_Type = ($$_: _i_in._T_Node_Type, $$_p: null) => _i_out._T_Node_Type;
7
6
  export type _T_Result = ($$_: _i_in._T_Result, $$_p: null) => _i_out._T_Result;
8
- export type Path = _T_Path;
9
7
  export type Parameters = _T_Parameters;
10
8
  export type Error = _T_Error;
11
9
  export type Node_Type = _T_Node_Type;
12
10
  export type Result = _T_Result;
13
- export declare namespace _T_Path {
14
- namespace CONTEXT {
15
- }
16
- type CONTEXT = _i_in._T_Path;
17
- namespace PARAMS {
18
- }
19
- namespace RESULT {
20
- }
21
- type RESULT = _i_out._T_Path;
22
- }
23
11
  export declare namespace _T_Parameters {
24
12
  namespace CONTEXT {
25
13
  }
@@ -60,16 +48,6 @@ export declare namespace _T_Result {
60
48
  }
61
49
  type RESULT = _i_out._T_Result;
62
50
  }
63
- export declare namespace Path {
64
- namespace CONTEXT {
65
- }
66
- type CONTEXT = _i_in._T_Path;
67
- namespace PARAMS {
68
- }
69
- namespace RESULT {
70
- }
71
- type RESULT = _i_out._T_Path;
72
- }
73
51
  export declare namespace Parameters {
74
52
  namespace CONTEXT {
75
53
  }
@@ -1,8 +1,5 @@
1
1
  import * as _i_in from "./data_types/source";
2
2
  import * as _i_vs from "./value_serializers";
3
- export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
4
- readonly 'value serializers': _i_vs._T_Value_Serializers;
5
- }) => string;
6
3
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
7
4
  readonly 'value serializers': _i_vs._T_Value_Serializers;
8
5
  }) => string;
@@ -15,22 +12,10 @@ export type _T_Node_Type = ($$_: _i_in._T_Node_Type, $$_p: {
15
12
  export type _T_Result = ($$_: _i_in._T_Result, $$_p: {
16
13
  readonly 'value serializers': _i_vs._T_Value_Serializers;
17
14
  }) => string;
18
- export type Path = _T_Path;
19
15
  export type Parameters = _T_Parameters;
20
16
  export type Error = _T_Error;
21
17
  export type Node_Type = _T_Node_Type;
22
18
  export type Result = _T_Result;
23
- export declare namespace _T_Path {
24
- namespace CONTEXT {
25
- }
26
- type CONTEXT = _i_in._T_Path;
27
- namespace PARAMS {
28
- namespace value_serializers {
29
- }
30
- type value_serializers = _i_vs._T_Value_Serializers;
31
- }
32
- type RESULT = string;
33
- }
34
19
  export declare namespace _T_Parameters {
35
20
  namespace CONTEXT {
36
21
  }
@@ -75,17 +60,6 @@ export declare namespace _T_Result {
75
60
  }
76
61
  type RESULT = string;
77
62
  }
78
- export declare namespace Path {
79
- namespace CONTEXT {
80
- }
81
- type CONTEXT = _i_in._T_Path;
82
- namespace PARAMS {
83
- namespace value_serializers {
84
- }
85
- type value_serializers = _i_vs._T_Value_Serializers;
86
- }
87
- type RESULT = string;
88
- }
89
63
  export declare namespace Parameters {
90
64
  namespace CONTEXT {
91
65
  }
@@ -1,9 +1,6 @@
1
1
  import * as _i_out from "./data_types/target";
2
2
  import * as _i_in from "../../core/astn_source";
3
3
  import * as _i_vd from "./value_deserializers";
4
- export type _T_Path = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Path;
7
4
  export type _T_Parameters = ($$_: _i_in._T_Value, $$_p: {
8
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
6
  }) => _i_out._T_Parameters;
@@ -16,24 +13,10 @@ export type _T_Node_Type = ($$_: _i_in._T_Value, $$_p: {
16
13
  export type _T_Result = ($$_: _i_in._T_Value, $$_p: {
17
14
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
15
  }) => _i_out._T_Result;
19
- export type Path = _T_Path;
20
16
  export type Parameters = _T_Parameters;
21
17
  export type Error = _T_Error;
22
18
  export type Node_Type = _T_Node_Type;
23
19
  export type Result = _T_Result;
24
- export declare namespace _T_Path {
25
- namespace CONTEXT {
26
- }
27
- type CONTEXT = _i_in._T_Value;
28
- namespace PARAMS {
29
- namespace value_deserializers {
30
- }
31
- type value_deserializers = _i_vd._T_Value_Deserializers;
32
- }
33
- namespace RESULT {
34
- }
35
- type RESULT = _i_out._T_Path;
36
- }
37
20
  export declare namespace _T_Parameters {
38
21
  namespace CONTEXT {
39
22
  }
@@ -86,19 +69,6 @@ export declare namespace _T_Result {
86
69
  }
87
70
  type RESULT = _i_out._T_Result;
88
71
  }
89
- export declare namespace Path {
90
- namespace CONTEXT {
91
- }
92
- type CONTEXT = _i_in._T_Value;
93
- namespace PARAMS {
94
- namespace value_deserializers {
95
- }
96
- type value_deserializers = _i_vd._T_Value_Deserializers;
97
- }
98
- namespace RESULT {
99
- }
100
- type RESULT = _i_out._T_Path;
101
- }
102
72
  export declare namespace Parameters {
103
73
  namespace CONTEXT {
104
74
  }
@@ -1,19 +1,11 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
- export type _T_Path = {
3
- readonly 'path': string;
4
- readonly 'escape spaces in path': boolean;
5
- };
6
- export type _T_Parameters = _T_Path;
2
+ import * as _i_imports_path from "../../path/data_types/source";
3
+ export type _T_Parameters = _i_imports_path._T_Node_Path_Parameter;
7
4
  export type _T_Error = _i_core._T_State_Group<null, readonly ['file does not exist', null] | readonly ['node is not a file', null] | readonly ['permission denied', null] | readonly ['file too large', null] | readonly ['device not ready', null]>;
8
5
  export type _T_Result = string;
9
- export type Path = _T_Path;
10
6
  export type Parameters = _T_Parameters;
11
7
  export type Error = _T_Error;
12
8
  export type Result = _T_Result;
13
- export declare namespace _T_Path {
14
- type path = string;
15
- type escape_spaces_in_path = boolean;
16
- }
17
9
  export declare namespace _T_Parameters {
18
10
  }
19
11
  export declare namespace _T_Error {
@@ -26,10 +18,6 @@ export declare namespace _T_Error {
26
18
  }
27
19
  type SG = readonly ['file does not exist', null] | readonly ['node is not a file', null] | readonly ['permission denied', null] | readonly ['file too large', null] | readonly ['device not ready', null];
28
20
  }
29
- export declare namespace Path {
30
- type path = string;
31
- type escape_spaces_in_path = boolean;
32
- }
33
21
  export declare namespace Parameters {
34
22
  }
35
23
  export declare namespace Error {