pareto-fountain-pen 0.3.3 → 0.3.4
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/implementation/algorithms/procedures/guaranteed/console_error.d.ts +6 -1
- package/dist/implementation/algorithms/procedures/guaranteed/console_error.js +3 -4
- package/dist/implementation/algorithms/procedures/guaranteed/console_log.d.ts +6 -1
- package/dist/implementation/algorithms/procedures/guaranteed/console_log.js +3 -4
- package/package.json +3 -3
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import * as _easync from 'exupery-core-async';
|
|
2
2
|
import * as _in from "../../../../interface/generated/pareto/schemas/block/data_types/target";
|
|
3
|
+
import * as d_log_error from "exupery-resources/dist/interface/generated/pareto/schemas/log_error/data_types/source";
|
|
3
4
|
export type Parameters = {
|
|
4
5
|
'group': _in.Group;
|
|
5
6
|
'indentation': string;
|
|
6
7
|
};
|
|
7
|
-
export type Resources =
|
|
8
|
+
export type Resources = {
|
|
9
|
+
'procedures': {
|
|
10
|
+
'log error': _easync.Guaranteed_Procedure<d_log_error.Parameters, null>;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
8
13
|
export declare const $$: _easync.Guaranteed_Procedure<Parameters, Resources>;
|
|
@@ -25,13 +25,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.$$ = void 0;
|
|
27
27
|
const t_block_to_lines = __importStar(require("../../transformations/block/lines"));
|
|
28
|
-
const
|
|
29
|
-
|
|
30
|
-
return (0, log_error_1.$$)({
|
|
28
|
+
const $$ = ($p, $r) => {
|
|
29
|
+
return $r.procedures['log error']({
|
|
31
30
|
'lines': t_block_to_lines.Group($p.group, {
|
|
32
31
|
'indentation': $p.indentation
|
|
33
32
|
})
|
|
34
33
|
}, null);
|
|
35
34
|
};
|
|
36
35
|
exports.$$ = $$;
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc29sZV9lcnJvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9hbGdvcml0aG1zL3Byb2NlZHVyZXMvZ3VhcmFudGVlZC9jb25zb2xlX2Vycm9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBSUEsb0ZBQXFFO0FBcUI5RCxNQUFNLEVBQUUsR0FBd0QsQ0FDbkUsRUFBRSxFQUFFLEVBQUUsRUFDUixFQUFFO0lBQ0EsT0FBTyxFQUFFLENBQUMsVUFBVSxDQUFDLFdBQVcsQ0FBQyxDQUM3QjtRQUNJLE9BQU8sRUFBRSxnQkFBZ0IsQ0FBQyxLQUFLLENBQzNCLEVBQUUsQ0FBQyxLQUFLLEVBQ1I7WUFDSSxhQUFhLEVBQUUsRUFBRSxDQUFDLFdBQVc7U0FDaEMsQ0FDSjtLQUNKLEVBQ0QsSUFBSSxDQUNQLENBQUE7QUFDTCxDQUFDLENBQUE7QUFkWSxRQUFBLEVBQUUsTUFjZCJ9
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import * as _easync from 'exupery-core-async';
|
|
2
2
|
import * as _in from "../../../../interface/generated/pareto/schemas/block/data_types/target";
|
|
3
|
+
import * as d_log from "exupery-resources/dist/interface/generated/pareto/schemas/log/data_types/source";
|
|
3
4
|
export type Parameters = {
|
|
4
5
|
'group': _in.Group;
|
|
5
6
|
'indentation': string;
|
|
6
7
|
};
|
|
7
|
-
export type Resources =
|
|
8
|
+
export type Resources = {
|
|
9
|
+
'procedures': {
|
|
10
|
+
'log': _easync.Guaranteed_Procedure<d_log.Parameters, null>;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
8
13
|
export declare const $$: _easync.Guaranteed_Procedure<Parameters, Resources>;
|
|
@@ -25,13 +25,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.$$ = void 0;
|
|
27
27
|
const t_block_to_lines = __importStar(require("../../transformations/block/lines"));
|
|
28
|
-
const
|
|
29
|
-
|
|
30
|
-
return (0, log_1.$$)({
|
|
28
|
+
const $$ = ($p, $r) => {
|
|
29
|
+
return $r.procedures.log({
|
|
31
30
|
'lines': t_block_to_lines.Group($p.group, {
|
|
32
31
|
'indentation': $p.indentation
|
|
33
32
|
})
|
|
34
33
|
}, null);
|
|
35
34
|
};
|
|
36
35
|
exports.$$ = $$;
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc29sZV9sb2cuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vYWxnb3JpdGhtcy9wcm9jZWR1cmVzL2d1YXJhbnRlZWQvY29uc29sZV9sb2cudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFJQSxvRkFBcUU7QUFvQjlELE1BQU0sRUFBRSxHQUF3RCxDQUNuRSxFQUFFLEVBQUUsRUFBRSxFQUNSLEVBQUU7SUFDQSxPQUFPLEVBQUUsQ0FBQyxVQUFVLENBQUMsR0FBRyxDQUNwQjtRQUNJLE9BQU8sRUFBRSxnQkFBZ0IsQ0FBQyxLQUFLLENBQzNCLEVBQUUsQ0FBQyxLQUFLLEVBQ1I7WUFDSSxhQUFhLEVBQUUsRUFBRSxDQUFDLFdBQVc7U0FDaEMsQ0FDSjtLQUNKLEVBQ0QsSUFBSSxDQUNQLENBQUE7QUFDTCxDQUFDLENBQUE7QUFkWSxRQUFBLEVBQUUsTUFjZCJ9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pareto-fountain-pen",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "A TypeScript library for easily generating source code files with proper indentation in the pareto programming style/language",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"exupery-core-alg": "^0.5.0",
|
|
34
|
-
"exupery-core-bin": "^0.3.
|
|
34
|
+
"exupery-core-bin": "^0.3.7",
|
|
35
35
|
"exupery-core-data": "^0.3.0",
|
|
36
36
|
"exupery-core-dev": "^0.3.0",
|
|
37
|
-
"exupery-resources": "^0.3.
|
|
37
|
+
"exupery-resources": "^0.3.5",
|
|
38
38
|
"pareto-standard-operations": "^0.3.0"
|
|
39
39
|
}
|
|
40
40
|
}
|