assemblerjs 1.1.25 → 1.1.27

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 (73) hide show
  1. package/README.md +1 -0
  2. package/dist/index.d.ts +24 -0
  3. package/dist/index11.js +2 -2
  4. package/dist/index11.mjs +2 -2
  5. package/dist/index13.js +2 -2
  6. package/dist/index13.mjs +2 -2
  7. package/dist/index14.js +85 -61
  8. package/dist/index14.mjs +85 -61
  9. package/dist/index17.js +1 -1
  10. package/dist/index17.mjs +1 -1
  11. package/dist/index18.js +1 -1
  12. package/dist/index18.mjs +1 -1
  13. package/dist/index19.js +1 -1
  14. package/dist/index19.mjs +1 -1
  15. package/dist/index2.js +2 -2
  16. package/dist/index2.mjs +2 -2
  17. package/dist/index20.js +1 -1
  18. package/dist/index20.mjs +1 -1
  19. package/dist/index21.js +1 -1
  20. package/dist/index21.mjs +1 -1
  21. package/dist/index22.js +1 -1
  22. package/dist/index22.mjs +1 -1
  23. package/dist/index23.js +3 -3
  24. package/dist/index23.mjs +3 -3
  25. package/dist/index24.js +3 -3
  26. package/dist/index24.mjs +3 -3
  27. package/dist/index25.js +2 -2
  28. package/dist/index25.mjs +2 -2
  29. package/dist/index26.js +1 -1
  30. package/dist/index26.mjs +1 -1
  31. package/dist/index27.js +1 -1
  32. package/dist/index27.mjs +1 -1
  33. package/dist/index3.js +1 -1
  34. package/dist/index3.mjs +1 -1
  35. package/dist/index30.js +15 -38
  36. package/dist/index30.mjs +12 -37
  37. package/dist/index31.js +100 -151
  38. package/dist/index31.mjs +98 -150
  39. package/dist/index32.js +150 -37
  40. package/dist/index32.mjs +149 -37
  41. package/dist/index33.js +41 -70
  42. package/dist/index33.mjs +41 -70
  43. package/dist/index34.js +73 -49
  44. package/dist/index34.mjs +73 -49
  45. package/dist/index35.js +53 -29
  46. package/dist/index35.mjs +53 -29
  47. package/dist/index36.js +26 -170
  48. package/dist/index36.mjs +26 -170
  49. package/dist/index37.js +198 -48
  50. package/dist/index37.mjs +198 -48
  51. package/dist/index38.js +61 -15
  52. package/dist/index38.mjs +61 -12
  53. package/dist/index39.js +24 -18
  54. package/dist/index39.mjs +24 -18
  55. package/dist/index4.js +7 -7
  56. package/dist/index4.mjs +7 -7
  57. package/dist/index40.js +18 -103
  58. package/dist/index40.mjs +18 -101
  59. package/dist/index41.js +36 -24
  60. package/dist/index41.mjs +35 -24
  61. package/dist/index42.js +49 -29
  62. package/dist/index42.mjs +49 -28
  63. package/dist/index44.js +29 -49
  64. package/dist/index44.mjs +28 -49
  65. package/dist/index45.js +5 -5
  66. package/dist/index45.mjs +5 -5
  67. package/dist/index49.js +1 -1
  68. package/dist/index49.mjs +1 -1
  69. package/dist/index50.js +1 -1
  70. package/dist/index50.mjs +1 -1
  71. package/dist/index51.js +1 -1
  72. package/dist/index51.mjs +1 -1
  73. package/package.json +1 -1
package/dist/index22.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ParameterDecoratorFactory } from './index18.mjs';
2
- import { ResolverStore } from './index39.mjs';
2
+ import { ResolverStore } from './index40.mjs';
3
3
 
4
4
  let DisposeResolver = class DisposeResolver {
5
5
  resolve(e, r, s) {
package/dist/index23.js CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const reflection = require('./index38.js');
6
- const debugLogger = require('./index36.js');
5
+ const reflection = require('./index30.js');
6
+ const debugLogger = require('./index37.js');
7
7
  const parameterDecoratorFactory = require('./index18.js');
8
8
  const helpers = require('./index26.js');
9
- const resolverStore = require('./index39.js');
9
+ const resolverStore = require('./index40.js');
10
10
 
11
11
  let UseResolver = class UseResolver {
12
12
  resolve(o, t, a) {
package/dist/index23.mjs CHANGED
@@ -1,8 +1,8 @@
1
- import { getOwnCustomMetadata } from './index38.mjs';
2
- import { DebugLogger } from './index36.mjs';
1
+ import { getOwnCustomMetadata } from './index30.mjs';
2
+ import { DebugLogger } from './index37.mjs';
3
3
  import { ParameterDecoratorFactory } from './index18.mjs';
4
4
  import { getParamValueKey } from './index26.mjs';
5
- import { ResolverStore } from './index39.mjs';
5
+ import { ResolverStore } from './index40.mjs';
6
6
 
7
7
  let UseResolver = class UseResolver {
8
8
  resolve(o, t, a) {
package/dist/index24.js CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const reflection = require('./index38.js');
6
- const debugLogger = require('./index36.js');
5
+ const reflection = require('./index30.js');
6
+ const debugLogger = require('./index37.js');
7
7
  const parameterDecoratorFactory = require('./index18.js');
8
8
  const helpers = require('./index26.js');
9
- const resolverStore = require('./index39.js');
9
+ const resolverStore = require('./index40.js');
10
10
 
11
11
  let GlobalResolver = class GlobalResolver {
12
12
  resolve(r, l, a) {
package/dist/index24.mjs CHANGED
@@ -1,8 +1,8 @@
1
- import { getOwnCustomMetadata } from './index38.mjs';
2
- import { DebugLogger } from './index36.mjs';
1
+ import { getOwnCustomMetadata } from './index30.mjs';
2
+ import { DebugLogger } from './index37.mjs';
3
3
  import { ParameterDecoratorFactory } from './index18.mjs';
4
4
  import { getParamValueKey } from './index26.mjs';
5
- import { ResolverStore } from './index39.mjs';
5
+ import { ResolverStore } from './index40.mjs';
6
6
 
7
7
  let GlobalResolver = class GlobalResolver {
8
8
  resolve(r, l, a) {
package/dist/index25.js CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const reflection = require('./index38.js');
5
+ const reflection = require('./index30.js');
6
6
  const parameterDecoratorFactory = require('./index18.js');
7
7
  const helpers = require('./index26.js');
8
- const resolverStore = require('./index39.js');
8
+ const resolverStore = require('./index40.js');
9
9
 
10
10
  let OptionalResolver = class OptionalResolver {
11
11
  resolve(o, t, n) {
package/dist/index25.mjs CHANGED
@@ -1,7 +1,7 @@
1
- import { getParamTypes, getOwnCustomMetadata } from './index38.mjs';
1
+ import { getParamTypes, getOwnCustomMetadata } from './index30.mjs';
2
2
  import { ParameterDecoratorFactory } from './index18.mjs';
3
3
  import { getParamValueKey } from './index26.mjs';
4
- import { ResolverStore } from './index39.mjs';
4
+ import { ResolverStore } from './index40.mjs';
5
5
 
6
6
  let OptionalResolver = class OptionalResolver {
7
7
  resolve(o, t, n) {
package/dist/index26.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const reflection = require('./index38.js');
5
+ const reflection = require('./index30.js');
6
6
  const parameterDecoratorFactory = require('./index18.js');
7
7
 
8
8
  const getParamIndexKey = (e)=>{
package/dist/index26.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { getOwnCustomMetadata } from './index38.mjs';
1
+ import { getOwnCustomMetadata } from './index30.mjs';
2
2
  import { ParameterDecoratorFactory } from './index18.mjs';
3
3
 
4
4
  const getParamIndexKey = (e)=>{
package/dist/index27.js CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
5
  const constants = require('./index29.js');
6
- const reflection = require('./index38.js');
6
+ const reflection = require('./index30.js');
7
7
  const helpers = require('./index26.js');
8
8
  const parameterDecoratorFactory = require('./index18.js');
9
9
  const decorator = require('./index2.js');
package/dist/index27.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ReflectParamTypes, ReflectValue } from './index29.mjs';
2
- import { getOwnCustomMetadata, defineCustomMetadata } from './index38.mjs';
2
+ import { getOwnCustomMetadata, defineCustomMetadata } from './index30.mjs';
3
3
  import { getDecoratedParametersIndexes, getParamValueKey, getParamIndexKey } from './index26.mjs';
4
4
  import { ParameterDecoratorFactory } from './index18.mjs';
5
5
  import { decorateAssemblage } from './index2.mjs';
package/dist/index3.js CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
5
  const constants = require('./index29.js');
6
- const reflection = require('./index38.js');
6
+ const reflection = require('./index30.js');
7
7
 
8
8
  const isAssemblage = (s)=>{
9
9
  return reflection.getOwnCustomMetadata(constants.ReflectFlags.IsAssemblage, s) || false;
package/dist/index3.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ReflectFlags, ReflectValue } from './index29.mjs';
2
- import { getOwnCustomMetadata } from './index38.mjs';
2
+ import { getOwnCustomMetadata } from './index30.mjs';
3
3
 
4
4
  const isAssemblage = (s)=>{
5
5
  return getOwnCustomMetadata(ReflectFlags.IsAssemblage, s) || false;
package/dist/index30.js CHANGED
@@ -2,45 +2,22 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const eventManager = require('./index6.js');
5
+ const constants = require('./index29.js');
6
6
 
7
- const registerEvents = (t, n)=>{
8
- const o = t.concrete !== undefined && t.concrete.prototype instanceof eventManager.EventManager;
9
- if (o) {
10
- const e = n;
11
- const o = e.channels;
12
- for (const n of t.events){
13
- if (!o.has(n)) e.addChannels(n);
14
- if (!t.privateContext.events.has(n)) t.privateContext.addChannels(n);
15
- }
16
- for (const e of t.events){
17
- n.on(e, (...n)=>{
18
- t.privateContext.emit(e, ...n);
19
- });
20
- }
21
- } else {
22
- for (const e of t.events){
23
- if (!t.privateContext.events.has(e)) t.privateContext.addChannels(e);
24
- }
25
- }
7
+ const defineCustomMetadata = (t, o, n)=>{
8
+ Reflect.defineMetadata(`${constants.ReflectPrefix}${t}${constants.ReflectSuffix}`, o, n);
26
9
  };
27
- const unregisterEvents = (t, n)=>{
28
- const o = t.concrete !== undefined && t.concrete.prototype instanceof eventManager.EventManager;
29
- if (o) {
30
- const e = n;
31
- for (const n of t.events){
32
- e.off(n);
33
- }
34
- e.removeChannels(...t.events);
35
- t.privateContext.removeChannels(...t.events);
36
- } else {
37
- for (const e of t.events){
38
- if (t.privateContext.events.has(e)) {
39
- t.privateContext.removeChannels(e);
40
- }
41
- }
42
- }
10
+ const getCustomMetadata = (t, o)=>{
11
+ return Reflect.getMetadata(`${constants.ReflectPrefix}${t}${constants.ReflectSuffix}`, o);
12
+ };
13
+ const getOwnCustomMetadata = (t, o)=>{
14
+ return Reflect.getOwnMetadata(`${constants.ReflectPrefix}${t}${constants.ReflectSuffix}`, o);
15
+ };
16
+ const getParamTypes = (e)=>{
17
+ return Reflect.getMetadata(constants.ReflectParamTypes, e) || [];
43
18
  };
44
19
 
45
- exports.registerEvents = registerEvents;
46
- exports.unregisterEvents = unregisterEvents;
20
+ exports.defineCustomMetadata = defineCustomMetadata;
21
+ exports.getCustomMetadata = getCustomMetadata;
22
+ exports.getOwnCustomMetadata = getOwnCustomMetadata;
23
+ exports.getParamTypes = getParamTypes;
package/dist/index30.mjs CHANGED
@@ -1,41 +1,16 @@
1
- import { EventManager } from './index6.mjs';
1
+ import { ReflectPrefix, ReflectSuffix, ReflectParamTypes } from './index29.mjs';
2
2
 
3
- const registerEvents = (t, n)=>{
4
- const o = t.concrete !== undefined && t.concrete.prototype instanceof EventManager;
5
- if (o) {
6
- const e = n;
7
- const o = e.channels;
8
- for (const n of t.events){
9
- if (!o.has(n)) e.addChannels(n);
10
- if (!t.privateContext.events.has(n)) t.privateContext.addChannels(n);
11
- }
12
- for (const e of t.events){
13
- n.on(e, (...n)=>{
14
- t.privateContext.emit(e, ...n);
15
- });
16
- }
17
- } else {
18
- for (const e of t.events){
19
- if (!t.privateContext.events.has(e)) t.privateContext.addChannels(e);
20
- }
21
- }
3
+ const defineCustomMetadata = (t, o, n)=>{
4
+ Reflect.defineMetadata(`${ReflectPrefix}${t}${ReflectSuffix}`, o, n);
22
5
  };
23
- const unregisterEvents = (t, n)=>{
24
- const o = t.concrete !== undefined && t.concrete.prototype instanceof EventManager;
25
- if (o) {
26
- const e = n;
27
- for (const n of t.events){
28
- e.off(n);
29
- }
30
- e.removeChannels(...t.events);
31
- t.privateContext.removeChannels(...t.events);
32
- } else {
33
- for (const e of t.events){
34
- if (t.privateContext.events.has(e)) {
35
- t.privateContext.removeChannels(e);
36
- }
37
- }
38
- }
6
+ const getCustomMetadata = (t, o)=>{
7
+ return Reflect.getMetadata(`${ReflectPrefix}${t}${ReflectSuffix}`, o);
8
+ };
9
+ const getOwnCustomMetadata = (t, o)=>{
10
+ return Reflect.getOwnMetadata(`${ReflectPrefix}${t}${ReflectSuffix}`, o);
11
+ };
12
+ const getParamTypes = (e)=>{
13
+ return Reflect.getMetadata(ReflectParamTypes, e) || [];
39
14
  };
40
15
 
41
- export { registerEvents, unregisterEvents };
16
+ export { defineCustomMetadata, getCustomMetadata, getOwnCustomMetadata, getParamTypes };
package/dist/index31.js CHANGED
@@ -2,163 +2,112 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const hookManager = require('./index33.js');
6
- const resolutionStrategies = require('./index42.js');
7
- const debugLogger = require('./index36.js');
8
- const core = require('@assemblerjs/core');
9
- const use = require('./index43.js');
10
- const inject = require('./index44.js');
11
- const injectable = require('./index45.js');
5
+ const constants = require('./index29.js');
6
+ const reflection = require('./index30.js');
7
+ const helpers = require('./index3.js');
12
8
 
13
- function formatIdentifier(e) {
14
- if (e === undefined) return 'undefined';
15
- if (e === null) return 'null';
16
- if (typeof e === 'function') {
17
- if (e.name) return e.name;
18
- if (e.constructor?.name && e.constructor.name !== 'Function') {
19
- return e.constructor.name;
9
+ const n = {
10
+ singleton: {
11
+ test: (r)=>typeof r === 'boolean' || typeof r === 'undefined',
12
+ throw: ()=>{
13
+ throw new Error(`'singleton' property must be of type 'boolean' or 'undefined'.`);
14
+ },
15
+ transform: (r)=>{
16
+ return typeof r === 'undefined' ? true : r ? true : false;
20
17
  }
21
- return 'AnonymousFunction';
18
+ },
19
+ events: {
20
+ test: (r)=>typeof r === 'undefined' || Array.isArray(r) && r.every((r)=>typeof r === 'string'),
21
+ throw: ()=>{
22
+ throw new Error(`'events' property must be an array of strings or 'undefined'.`);
23
+ },
24
+ transform: (r)=>r
25
+ },
26
+ inject: {
27
+ test: (r)=>typeof r === 'undefined' || Array.isArray(r) && r.every((r)=>Array.isArray(r) && r.length >= 1 && r.length <= 3),
28
+ throw: ()=>{
29
+ throw new Error(`'inject' property must be an array of tuples of length 1, 2 or 3.`);
30
+ },
31
+ transform: (r)=>r
32
+ },
33
+ use: {
34
+ test: (r)=>typeof r === 'undefined' || Array.isArray(r) && r.every((r)=>{
35
+ if (!Array.isArray(r) || r.length !== 2) {
36
+ return false;
37
+ }
38
+ const e = r[1];
39
+ return typeof e !== 'undefined';
40
+ }),
41
+ throw: ()=>{
42
+ throw new Error(`'use' property must be an array of tuples of length 2 with [identifier, instance | factory].`);
43
+ },
44
+ transform: (r)=>r
45
+ },
46
+ engage: {
47
+ test: (r)=>typeof r === 'undefined' || Array.isArray(r) && r.every((r)=>Array.isArray(r) && r.length >= 1 && r.length <= 3),
48
+ throw: ()=>{
49
+ throw new Error(`'engage' property must be an array of tuples of length 1, 2 or 3.`);
50
+ },
51
+ transform: (r)=>r
52
+ },
53
+ tags: {
54
+ test: (r)=>typeof r === 'undefined' || typeof r === 'string' || Array.isArray(r) && r.every((r)=>typeof r === 'string'),
55
+ throw: ()=>{
56
+ throw new Error(`'tags' property must be a string or an array of strings.`);
57
+ },
58
+ transform: (r)=>typeof r === 'string' ? [
59
+ r
60
+ ] : r
61
+ },
62
+ metadata: {
63
+ test: (r)=>(typeof r === 'object' || typeof r === 'undefined') && !Array.isArray(r),
64
+ throw: ()=>{
65
+ throw new Error(`'metadata' property must be of type 'object' or 'undefined'.`);
66
+ },
67
+ transform: (r)=>r
68
+ },
69
+ global: {
70
+ test: (r)=>(typeof r === 'object' || typeof r === 'undefined') && !Array.isArray(r),
71
+ throw: ()=>{
72
+ throw new Error(`'global' property must be of type 'object' or 'undefined'.`);
73
+ },
74
+ transform: (r)=>r
22
75
  }
23
- if (typeof e === 'string') return e;
24
- if (typeof e === 'symbol') return e.toString();
25
- if (typeof e === 'number') return String(e);
26
- if (typeof e === 'boolean') return String(e);
27
- if (typeof e === 'object') {
28
- if (e.name && typeof e.name === 'string') {
29
- return e.name;
76
+ };
77
+ const validateDefinition = (r)=>{
78
+ const e = {
79
+ ...r
80
+ };
81
+ for(const r in e){
82
+ if (!Object.keys(n).includes(r)) {
83
+ throw new Error(`Property '${r}' is not a valid assemblage definition property.`);
30
84
  }
31
- const t = e.constructor?.name;
32
- if (t && t !== 'Object') {
33
- return t;
34
- }
35
- try {
36
- const t = JSON.stringify(e);
37
- if (t.length > 100) {
38
- return t.substring(0, 100) + '...';
39
- }
40
- return t;
41
- } catch {
42
- return '[UnknownObject]';
43
- }
44
- }
45
- return String(e);
46
- }
47
- function c(e) {
48
- if (core.isClass(e)) {
49
- const t = e.prototype && Object.getOwnPropertyNames(e.prototype).length > 1;
50
- return t ? 'class' : 'class';
51
85
  }
52
- if (typeof e === 'function') return 'function';
53
- if (typeof e === 'string') return 'string';
54
- if (typeof e === 'symbol') return 'symbol';
55
- if (typeof e === 'object' && e !== null) return 'object';
56
- return 'unknown';
57
- }
58
- class InjectableManager {
59
- setContexts(e, t) {
60
- this.privateContext = e;
61
- this.publicContext = t;
62
- }
63
- register(i, o = false) {
64
- const a = debugLogger.DebugLogger.getInstance();
65
- const c = o === true ? use.resolveInstanceInjectionTuple(i) : inject.resolveInjectionTuple(i);
66
- if (this.has(c.identifier)) {
67
- const e = `An assemblage is already registered with identifier '${c.identifier.name}'.`;
68
- a.log('error', 'Duplicate registration', {
69
- identifier: c.identifier.name,
70
- error: e
71
- });
72
- throw new Error(e);
73
- }
74
- const f = injectable.Injectable.of(c, this.privateContext, this.publicContext);
75
- a.logRegistration(f);
76
- this.injectables.set(f.identifier, f);
77
- if (f.concrete) {
78
- hookManager.HookManager.callHook(f.concrete, 'onRegister', this.publicContext, f.configuration);
79
- }
80
- return f;
81
- }
82
- has(e) {
83
- return this.injectables.has(e);
84
- }
85
- require(e, t, n) {
86
- if (!this.injectables.has(e)) {
87
- const r = this.resolvingStack.has(e);
88
- const i = r ? 'Circular dependency detected' : 'Dependency not registered';
89
- const o = formatIdentifier(e);
90
- const a = c(e);
91
- const f = t?.__paramIndex;
92
- const u = t?.__paramCount;
93
- const l = t?.__expectedType;
94
- const g = r ? `Circular dependency detected: '${o}' is already being resolved.` : `Dependency '${o}' has not been registered (Class/Service not found in current assemblages).`;
95
- const d = {
96
- identifier: o,
97
- caller: n ? formatIdentifier(n) : 'unknown',
98
- type: a,
99
- error: g
100
- };
101
- if (f !== undefined) {
102
- d.paramIndex = f;
103
- }
104
- if (u !== undefined) {
105
- d.paramCount = u;
106
- }
107
- if (l !== undefined) {
108
- const e = l?.name || formatIdentifier(l);
109
- d.expectedType = e;
110
- }
111
- debugLogger.DebugLogger.getInstance().log('error', i, d);
112
- throw new Error(g);
113
- }
114
- const r = this.injectables.get(e);
115
- this.resolvingStack.add(r.identifier);
116
- try {
117
- if (r.isSingleton) {
118
- return this.singletonStrategy.resolve(r, t);
119
- } else {
120
- return this.transientStrategy.resolve(r, t);
121
- }
122
- } finally{
123
- this.resolvingStack.delete(r.identifier);
86
+ for(const r in n){
87
+ const t = n[r].test;
88
+ const o = n[r].throw;
89
+ const s = n[r].transform;
90
+ if (!t(e[r])) {
91
+ o();
124
92
  }
93
+ e[r] = s(e[r]);
125
94
  }
126
- concrete(e) {
127
- const t = this.injectables.get(e);
128
- if (t) return t.concrete;
129
- return;
130
- }
131
- tagged(...e) {
132
- const t = [];
133
- for (const n of e){
134
- for (const [e, r] of this.injectables){
135
- if (r.tags.includes(n)) t.push(r.build());
136
- }
137
- }
138
- return t;
139
- }
140
- dispose() {
141
- for (const [e, t] of this.injectables){
142
- t.dispose();
143
- }
144
- this.resolvingStack.clear();
145
- }
146
- get size() {
147
- return this.injectables.size;
148
- }
149
- getRegisteredIdentifiers() {
150
- return Array.from(this.injectables.keys()).map((e)=>e?.name || String(e));
151
- }
152
- getInjectables() {
153
- return this.injectables;
154
- }
155
- constructor(){
156
- this.injectables = new Map();
157
- this.resolvingStack = new Set();
158
- this.singletonStrategy = new resolutionStrategies.SingletonStrategy();
159
- this.transientStrategy = new resolutionStrategies.TransientStrategy();
95
+ return e;
96
+ };
97
+ const getDefinition = (e)=>{
98
+ if (!helpers.isAssemblage(e)) {
99
+ throw new Error(`Class '${e.name}' is not an assemblage or transversal.`);
160
100
  }
161
- }
101
+ return reflection.getOwnCustomMetadata(constants.ReflectValue.AssemblageDefinition, e);
102
+ };
103
+ const setDefinitionValue = (t, o, n)=>{
104
+ const s = getDefinition(n);
105
+ s[t] = o;
106
+ const a = validateDefinition(s);
107
+ reflection.defineCustomMetadata(constants.ReflectValue.AssemblageDefinition, a, n);
108
+ return a;
109
+ };
162
110
 
163
- exports.InjectableManager = InjectableManager;
164
- exports.formatIdentifier = formatIdentifier;
111
+ exports.getDefinition = getDefinition;
112
+ exports.setDefinitionValue = setDefinitionValue;
113
+ exports.validateDefinition = validateDefinition;