pareto-fountain-pen 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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _resolved from "../generated/interface/schemas/lines/unconstrained";
|
|
2
|
-
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands';
|
|
2
|
+
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unconstrained';
|
|
3
3
|
export declare namespace d {
|
|
4
4
|
const file: (lines: _resolved.Lines) => _resolved.Directory.D;
|
|
5
5
|
const directory: (children: Raw_Or_Normal_Dictionary<_resolved.Directory.D>) => _resolved.Directory.D;
|
package/dist/shorthands/lines.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.d = void 0;
|
|
4
|
-
const
|
|
4
|
+
const unconstrained_1 = require("exupery-core-data/dist/shorthands/unconstrained");
|
|
5
5
|
var d;
|
|
6
6
|
(function (d) {
|
|
7
7
|
d.file = (lines) => ['file', lines];
|
|
8
|
-
d.directory = (children) => ['directory', (0,
|
|
8
|
+
d.directory = (children) => ['directory', (0, unconstrained_1.wrap_dictionary)(children)];
|
|
9
9
|
})(d || (exports.d = d = {}));
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvc2hvcnRoYW5kcy9saW5lcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFHQSxtRkFBMkc7QUFFM0csSUFBaUIsQ0FBQyxDQVNqQjtBQVRELFdBQWlCLENBQUM7SUFFRCxNQUFJLEdBQUcsQ0FDaEIsS0FBc0IsRUFDRCxFQUFFLENBQUMsQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDLENBQUE7SUFFOUIsV0FBUyxHQUFHLENBQ3JCLFFBQXlELEVBQ3BDLEVBQUUsQ0FBQyxDQUFDLFdBQVcsRUFBRSxJQUFBLCtCQUFlLEVBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQTtBQUN4RSxDQUFDLEVBVGdCLENBQUMsaUJBQUQsQ0FBQyxRQVNqQiJ9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pareto-fountain-pen",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
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",
|