pareto-stream 0.1.7 → 0.1.8
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.
- package/dist/interface/generated/liana/schemas/fountain_pen/data.d.ts +13 -13
- package/dist/interface/generated/liana/schemas/fountain_pen/signatures/refiners/astn_parse_tree.d.ts +4 -4
- package/dist/interface/generated/liana/schemas/fountain_pen/signatures/refiners/list_of_characters.d.ts +4 -4
- package/dist/interface/generated/liana/schemas/get_indata/signatures/refiners/astn_parse_tree.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/get_indata/signatures/refiners/list_of_characters.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/list_of_characters/data.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/list_of_characters/signatures/refiners/astn_parse_tree.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/list_of_characters/signatures/refiners/list_of_characters.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/log/signatures/refiners/astn_parse_tree.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/log/signatures/refiners/list_of_characters.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/log_error/signatures/refiners/astn_parse_tree.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/log_error/signatures/refiners/list_of_characters.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/write_to_stderr/signatures/refiners/astn_parse_tree.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/write_to_stderr/signatures/refiners/list_of_characters.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/write_to_stdout/signatures/refiners/astn_parse_tree.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/write_to_stdout/signatures/refiners/list_of_characters.d.ts +2 -2
- package/dist/interface/to_be_generated/directory_content.d.ts +2 -2
- package/dist/interface/to_be_generated/directory_structure.d.ts +2 -2
- package/dist/interface/to_be_generated/temp_main.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_di from 'pareto-core/dist/data/interface';
|
|
2
2
|
import * as i_imports_list_of_characters from "../list_of_characters/data";
|
|
3
3
|
export declare namespace Paragraph_ {
|
|
4
4
|
namespace composed {
|
|
5
5
|
type L = Paragraph_;
|
|
6
6
|
}
|
|
7
|
-
type composed =
|
|
7
|
+
type composed = p_di.List<composed.L>;
|
|
8
8
|
namespace sentences {
|
|
9
9
|
type L = Sentence_;
|
|
10
10
|
}
|
|
11
|
-
type sentences =
|
|
11
|
+
type sentences = p_di.List<sentences.L>;
|
|
12
12
|
namespace optional {
|
|
13
13
|
type O = Paragraph_;
|
|
14
14
|
}
|
|
15
|
-
type optional =
|
|
15
|
+
type optional = p_di.Optional_Value<optional.O>;
|
|
16
16
|
type nothing = null;
|
|
17
17
|
namespace rich_list {
|
|
18
18
|
namespace items {
|
|
19
19
|
type L = Sentence_;
|
|
20
20
|
}
|
|
21
|
-
type items =
|
|
21
|
+
type items = p_di.List<items.L>;
|
|
22
22
|
namespace if_empty {
|
|
23
23
|
type O = Sentence_;
|
|
24
24
|
}
|
|
25
|
-
type if_empty =
|
|
25
|
+
type if_empty = p_di.Optional_Value<if_empty.O>;
|
|
26
26
|
namespace if_not_empty {
|
|
27
27
|
namespace before {
|
|
28
28
|
type O = Sentence_;
|
|
29
29
|
}
|
|
30
|
-
type before =
|
|
30
|
+
type before = p_di.Optional_Value<before.O>;
|
|
31
31
|
type indent = boolean;
|
|
32
32
|
namespace separator {
|
|
33
33
|
type O = Phrase_;
|
|
34
34
|
}
|
|
35
|
-
type separator =
|
|
35
|
+
type separator = p_di.Optional_Value<separator.O>;
|
|
36
36
|
namespace after {
|
|
37
37
|
type O = Sentence_;
|
|
38
38
|
}
|
|
39
|
-
type after =
|
|
39
|
+
type after = p_di.Optional_Value<after.O>;
|
|
40
40
|
}
|
|
41
41
|
type if_not_empty = {
|
|
42
42
|
readonly 'before': if_not_empty.before;
|
|
@@ -55,7 +55,7 @@ export type Paragraph_ = readonly ['composed', Paragraph_.composed] | readonly [
|
|
|
55
55
|
export declare namespace Sentence_ {
|
|
56
56
|
type L = Phrase_;
|
|
57
57
|
}
|
|
58
|
-
export type Sentence_ =
|
|
58
|
+
export type Sentence_ = p_di.List<Sentence_.L>;
|
|
59
59
|
export declare namespace Phrase_ {
|
|
60
60
|
namespace value {
|
|
61
61
|
type text = string;
|
|
@@ -66,17 +66,17 @@ export declare namespace Phrase_ {
|
|
|
66
66
|
namespace composed {
|
|
67
67
|
type L = Phrase_;
|
|
68
68
|
}
|
|
69
|
-
type composed =
|
|
69
|
+
type composed = p_di.List<composed.L>;
|
|
70
70
|
namespace optional {
|
|
71
71
|
type O = Phrase_;
|
|
72
72
|
}
|
|
73
|
-
type optional =
|
|
73
|
+
type optional = p_di.Optional_Value<optional.O>;
|
|
74
74
|
type nothing = null;
|
|
75
75
|
namespace rich_list {
|
|
76
76
|
namespace items {
|
|
77
77
|
type L = Phrase_;
|
|
78
78
|
}
|
|
79
|
-
type items =
|
|
79
|
+
type items = p_di.List<items.L>;
|
|
80
80
|
type if_empty = Phrase_;
|
|
81
81
|
namespace if_not_empty {
|
|
82
82
|
type before = Phrase_;
|
package/dist/interface/generated/liana/schemas/fountain_pen/signatures/refiners/astn_parse_tree.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
|
|
3
3
|
import * as i_out from "../../data";
|
|
4
4
|
import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
@@ -9,7 +9,7 @@ export declare namespace Paragraph_ {
|
|
|
9
9
|
namespace P {
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
export type Paragraph_ = (context: Paragraph_.I, abort:
|
|
12
|
+
export type Paragraph_ = (context: Paragraph_.I, abort: p_i.Abort<Paragraph_.E>) => Paragraph_.O;
|
|
13
13
|
export declare namespace Sentence_ {
|
|
14
14
|
type I = i_in.Value;
|
|
15
15
|
type O = i_out.Sentence;
|
|
@@ -17,7 +17,7 @@ export declare namespace Sentence_ {
|
|
|
17
17
|
namespace P {
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
export type Sentence_ = (context: Sentence_.I, abort:
|
|
20
|
+
export type Sentence_ = (context: Sentence_.I, abort: p_i.Abort<Sentence_.E>) => Sentence_.O;
|
|
21
21
|
export declare namespace Phrase_ {
|
|
22
22
|
type I = i_in.Value;
|
|
23
23
|
type O = i_out.Phrase;
|
|
@@ -25,5 +25,5 @@ export declare namespace Phrase_ {
|
|
|
25
25
|
namespace P {
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
export type Phrase_ = (context: Phrase_.I, abort:
|
|
28
|
+
export type Phrase_ = (context: Phrase_.I, abort: p_i.Abort<Phrase_.E>) => Phrase_.O;
|
|
29
29
|
export { Paragraph_ as Paragraph, Sentence_ as Sentence, Phrase_ as Phrase, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
|
|
3
3
|
import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
4
|
import * as i_out from "../../data";
|
|
@@ -10,7 +10,7 @@ export declare namespace Paragraph_ {
|
|
|
10
10
|
type tab_size = number;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
export type Paragraph_ = (context: Paragraph_.I, abort:
|
|
13
|
+
export type Paragraph_ = (context: Paragraph_.I, abort: p_i.Abort<Paragraph_.E>, parameters: {
|
|
14
14
|
readonly 'tab size': Paragraph_.P.tab_size;
|
|
15
15
|
}) => Paragraph_.O;
|
|
16
16
|
export declare namespace Sentence_ {
|
|
@@ -21,7 +21,7 @@ export declare namespace Sentence_ {
|
|
|
21
21
|
type tab_size = number;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
export type Sentence_ = (context: Sentence_.I, abort:
|
|
24
|
+
export type Sentence_ = (context: Sentence_.I, abort: p_i.Abort<Sentence_.E>, parameters: {
|
|
25
25
|
readonly 'tab size': Sentence_.P.tab_size;
|
|
26
26
|
}) => Sentence_.O;
|
|
27
27
|
export declare namespace Phrase_ {
|
|
@@ -32,7 +32,7 @@ export declare namespace Phrase_ {
|
|
|
32
32
|
type tab_size = number;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
export type Phrase_ = (context: Phrase_.I, abort:
|
|
35
|
+
export type Phrase_ = (context: Phrase_.I, abort: p_i.Abort<Phrase_.E>, parameters: {
|
|
36
36
|
readonly 'tab size': Phrase_.P.tab_size;
|
|
37
37
|
}) => Phrase_.O;
|
|
38
38
|
export { Paragraph_ as Paragraph, Sentence_ as Sentence, Phrase_ as Phrase, };
|
package/dist/interface/generated/liana/schemas/get_indata/signatures/refiners/astn_parse_tree.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
|
|
3
3
|
import * as i_out from "../../data";
|
|
4
4
|
import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
@@ -9,7 +9,7 @@ export declare namespace Parameters_ {
|
|
|
9
9
|
namespace P {
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
export type Parameters_ = (context: Parameters_.I, abort:
|
|
12
|
+
export type Parameters_ = (context: Parameters_.I, abort: p_i.Abort<Parameters_.E>) => Parameters_.O;
|
|
13
13
|
export declare namespace Result_ {
|
|
14
14
|
type I = i_in.Value;
|
|
15
15
|
type O = i_out.Result;
|
|
@@ -17,5 +17,5 @@ export declare namespace Result_ {
|
|
|
17
17
|
namespace P {
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
export type Result_ = (context: Result_.I, abort:
|
|
20
|
+
export type Result_ = (context: Result_.I, abort: p_i.Abort<Result_.E>) => Result_.O;
|
|
21
21
|
export { Parameters_ as Parameters, Result_ as Result, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
|
|
3
3
|
import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
4
|
import * as i_out from "../../data";
|
|
@@ -10,7 +10,7 @@ export declare namespace Parameters_ {
|
|
|
10
10
|
type tab_size = number;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
export type Parameters_ = (context: Parameters_.I, abort:
|
|
13
|
+
export type Parameters_ = (context: Parameters_.I, abort: p_i.Abort<Parameters_.E>, parameters: {
|
|
14
14
|
readonly 'tab size': Parameters_.P.tab_size;
|
|
15
15
|
}) => Parameters_.O;
|
|
16
16
|
export declare namespace Result_ {
|
|
@@ -21,7 +21,7 @@ export declare namespace Result_ {
|
|
|
21
21
|
type tab_size = number;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
export type Result_ = (context: Result_.I, abort:
|
|
24
|
+
export type Result_ = (context: Result_.I, abort: p_i.Abort<Result_.E>, parameters: {
|
|
25
25
|
readonly 'tab size': Result_.P.tab_size;
|
|
26
26
|
}) => Result_.O;
|
|
27
27
|
export { Parameters_ as Parameters, Result_ as Result, };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_di from 'pareto-core/dist/data/interface';
|
|
2
2
|
export declare namespace List_of_Characters_ {
|
|
3
3
|
type L = number;
|
|
4
4
|
}
|
|
5
|
-
export type List_of_Characters_ =
|
|
5
|
+
export type List_of_Characters_ = p_di.List<List_of_Characters_.L>;
|
|
6
6
|
export { List_of_Characters_ as List_of_Characters, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
|
|
3
3
|
import * as i_out from "../../data";
|
|
4
4
|
import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
@@ -9,5 +9,5 @@ export declare namespace List_of_Characters_ {
|
|
|
9
9
|
namespace P {
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
export type List_of_Characters_ = (context: List_of_Characters_.I, abort:
|
|
12
|
+
export type List_of_Characters_ = (context: List_of_Characters_.I, abort: p_i.Abort<List_of_Characters_.E>) => List_of_Characters_.O;
|
|
13
13
|
export { List_of_Characters_ as List_of_Characters, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
|
|
3
3
|
import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
4
|
import * as i_out from "../../data";
|
|
@@ -10,7 +10,7 @@ export declare namespace List_of_Characters_ {
|
|
|
10
10
|
type tab_size = number;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
export type List_of_Characters_ = (context: List_of_Characters_.I, abort:
|
|
13
|
+
export type List_of_Characters_ = (context: List_of_Characters_.I, abort: p_i.Abort<List_of_Characters_.E>, parameters: {
|
|
14
14
|
readonly 'tab size': List_of_Characters_.P.tab_size;
|
|
15
15
|
}) => List_of_Characters_.O;
|
|
16
16
|
export { List_of_Characters_ as List_of_Characters, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
|
|
3
3
|
import * as i_out from "../../data";
|
|
4
4
|
import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
@@ -9,7 +9,7 @@ export declare namespace Parameters_ {
|
|
|
9
9
|
namespace P {
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
export type Parameters_ = (context: Parameters_.I, abort:
|
|
12
|
+
export type Parameters_ = (context: Parameters_.I, abort: p_i.Abort<Parameters_.E>) => Parameters_.O;
|
|
13
13
|
export declare namespace Error_ {
|
|
14
14
|
type I = i_in.Value;
|
|
15
15
|
type O = i_out.Error;
|
|
@@ -17,5 +17,5 @@ export declare namespace Error_ {
|
|
|
17
17
|
namespace P {
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
export type Error_ = (context: Error_.I, abort:
|
|
20
|
+
export type Error_ = (context: Error_.I, abort: p_i.Abort<Error_.E>) => Error_.O;
|
|
21
21
|
export { Parameters_ as Parameters, Error_ as Error, };
|
package/dist/interface/generated/liana/schemas/log/signatures/refiners/list_of_characters.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
|
|
3
3
|
import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
4
|
import * as i_out from "../../data";
|
|
@@ -10,7 +10,7 @@ export declare namespace Parameters_ {
|
|
|
10
10
|
type tab_size = number;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
export type Parameters_ = (context: Parameters_.I, abort:
|
|
13
|
+
export type Parameters_ = (context: Parameters_.I, abort: p_i.Abort<Parameters_.E>, parameters: {
|
|
14
14
|
readonly 'tab size': Parameters_.P.tab_size;
|
|
15
15
|
}) => Parameters_.O;
|
|
16
16
|
export declare namespace Error_ {
|
|
@@ -21,7 +21,7 @@ export declare namespace Error_ {
|
|
|
21
21
|
type tab_size = number;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
export type Error_ = (context: Error_.I, abort:
|
|
24
|
+
export type Error_ = (context: Error_.I, abort: p_i.Abort<Error_.E>, parameters: {
|
|
25
25
|
readonly 'tab size': Error_.P.tab_size;
|
|
26
26
|
}) => Error_.O;
|
|
27
27
|
export { Parameters_ as Parameters, Error_ as Error, };
|
package/dist/interface/generated/liana/schemas/log_error/signatures/refiners/astn_parse_tree.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
|
|
3
3
|
import * as i_out from "../../data";
|
|
4
4
|
import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
@@ -9,7 +9,7 @@ export declare namespace Parameters_ {
|
|
|
9
9
|
namespace P {
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
export type Parameters_ = (context: Parameters_.I, abort:
|
|
12
|
+
export type Parameters_ = (context: Parameters_.I, abort: p_i.Abort<Parameters_.E>) => Parameters_.O;
|
|
13
13
|
export declare namespace Error_ {
|
|
14
14
|
type I = i_in.Value;
|
|
15
15
|
type O = i_out.Error;
|
|
@@ -17,5 +17,5 @@ export declare namespace Error_ {
|
|
|
17
17
|
namespace P {
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
export type Error_ = (context: Error_.I, abort:
|
|
20
|
+
export type Error_ = (context: Error_.I, abort: p_i.Abort<Error_.E>) => Error_.O;
|
|
21
21
|
export { Parameters_ as Parameters, Error_ as Error, };
|
package/dist/interface/generated/liana/schemas/log_error/signatures/refiners/list_of_characters.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
|
|
3
3
|
import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
4
|
import * as i_out from "../../data";
|
|
@@ -10,7 +10,7 @@ export declare namespace Parameters_ {
|
|
|
10
10
|
type tab_size = number;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
export type Parameters_ = (context: Parameters_.I, abort:
|
|
13
|
+
export type Parameters_ = (context: Parameters_.I, abort: p_i.Abort<Parameters_.E>, parameters: {
|
|
14
14
|
readonly 'tab size': Parameters_.P.tab_size;
|
|
15
15
|
}) => Parameters_.O;
|
|
16
16
|
export declare namespace Error_ {
|
|
@@ -21,7 +21,7 @@ export declare namespace Error_ {
|
|
|
21
21
|
type tab_size = number;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
export type Error_ = (context: Error_.I, abort:
|
|
24
|
+
export type Error_ = (context: Error_.I, abort: p_i.Abort<Error_.E>, parameters: {
|
|
25
25
|
readonly 'tab size': Error_.P.tab_size;
|
|
26
26
|
}) => Error_.O;
|
|
27
27
|
export { Parameters_ as Parameters, Error_ as Error, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
|
|
3
3
|
import * as i_out from "../../data";
|
|
4
4
|
import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
@@ -9,5 +9,5 @@ export declare namespace Parameters_ {
|
|
|
9
9
|
namespace P {
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
export type Parameters_ = (context: Parameters_.I, abort:
|
|
12
|
+
export type Parameters_ = (context: Parameters_.I, abort: p_i.Abort<Parameters_.E>) => Parameters_.O;
|
|
13
13
|
export { Parameters_ as Parameters, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
|
|
3
3
|
import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
4
|
import * as i_out from "../../data";
|
|
@@ -10,7 +10,7 @@ export declare namespace Parameters_ {
|
|
|
10
10
|
type tab_size = number;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
export type Parameters_ = (context: Parameters_.I, abort:
|
|
13
|
+
export type Parameters_ = (context: Parameters_.I, abort: p_i.Abort<Parameters_.E>, parameters: {
|
|
14
14
|
readonly 'tab size': Parameters_.P.tab_size;
|
|
15
15
|
}) => Parameters_.O;
|
|
16
16
|
export { Parameters_ as Parameters, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
|
|
3
3
|
import * as i_out from "../../data";
|
|
4
4
|
import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
@@ -9,5 +9,5 @@ export declare namespace Parameters_ {
|
|
|
9
9
|
namespace P {
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
export type Parameters_ = (context: Parameters_.I, abort:
|
|
12
|
+
export type Parameters_ = (context: Parameters_.I, abort: p_i.Abort<Parameters_.E>) => Parameters_.O;
|
|
13
13
|
export { Parameters_ as Parameters, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_i from 'pareto-core/dist/interface';
|
|
2
2
|
import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
|
|
3
3
|
import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
4
|
import * as i_out from "../../data";
|
|
@@ -10,7 +10,7 @@ export declare namespace Parameters_ {
|
|
|
10
10
|
type tab_size = number;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
export type Parameters_ = (context: Parameters_.I, abort:
|
|
13
|
+
export type Parameters_ = (context: Parameters_.I, abort: p_i.Abort<Parameters_.E>, parameters: {
|
|
14
14
|
readonly 'tab size': Parameters_.P.tab_size;
|
|
15
15
|
}) => Parameters_.O;
|
|
16
16
|
export { Parameters_ as Parameters, };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_di from 'pareto-core/dist/data/interface';
|
|
2
2
|
export type Node = ['other', null] | ['file', string] | ['directory', Directory];
|
|
3
|
-
export type Directory =
|
|
3
|
+
export type Directory = p_di.Dictionary<Node>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as p_di from 'pareto-core/dist/data/interface';
|
|
2
2
|
export type Node = ['other', null] | ['file', null] | ['directory', Directory];
|
|
3
|
-
export type Directory =
|
|
3
|
+
export type Directory = p_di.Dictionary<Node>;
|