@k8ts/instruments 0.4.0 → 0.4.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.
- package/dist/_embedder/base.js +3 -2
- package/dist/_embedder/index.js +0 -1
- package/dist/_string/index.js +0 -1
- package/dist/_string/markers.d.ts +2 -2
- package/dist/_string/markers.d.ts.map +1 -1
- package/dist/_string/markers.js +26 -11
- package/dist/_string/post-processor.js +1 -4
- package/dist/_string/pretty-objects.js +51 -50
- package/dist/_string/pretty-print.js +0 -1
- package/dist/_string/super-script.js +0 -1
- package/dist/api-kind/index.js +3 -1
- package/dist/cmd/cli-command.js +3 -1
- package/dist/cmd/cli-term.js +5 -1
- package/dist/cmd/index.js +0 -1
- package/dist/cmd/types.js +0 -1
- package/dist/data-sources/index.d.ts +1 -1
- package/dist/data-sources/index.d.ts.map +1 -1
- package/dist/data-sources/index.js +9 -9
- package/dist/displayers/displayers.js +2 -5
- package/dist/displayers/index.js +0 -1
- package/dist/env/env.js +1 -1
- package/dist/env/index.js +0 -1
- package/dist/env/types.js +0 -1
- package/dist/env/validate-name.js +0 -1
- package/dist/error.js +0 -1
- package/dist/forward-exports/delayed-exports.js +12 -18
- package/dist/forward-exports/index.js +0 -1
- package/dist/graph/base-node.js +56 -56
- package/dist/graph/base-origin-entity.js +15 -30
- package/dist/graph/dependencies.js +11 -14
- package/dist/graph/index.js +0 -1
- package/dist/graph/origin-node.js +32 -33
- package/dist/graph/relations.js +1 -4
- package/dist/graph/resource-node.js +15 -17
- package/dist/image/family.js +42 -41
- package/dist/image/index.js +0 -1
- package/dist/index.js +0 -1
- package/dist/kind-map/index.js +2 -1
- package/dist/manifest/index.js +0 -1
- package/dist/manifest/manifest-builder.js +1 -4
- package/dist/ports/error.js +1 -2
- package/dist/ports/index.js +0 -1
- package/dist/ports/map.js +1 -1
- package/dist/ports/set.js +1 -1
- package/dist/ports/tools/entry.js +0 -1
- package/dist/ports/tools/parse.js +0 -1
- package/dist/ports/types.js +0 -1
- package/dist/producer/index.js +0 -1
- package/dist/producer/producer.js +0 -1
- package/dist/ref-key/index.js +0 -1
- package/dist/ref-key/ref-key.js +2 -1
- package/dist/reference/forward-ref.js +13 -27
- package/dist/reference/index.js +0 -1
- package/dist/reference/refable.js +0 -1
- package/dist/resources/index.js +0 -1
- package/dist/resources/objects.js +4 -1
- package/dist/resources/parser.js +0 -1
- package/dist/resources/types.js +0 -1
- package/dist/src.tsbuildinfo +1 -1
- package/dist/tracing/git.js +1 -1
- package/dist/tracing/index.js +0 -1
- package/dist/tracing/trace.js +1 -1
- package/dist/tracing/traced.js +0 -1
- package/dist/units/index.js +0 -1
- package/dist/units/unit-parser.js +16 -11
- package/dist/units/units.js +0 -1
- package/package.json +3 -3
- package/src/_embedder/base.ts +1 -1
- package/src/_string/markers.ts +28 -9
- package/src/data-sources/index.ts +1 -1
- package/src/graph/origin-node.ts +4 -4
- package/src/graph/resource-node.ts +2 -2
- package/src/tsconfig.json +5 -0
- package/dist/_embedder/base.js.map +0 -1
- package/dist/_embedder/index.js.map +0 -1
- package/dist/_string/index.js.map +0 -1
- package/dist/_string/markers.js.map +0 -1
- package/dist/_string/post-processor.js.map +0 -1
- package/dist/_string/pretty-objects.js.map +0 -1
- package/dist/_string/pretty-print.js.map +0 -1
- package/dist/_string/super-script.js.map +0 -1
- package/dist/api-kind/index.js.map +0 -1
- package/dist/cmd/cli-command.js.map +0 -1
- package/dist/cmd/cli-term.js.map +0 -1
- package/dist/cmd/index.js.map +0 -1
- package/dist/cmd/types.js.map +0 -1
- package/dist/data-sources/index.js.map +0 -1
- package/dist/displayers/displayers.js.map +0 -1
- package/dist/displayers/index.js.map +0 -1
- package/dist/env/env.js.map +0 -1
- package/dist/env/index.js.map +0 -1
- package/dist/env/types.js.map +0 -1
- package/dist/env/validate-name.js.map +0 -1
- package/dist/error.js.map +0 -1
- package/dist/forward-exports/delayed-exports.js.map +0 -1
- package/dist/forward-exports/index.js.map +0 -1
- package/dist/graph/base-node.js.map +0 -1
- package/dist/graph/base-origin-entity.js.map +0 -1
- package/dist/graph/dependencies.js.map +0 -1
- package/dist/graph/index.js.map +0 -1
- package/dist/graph/origin-node.js.map +0 -1
- package/dist/graph/relations.js.map +0 -1
- package/dist/graph/resource-node.js.map +0 -1
- package/dist/image/family.js.map +0 -1
- package/dist/image/index.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/kind-map/index.js.map +0 -1
- package/dist/manifest/index.js.map +0 -1
- package/dist/manifest/manifest-builder.js.map +0 -1
- package/dist/ports/error.js.map +0 -1
- package/dist/ports/index.js.map +0 -1
- package/dist/ports/map.js.map +0 -1
- package/dist/ports/set.js.map +0 -1
- package/dist/ports/tools/entry.js.map +0 -1
- package/dist/ports/tools/parse.js.map +0 -1
- package/dist/ports/types.js.map +0 -1
- package/dist/producer/index.js.map +0 -1
- package/dist/producer/producer.js.map +0 -1
- package/dist/ref-key/index.js.map +0 -1
- package/dist/ref-key/ref-key.js.map +0 -1
- package/dist/reference/forward-ref.js.map +0 -1
- package/dist/reference/index.js.map +0 -1
- package/dist/reference/refable.js.map +0 -1
- package/dist/resources/index.js.map +0 -1
- package/dist/resources/objects.js.map +0 -1
- package/dist/resources/parser.js.map +0 -1
- package/dist/resources/types.js.map +0 -1
- package/dist/tracing/git.js.map +0 -1
- package/dist/tracing/index.js.map +0 -1
- package/dist/tracing/trace.js.map +0 -1
- package/dist/tracing/traced.js.map +0 -1
- package/dist/units/index.js.map +0 -1
- package/dist/units/unit-parser.js.map +0 -1
- package/dist/units/units.js.map +0 -1
package/dist/graph/base-node.js
CHANGED
|
@@ -6,6 +6,8 @@ const immutable_1 = require("immutable");
|
|
|
6
6
|
const reference_1 = require("../reference");
|
|
7
7
|
const dependencies_1 = require("./dependencies");
|
|
8
8
|
class BaseNode {
|
|
9
|
+
_entity;
|
|
10
|
+
_eqProxy = {};
|
|
9
11
|
get kind() {
|
|
10
12
|
return this.key.kind;
|
|
11
13
|
}
|
|
@@ -14,61 +16,6 @@ class BaseNode {
|
|
|
14
16
|
}
|
|
15
17
|
constructor(_entity) {
|
|
16
18
|
this._entity = _entity;
|
|
17
|
-
this._eqProxy = {};
|
|
18
|
-
this.ancestors = (0, doddle_1.seq)(() => {
|
|
19
|
-
const seen = (0, immutable_1.Set)();
|
|
20
|
-
const recurse = function* (from) {
|
|
21
|
-
const parent = from.parent;
|
|
22
|
-
if (parent && !seen.has(parent)) {
|
|
23
|
-
seen.add(parent);
|
|
24
|
-
yield parent;
|
|
25
|
-
yield* recurse(parent);
|
|
26
|
-
}
|
|
27
|
-
};
|
|
28
|
-
return (0, doddle_1.seq)(recurse.bind(null, this._asNode));
|
|
29
|
-
}).cache();
|
|
30
|
-
this.descendants = (0, doddle_1.seq)(() => {
|
|
31
|
-
const self = this;
|
|
32
|
-
let seen = (0, immutable_1.Set)();
|
|
33
|
-
const recurse = function* (from) {
|
|
34
|
-
for (const kid of from.kids) {
|
|
35
|
-
if (seen.has(kid)) {
|
|
36
|
-
continue;
|
|
37
|
-
}
|
|
38
|
-
seen = seen.add(kid);
|
|
39
|
-
yield kid;
|
|
40
|
-
yield* recurse(kid);
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
return (0, doddle_1.seq)(recurse.bind(null, self._asNode));
|
|
44
|
-
}).cache();
|
|
45
|
-
this.recursiveRelationsSubtree = (0, doddle_1.seq)(() => {
|
|
46
|
-
const self = this;
|
|
47
|
-
return (0, doddle_1.seq)(function* () {
|
|
48
|
-
for (const child of [self, ...self.descendants]) {
|
|
49
|
-
yield* child.recursiveRelations;
|
|
50
|
-
}
|
|
51
|
-
});
|
|
52
|
-
});
|
|
53
|
-
this.recursiveRelations = (0, doddle_1.seq)(() => {
|
|
54
|
-
let resources = (0, immutable_1.Set)();
|
|
55
|
-
const recurseIntoDependency = function* (root) {
|
|
56
|
-
yield root;
|
|
57
|
-
if (resources.has(root.needed)) {
|
|
58
|
-
return;
|
|
59
|
-
}
|
|
60
|
-
resources = resources.add(root.needed);
|
|
61
|
-
const ownDeps = root.needed.relations;
|
|
62
|
-
for (const needsEdge of ownDeps) {
|
|
63
|
-
yield* recurseIntoDependency(needsEdge);
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
return (0, doddle_1.seq)(recurseIntoDependency.bind(null, new dependencies_1.Relation("self", this._asNode)))
|
|
67
|
-
.after(() => {
|
|
68
|
-
resources = (0, immutable_1.Set)();
|
|
69
|
-
})
|
|
70
|
-
.cache();
|
|
71
|
-
});
|
|
72
19
|
}
|
|
73
20
|
get shortFqn() {
|
|
74
21
|
return `${this.kind.name}/${this.name}`;
|
|
@@ -91,6 +38,33 @@ class BaseNode {
|
|
|
91
38
|
}
|
|
92
39
|
return this === other;
|
|
93
40
|
}
|
|
41
|
+
ancestors = (0, doddle_1.seq)(() => {
|
|
42
|
+
const seen = (0, immutable_1.Set)();
|
|
43
|
+
const recurse = function* (from) {
|
|
44
|
+
const parent = from.parent;
|
|
45
|
+
if (parent && !seen.has(parent)) {
|
|
46
|
+
seen.add(parent);
|
|
47
|
+
yield parent;
|
|
48
|
+
yield* recurse(parent);
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
return (0, doddle_1.seq)(recurse.bind(null, this._asNode));
|
|
52
|
+
}).cache();
|
|
53
|
+
descendants = (0, doddle_1.seq)(() => {
|
|
54
|
+
const self = this;
|
|
55
|
+
let seen = (0, immutable_1.Set)();
|
|
56
|
+
const recurse = function* (from) {
|
|
57
|
+
for (const kid of from.kids) {
|
|
58
|
+
if (seen.has(kid)) {
|
|
59
|
+
continue;
|
|
60
|
+
}
|
|
61
|
+
seen = seen.add(kid);
|
|
62
|
+
yield kid;
|
|
63
|
+
yield* recurse(kid);
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
return (0, doddle_1.seq)(recurse.bind(null, self._asNode));
|
|
67
|
+
}).cache();
|
|
94
68
|
isParentOf(other) {
|
|
95
69
|
if (reference_1.ForwardRef.is(other)) {
|
|
96
70
|
return other.isChildOf(this._asNode);
|
|
@@ -106,6 +80,32 @@ class BaseNode {
|
|
|
106
80
|
hasRelationTo(other) {
|
|
107
81
|
return this.recursiveRelations.some(x => x.needed.equals(other)).pull();
|
|
108
82
|
}
|
|
83
|
+
recursiveRelationsSubtree = (0, doddle_1.seq)(() => {
|
|
84
|
+
const self = this;
|
|
85
|
+
return (0, doddle_1.seq)(function* () {
|
|
86
|
+
for (const child of [self, ...self.descendants]) {
|
|
87
|
+
yield* child.recursiveRelations;
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
});
|
|
91
|
+
recursiveRelations = (0, doddle_1.seq)(() => {
|
|
92
|
+
let resources = (0, immutable_1.Set)();
|
|
93
|
+
const recurseIntoDependency = function* (root) {
|
|
94
|
+
yield root;
|
|
95
|
+
if (resources.has(root.needed)) {
|
|
96
|
+
return;
|
|
97
|
+
}
|
|
98
|
+
resources = resources.add(root.needed);
|
|
99
|
+
const ownDeps = root.needed.relations;
|
|
100
|
+
for (const needsEdge of ownDeps) {
|
|
101
|
+
yield* recurseIntoDependency(needsEdge);
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
return (0, doddle_1.seq)(recurseIntoDependency.bind(null, new dependencies_1.Relation("self", this._asNode)))
|
|
105
|
+
.after(() => {
|
|
106
|
+
resources = (0, immutable_1.Set)();
|
|
107
|
+
})
|
|
108
|
+
.cache();
|
|
109
|
+
});
|
|
109
110
|
}
|
|
110
111
|
exports.BaseNode = BaseNode;
|
|
111
|
-
//# sourceMappingURL=base-node.js.map
|
|
@@ -33,21 +33,6 @@ var __runInitializers = (this && this.__runInitializers) || function (thisArg, i
|
|
|
33
33
|
}
|
|
34
34
|
return useValue ? value : void 0;
|
|
35
35
|
};
|
|
36
|
-
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {
|
|
37
|
-
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
38
|
-
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
39
|
-
};
|
|
40
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
41
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
42
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
43
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
44
|
-
};
|
|
45
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
46
|
-
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
47
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
48
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
49
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
50
|
-
};
|
|
51
36
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52
37
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
53
38
|
};
|
|
@@ -60,7 +45,6 @@ const displayers_1 = require("../displayers");
|
|
|
60
45
|
const ref_key_1 = require("../ref-key");
|
|
61
46
|
const origin_node_1 = require("./origin-node");
|
|
62
47
|
let BaseOriginEntity = (() => {
|
|
63
|
-
var _BaseOriginEntity_node;
|
|
64
48
|
let _classDecorators = [(0, displayers_1.displayers)({
|
|
65
49
|
simple: x => `[${x.shortFqn}]`,
|
|
66
50
|
pretty(origin) {
|
|
@@ -72,34 +56,35 @@ let BaseOriginEntity = (() => {
|
|
|
72
56
|
let _classDescriptor;
|
|
73
57
|
let _classExtraInitializers = [];
|
|
74
58
|
let _classThis;
|
|
75
|
-
var BaseOriginEntity =
|
|
59
|
+
var BaseOriginEntity = class {
|
|
60
|
+
static { _classThis = this; }
|
|
61
|
+
static {
|
|
62
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
63
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
64
|
+
BaseOriginEntity = _classThis = _classDescriptor.value;
|
|
65
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
66
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
67
|
+
}
|
|
68
|
+
name;
|
|
69
|
+
props;
|
|
70
|
+
#node;
|
|
71
|
+
meta;
|
|
76
72
|
get alias() {
|
|
77
73
|
return this.props.alias ?? undefined;
|
|
78
74
|
}
|
|
79
75
|
get node() {
|
|
80
|
-
return
|
|
76
|
+
return this.#node.pull();
|
|
81
77
|
}
|
|
82
78
|
constructor(name, props, parent) {
|
|
83
79
|
this.name = name;
|
|
84
80
|
this.props = props;
|
|
85
|
-
|
|
86
|
-
__classPrivateFieldSet(this, _BaseOriginEntity_node, (0, doddle_1.doddle)(() => new origin_node_1.Origin(parent, this, ref_key_1.RefKey.make(this.kind, name))), "f");
|
|
81
|
+
this.#node = (0, doddle_1.doddle)(() => new origin_node_1.Origin(parent, this, ref_key_1.RefKey.make(this.kind, name)));
|
|
87
82
|
this.meta = metadata_1.Meta.make(props.meta);
|
|
88
83
|
}
|
|
89
84
|
get shortFqn() {
|
|
90
85
|
return this.node.shortFqn;
|
|
91
86
|
}
|
|
92
87
|
};
|
|
93
|
-
_BaseOriginEntity_node = new WeakMap();
|
|
94
|
-
__setFunctionName(_classThis, "BaseOriginEntity");
|
|
95
|
-
(() => {
|
|
96
|
-
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
97
|
-
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
98
|
-
BaseOriginEntity = _classThis = _classDescriptor.value;
|
|
99
|
-
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
100
|
-
__runInitializers(_classThis, _classExtraInitializers);
|
|
101
|
-
})();
|
|
102
88
|
return BaseOriginEntity = _classThis;
|
|
103
89
|
})();
|
|
104
90
|
exports.BaseOriginEntity = BaseOriginEntity;
|
|
105
|
-
//# sourceMappingURL=base-origin-entity.js.map
|
|
@@ -33,10 +33,6 @@ var __runInitializers = (this && this.__runInitializers) || function (thisArg, i
|
|
|
33
33
|
}
|
|
34
34
|
return useValue ? value : void 0;
|
|
35
35
|
};
|
|
36
|
-
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {
|
|
37
|
-
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
38
|
-
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
39
|
-
};
|
|
40
36
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
41
37
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
42
38
|
};
|
|
@@ -62,21 +58,22 @@ let Relation = (() => {
|
|
|
62
58
|
let _classDescriptor;
|
|
63
59
|
let _classExtraInitializers = [];
|
|
64
60
|
let _classThis;
|
|
65
|
-
var Relation =
|
|
61
|
+
var Relation = class {
|
|
62
|
+
static { _classThis = this; }
|
|
63
|
+
static {
|
|
64
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
65
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
66
|
+
Relation = _classThis = _classDescriptor.value;
|
|
67
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
68
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
69
|
+
}
|
|
70
|
+
why;
|
|
71
|
+
needed;
|
|
66
72
|
constructor(why, needed) {
|
|
67
73
|
this.why = why;
|
|
68
74
|
this.needed = needed;
|
|
69
75
|
}
|
|
70
76
|
};
|
|
71
|
-
__setFunctionName(_classThis, "Relation");
|
|
72
|
-
(() => {
|
|
73
|
-
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
74
|
-
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
75
|
-
Relation = _classThis = _classDescriptor.value;
|
|
76
|
-
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
77
|
-
__runInitializers(_classThis, _classExtraInitializers);
|
|
78
|
-
})();
|
|
79
77
|
return Relation = _classThis;
|
|
80
78
|
})();
|
|
81
79
|
exports.Relation = Relation;
|
|
82
|
-
//# sourceMappingURL=dependencies.js.map
|
package/dist/graph/index.js
CHANGED
|
@@ -33,10 +33,6 @@ var __runInitializers = (this && this.__runInitializers) || function (thisArg, i
|
|
|
33
33
|
}
|
|
34
34
|
return useValue ? value : void 0;
|
|
35
35
|
};
|
|
36
|
-
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {
|
|
37
|
-
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
38
|
-
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
39
|
-
};
|
|
40
36
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
41
37
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
42
38
|
};
|
|
@@ -57,60 +53,72 @@ let Origin = (() => {
|
|
|
57
53
|
simple: s => `[${s.shortFqn}]`,
|
|
58
54
|
prefix: s => {
|
|
59
55
|
if (s.name === "EXTERNAL") {
|
|
60
|
-
return
|
|
56
|
+
return (0, _string_1.getMarkerForExternal)();
|
|
61
57
|
}
|
|
62
|
-
return (0, _string_1.getMarkerForIndex)(s.index
|
|
58
|
+
return (0, _string_1.getMarkerForIndex)(s.index);
|
|
63
59
|
},
|
|
64
60
|
pretty(origin, format) {
|
|
65
61
|
const kindName = chalk_1.default.greenBright.bold(origin.kind.name);
|
|
66
62
|
const resourceName = chalk_1.default.cyan(origin.name);
|
|
67
63
|
const pref = this.prefix();
|
|
68
|
-
return `${kindName}:${resourceName}
|
|
64
|
+
return chalk_1.default.underline(`${pref}${kindName}:${resourceName}`);
|
|
69
65
|
}
|
|
70
66
|
})];
|
|
71
67
|
let _classDescriptor;
|
|
72
68
|
let _classExtraInitializers = [];
|
|
73
69
|
let _classThis;
|
|
74
70
|
let _classSuper = base_node_1.BaseNode;
|
|
75
|
-
var Origin =
|
|
71
|
+
var Origin = class extends _classSuper {
|
|
72
|
+
static { _classThis = this; }
|
|
73
|
+
static {
|
|
74
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
75
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
76
|
+
Origin = _classThis = _classDescriptor.value;
|
|
77
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
78
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
79
|
+
}
|
|
80
|
+
parent;
|
|
81
|
+
key;
|
|
82
|
+
_kids = [];
|
|
76
83
|
get kids() {
|
|
77
84
|
return (0, doddle_1.seq)(this._kids);
|
|
78
85
|
}
|
|
79
86
|
get meta() {
|
|
80
87
|
return this._entity.meta;
|
|
81
88
|
}
|
|
89
|
+
index;
|
|
90
|
+
_getIndex = (0, doddle_1.doddle)(() => {
|
|
91
|
+
let index = 1;
|
|
92
|
+
return () => index++;
|
|
93
|
+
}).pull();
|
|
82
94
|
constructor(parent, entity, key) {
|
|
83
95
|
super(entity);
|
|
84
96
|
this.parent = parent;
|
|
85
97
|
this.key = key;
|
|
86
|
-
this._kids = [];
|
|
87
|
-
this._getIndex = (0, doddle_1.doddle)(() => {
|
|
88
|
-
let index = 1;
|
|
89
|
-
return () => index++;
|
|
90
|
-
}).pull();
|
|
91
|
-
this._attached = [];
|
|
92
|
-
this.attachedTree = (0, doddle_1.seq)(() => {
|
|
93
|
-
const self = this;
|
|
94
|
-
const desc = self.descendants.prepend(this).concatMap(function* (x) {
|
|
95
|
-
yield* self.resources;
|
|
96
|
-
for (const kid of self.kids) {
|
|
97
|
-
yield* kid.resources;
|
|
98
|
-
}
|
|
99
|
-
});
|
|
100
|
-
return desc;
|
|
101
|
-
}).cache();
|
|
102
98
|
this.index = parent?._getIndex() ?? 0;
|
|
103
99
|
this._kindMap = new kind_map_1.KindMap(undefined, parent?._kindMap);
|
|
104
100
|
}
|
|
105
101
|
get resourceKinds() {
|
|
106
102
|
return this._kindMap;
|
|
107
103
|
}
|
|
104
|
+
_kindMap;
|
|
105
|
+
_attached = [];
|
|
108
106
|
get relations() {
|
|
109
107
|
return doddle_1.seq.empty();
|
|
110
108
|
}
|
|
111
109
|
[Symbol.iterator]() {
|
|
112
110
|
return this.resources[Symbol.iterator]();
|
|
113
111
|
}
|
|
112
|
+
attachedTree = (0, doddle_1.seq)(() => {
|
|
113
|
+
const self = this;
|
|
114
|
+
const desc = self.descendants.prepend(this).concatMap(function* (x) {
|
|
115
|
+
yield* self.resources;
|
|
116
|
+
for (const kid of self.kids) {
|
|
117
|
+
yield* kid.resources;
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
return desc;
|
|
121
|
+
}).cache();
|
|
114
122
|
get resources() {
|
|
115
123
|
return this._attached;
|
|
116
124
|
}
|
|
@@ -146,16 +154,7 @@ let Origin = (() => {
|
|
|
146
154
|
}
|
|
147
155
|
}
|
|
148
156
|
};
|
|
149
|
-
__setFunctionName(_classThis, "Origin");
|
|
150
|
-
(() => {
|
|
151
|
-
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
152
|
-
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
153
|
-
Origin = _classThis = _classDescriptor.value;
|
|
154
|
-
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
155
|
-
__runInitializers(_classThis, _classExtraInitializers);
|
|
156
|
-
})();
|
|
157
157
|
return Origin = _classThis;
|
|
158
158
|
})();
|
|
159
159
|
exports.Origin = Origin;
|
|
160
160
|
exports.auto_register = Origin.registerWithOrigin;
|
|
161
|
-
//# sourceMappingURL=origin-node.js.map
|
package/dist/graph/relations.js
CHANGED
|
@@ -4,9 +4,7 @@ exports.relations = exports.Relations = void 0;
|
|
|
4
4
|
const base_1 = require("../_embedder/base");
|
|
5
5
|
const dependencies_1 = require("./dependencies");
|
|
6
6
|
class RelationsService {
|
|
7
|
-
|
|
8
|
-
this._system = new base_1.Embedder("relations");
|
|
9
|
-
}
|
|
7
|
+
_system = new base_1.Embedder("relations");
|
|
10
8
|
implement(ctor, input) {
|
|
11
9
|
const existing = this._system.tryGet(ctor.prototype);
|
|
12
10
|
if (existing) {
|
|
@@ -35,4 +33,3 @@ class RelationsService {
|
|
|
35
33
|
exports.Relations = new RelationsService();
|
|
36
34
|
exports.relations = exports.Relations.decorator;
|
|
37
35
|
// writing the decorator itself
|
|
38
|
-
//# sourceMappingURL=relations.js.map
|
|
@@ -33,10 +33,6 @@ var __runInitializers = (this && this.__runInitializers) || function (thisArg, i
|
|
|
33
33
|
}
|
|
34
34
|
return useValue ? value : void 0;
|
|
35
35
|
};
|
|
36
|
-
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {
|
|
37
|
-
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
38
|
-
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
39
|
-
};
|
|
40
36
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
41
37
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
42
38
|
};
|
|
@@ -52,18 +48,18 @@ let ResourceNode = (() => {
|
|
|
52
48
|
let _classDecorators = [(0, displayers_1.displayers)({
|
|
53
49
|
simple: s => `[${s.shortFqn}]`,
|
|
54
50
|
pretty(resource, format) {
|
|
55
|
-
format
|
|
51
|
+
format ??= "global";
|
|
56
52
|
let kindName = chalk_1.default.greenBright(resource.kind.name);
|
|
57
53
|
if (format !== "lowkey") {
|
|
58
54
|
kindName = chalk_1.default.bold(kindName);
|
|
59
55
|
}
|
|
60
56
|
const resourceName = chalk_1.default.blueBright(resource.name);
|
|
61
57
|
const mainPart = `${kindName}/${resourceName}`;
|
|
62
|
-
let originPart =
|
|
58
|
+
let originPart = `${displayers_1.displayers.get(resource.origin).prefix()}`;
|
|
63
59
|
let text = "";
|
|
64
60
|
text += mainPart;
|
|
65
61
|
if (format !== "local") {
|
|
66
|
-
text
|
|
62
|
+
text = `${originPart}${text}`;
|
|
67
63
|
}
|
|
68
64
|
return text;
|
|
69
65
|
}
|
|
@@ -72,7 +68,18 @@ let ResourceNode = (() => {
|
|
|
72
68
|
let _classExtraInitializers = [];
|
|
73
69
|
let _classThis;
|
|
74
70
|
let _classSuper = base_node_1.BaseNode;
|
|
75
|
-
var ResourceNode =
|
|
71
|
+
var ResourceNode = class extends _classSuper {
|
|
72
|
+
static { _classThis = this; }
|
|
73
|
+
static {
|
|
74
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
75
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
76
|
+
ResourceNode = _classThis = _classDescriptor.value;
|
|
77
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
78
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
79
|
+
}
|
|
80
|
+
origin;
|
|
81
|
+
entity;
|
|
82
|
+
key;
|
|
76
83
|
get relations() {
|
|
77
84
|
return (0, doddle_1.seq)(this._relations.needs);
|
|
78
85
|
}
|
|
@@ -130,15 +137,6 @@ let ResourceNode = (() => {
|
|
|
130
137
|
this.key = key;
|
|
131
138
|
}
|
|
132
139
|
};
|
|
133
|
-
__setFunctionName(_classThis, "ResourceNode");
|
|
134
|
-
(() => {
|
|
135
|
-
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
136
|
-
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
137
|
-
ResourceNode = _classThis = _classDescriptor.value;
|
|
138
|
-
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
139
|
-
__runInitializers(_classThis, _classExtraInitializers);
|
|
140
|
-
})();
|
|
141
140
|
return ResourceNode = _classThis;
|
|
142
141
|
})();
|
|
143
142
|
exports.ResourceNode = ResourceNode;
|
|
144
|
-
//# sourceMappingURL=resource-node.js.map
|
package/dist/image/family.js
CHANGED
|
@@ -33,10 +33,6 @@ var __runInitializers = (this && this.__runInitializers) || function (thisArg, i
|
|
|
33
33
|
}
|
|
34
34
|
return useValue ? value : void 0;
|
|
35
35
|
};
|
|
36
|
-
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {
|
|
37
|
-
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
38
|
-
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
39
|
-
};
|
|
40
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
37
|
exports.Image = exports.TaggedImage = exports.BaseImage = exports.ImageAuthor = exports.ImageHost = void 0;
|
|
42
38
|
const displayers_1 = require("../displayers");
|
|
@@ -47,7 +43,16 @@ let ImageHost = (() => {
|
|
|
47
43
|
let _classDescriptor;
|
|
48
44
|
let _classExtraInitializers = [];
|
|
49
45
|
let _classThis;
|
|
50
|
-
var ImageHost =
|
|
46
|
+
var ImageHost = class {
|
|
47
|
+
static { _classThis = this; }
|
|
48
|
+
static {
|
|
49
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
50
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
51
|
+
ImageHost = _classThis = _classDescriptor.value;
|
|
52
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
53
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
54
|
+
}
|
|
55
|
+
_url;
|
|
51
56
|
constructor(source) {
|
|
52
57
|
this._url = source;
|
|
53
58
|
}
|
|
@@ -61,14 +66,6 @@ let ImageHost = (() => {
|
|
|
61
66
|
return this._url;
|
|
62
67
|
}
|
|
63
68
|
};
|
|
64
|
-
__setFunctionName(_classThis, "ImageHost");
|
|
65
|
-
(() => {
|
|
66
|
-
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
67
|
-
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
68
|
-
ImageHost = _classThis = _classDescriptor.value;
|
|
69
|
-
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
70
|
-
__runInitializers(_classThis, _classExtraInitializers);
|
|
71
|
-
})();
|
|
72
69
|
return ImageHost = _classThis;
|
|
73
70
|
})();
|
|
74
71
|
exports.ImageHost = ImageHost;
|
|
@@ -79,7 +76,16 @@ let ImageAuthor = (() => {
|
|
|
79
76
|
let _classDescriptor;
|
|
80
77
|
let _classExtraInitializers = [];
|
|
81
78
|
let _classThis;
|
|
82
|
-
var ImageAuthor =
|
|
79
|
+
var ImageAuthor = class {
|
|
80
|
+
static { _classThis = this; }
|
|
81
|
+
static {
|
|
82
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
83
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
84
|
+
ImageAuthor = _classThis = _classDescriptor.value;
|
|
85
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
86
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
87
|
+
}
|
|
88
|
+
_url;
|
|
83
89
|
constructor(base, name) {
|
|
84
90
|
this._url = base === "" ? name : [base, name].join("/");
|
|
85
91
|
}
|
|
@@ -87,14 +93,6 @@ let ImageAuthor = (() => {
|
|
|
87
93
|
return new BaseImage(this.toString(), name);
|
|
88
94
|
}
|
|
89
95
|
};
|
|
90
|
-
__setFunctionName(_classThis, "ImageAuthor");
|
|
91
|
-
(() => {
|
|
92
|
-
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
93
|
-
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
94
|
-
ImageAuthor = _classThis = _classDescriptor.value;
|
|
95
|
-
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
96
|
-
__runInitializers(_classThis, _classExtraInitializers);
|
|
97
|
-
})();
|
|
98
96
|
return ImageAuthor = _classThis;
|
|
99
97
|
})();
|
|
100
98
|
exports.ImageAuthor = ImageAuthor;
|
|
@@ -110,7 +108,17 @@ let BaseImage = (() => {
|
|
|
110
108
|
let _classDescriptor;
|
|
111
109
|
let _classExtraInitializers = [];
|
|
112
110
|
let _classThis;
|
|
113
|
-
var BaseImage =
|
|
111
|
+
var BaseImage = class {
|
|
112
|
+
static { _classThis = this; }
|
|
113
|
+
static {
|
|
114
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
115
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
116
|
+
BaseImage = _classThis = _classDescriptor.value;
|
|
117
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
118
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
119
|
+
}
|
|
120
|
+
_base;
|
|
121
|
+
_name;
|
|
114
122
|
constructor(_base, _name) {
|
|
115
123
|
this._base = _base;
|
|
116
124
|
this._name = _name;
|
|
@@ -119,14 +127,6 @@ let BaseImage = (() => {
|
|
|
119
127
|
return new TaggedImage(this, tag);
|
|
120
128
|
}
|
|
121
129
|
};
|
|
122
|
-
__setFunctionName(_classThis, "BaseImage");
|
|
123
|
-
(() => {
|
|
124
|
-
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
125
|
-
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
126
|
-
BaseImage = _classThis = _classDescriptor.value;
|
|
127
|
-
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
128
|
-
__runInitializers(_classThis, _classExtraInitializers);
|
|
129
|
-
})();
|
|
130
130
|
return BaseImage = _classThis;
|
|
131
131
|
})();
|
|
132
132
|
exports.BaseImage = BaseImage;
|
|
@@ -143,20 +143,22 @@ let TaggedImage = (() => {
|
|
|
143
143
|
let _classDescriptor;
|
|
144
144
|
let _classExtraInitializers = [];
|
|
145
145
|
let _classThis;
|
|
146
|
-
var TaggedImage =
|
|
146
|
+
var TaggedImage = class {
|
|
147
|
+
static { _classThis = this; }
|
|
148
|
+
static {
|
|
149
|
+
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
150
|
+
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
151
|
+
TaggedImage = _classThis = _classDescriptor.value;
|
|
152
|
+
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
153
|
+
__runInitializers(_classThis, _classExtraInitializers);
|
|
154
|
+
}
|
|
155
|
+
_family;
|
|
156
|
+
_tag;
|
|
147
157
|
constructor(_family, _tag) {
|
|
148
158
|
this._family = _family;
|
|
149
159
|
this._tag = _tag;
|
|
150
160
|
}
|
|
151
161
|
};
|
|
152
|
-
__setFunctionName(_classThis, "TaggedImage");
|
|
153
|
-
(() => {
|
|
154
|
-
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
|
155
|
-
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
|
156
|
-
TaggedImage = _classThis = _classDescriptor.value;
|
|
157
|
-
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
158
|
-
__runInitializers(_classThis, _classExtraInitializers);
|
|
159
|
-
})();
|
|
160
162
|
return TaggedImage = _classThis;
|
|
161
163
|
})();
|
|
162
164
|
exports.TaggedImage = TaggedImage;
|
|
@@ -175,4 +177,3 @@ var Image;
|
|
|
175
177
|
}
|
|
176
178
|
Image.host = host;
|
|
177
179
|
})(Image || (exports.Image = Image = {}));
|
|
178
|
-
//# sourceMappingURL=family.js.map
|
package/dist/image/index.js
CHANGED
|
@@ -6,4 +6,3 @@ Object.defineProperty(exports, "BaseImage", { enumerable: true, get: function ()
|
|
|
6
6
|
Object.defineProperty(exports, "Image", { enumerable: true, get: function () { return family_1.Image; } });
|
|
7
7
|
Object.defineProperty(exports, "ImageHost", { enumerable: true, get: function () { return family_1.ImageHost; } });
|
|
8
8
|
Object.defineProperty(exports, "TaggedImage", { enumerable: true, get: function () { return family_1.TaggedImage; } });
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js
CHANGED
package/dist/kind-map/index.js
CHANGED
|
@@ -7,6 +7,8 @@ const error_1 = require("../error");
|
|
|
7
7
|
const ref_key_1 = require("../ref-key");
|
|
8
8
|
const separator = "/";
|
|
9
9
|
class KindMap {
|
|
10
|
+
_entryMap;
|
|
11
|
+
_parent;
|
|
10
12
|
constructor(_entryMap = (0, immutable_1.Map)([]), _parent = undefined) {
|
|
11
13
|
this._entryMap = _entryMap;
|
|
12
14
|
this._parent = _parent;
|
|
@@ -120,4 +122,3 @@ class KindMap {
|
|
|
120
122
|
}
|
|
121
123
|
}
|
|
122
124
|
exports.KindMap = KindMap;
|
|
123
|
-
//# sourceMappingURL=index.js.map
|
package/dist/manifest/index.js
CHANGED
|
@@ -4,9 +4,7 @@ exports.manifest = exports.Builder = void 0;
|
|
|
4
4
|
const _1 = require(".");
|
|
5
5
|
const base_1 = require("../_embedder/base");
|
|
6
6
|
class BuilderDecorator {
|
|
7
|
-
|
|
8
|
-
this._system = new base_1.Embedder("builder");
|
|
9
|
-
}
|
|
7
|
+
_system = new base_1.Embedder("builder");
|
|
10
8
|
implement(ctor, input) {
|
|
11
9
|
this._system.set(ctor.prototype, {
|
|
12
10
|
...input
|
|
@@ -63,4 +61,3 @@ class BuilderDecorator {
|
|
|
63
61
|
exports.Builder = new BuilderDecorator();
|
|
64
62
|
exports.manifest = exports.Builder.decorator;
|
|
65
63
|
// writing the decorator itself
|
|
66
|
-
//# sourceMappingURL=manifest-builder.js.map
|