@leyyo/common 1.0.3 → 1.0.5

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 (166) hide show
  1. package/dist/assertion/{common-assertion-impl.d.ts → common-assertion.d.ts} +5 -5
  2. package/dist/assertion/{common-assertion-impl.js → common-assertion.js} +4 -3
  3. package/dist/assertion/common-assertion.js.map +1 -0
  4. package/dist/assertion/index-types.d.ts +50 -50
  5. package/dist/assertion/index-types.js +1 -0
  6. package/dist/assertion/index-types.js.map +1 -0
  7. package/dist/assertion/index.d.ts +1 -1
  8. package/dist/assertion/index.js +2 -1
  9. package/dist/assertion/index.js.map +1 -0
  10. package/dist/error/{common-error-impl.d.ts → common-error.d.ts} +5 -5
  11. package/dist/error/{common-error-impl.js → common-error.js} +6 -5
  12. package/dist/error/common-error.js.map +1 -0
  13. package/dist/error/index-types.d.ts +2 -2
  14. package/dist/error/index-types.js +1 -0
  15. package/dist/error/index-types.js.map +1 -0
  16. package/dist/error/index.d.ts +1 -1
  17. package/dist/error/index.js +2 -1
  18. package/dist/error/index.js.map +1 -0
  19. package/dist/exception/assertion-exception.js +1 -0
  20. package/dist/exception/assertion-exception.js.map +1 -0
  21. package/dist/exception/caused-exception.js +1 -0
  22. package/dist/exception/caused-exception.js.map +1 -0
  23. package/dist/exception/developer-exception.js +1 -0
  24. package/dist/exception/developer-exception.js.map +1 -0
  25. package/dist/exception/exception.d.ts +4 -4
  26. package/dist/exception/exception.js +1 -0
  27. package/dist/exception/exception.js.map +1 -0
  28. package/dist/exception/index-types.js +1 -0
  29. package/dist/exception/index-types.js.map +1 -0
  30. package/dist/exception/index.js +1 -0
  31. package/dist/exception/index.js.map +1 -0
  32. package/dist/exception/multiple-exception.js +1 -0
  33. package/dist/exception/multiple-exception.js.map +1 -0
  34. package/dist/fqn/{common-fqn-impl.d.ts → common-fqn.d.ts} +5 -7
  35. package/dist/fqn/{common-fqn-impl.js → common-fqn.js} +8 -27
  36. package/dist/fqn/common-fqn.js.map +1 -0
  37. package/dist/fqn/index-types.d.ts +2 -2
  38. package/dist/fqn/index-types.js +1 -0
  39. package/dist/fqn/index-types.js.map +1 -0
  40. package/dist/fqn/index.d.ts +1 -1
  41. package/dist/fqn/index.js +2 -1
  42. package/dist/fqn/index.js.map +1 -0
  43. package/dist/hook/{common-hook-impl.d.ts → common-hook.d.ts} +5 -5
  44. package/dist/hook/{common-hook-impl.js → common-hook.js} +4 -3
  45. package/dist/hook/common-hook.js.map +1 -0
  46. package/dist/hook/index-types.d.ts +2 -2
  47. package/dist/hook/index-types.js +1 -0
  48. package/dist/hook/index-types.js.map +1 -0
  49. package/dist/hook/index.d.ts +1 -1
  50. package/dist/hook/index.js +2 -1
  51. package/dist/hook/index.js.map +1 -0
  52. package/dist/index.d.ts +10 -9
  53. package/dist/index.js +4 -1
  54. package/dist/index.js.map +1 -0
  55. package/dist/internal.js +1 -0
  56. package/dist/internal.js.map +1 -0
  57. package/dist/is/{common-is-impl.d.ts → common-is.d.ts} +5 -5
  58. package/dist/is/{common-is-impl.js → common-is.js} +4 -3
  59. package/dist/is/common-is.js.map +1 -0
  60. package/dist/is/index-types.d.ts +2 -2
  61. package/dist/is/index-types.js +1 -0
  62. package/dist/is/index-types.js.map +1 -0
  63. package/dist/is/index.d.ts +1 -1
  64. package/dist/is/index.js +2 -1
  65. package/dist/is/index.js.map +1 -0
  66. package/dist/leyyo/index-types.d.ts +19 -17
  67. package/dist/leyyo/index-types.js +1 -0
  68. package/dist/leyyo/index-types.js.map +1 -0
  69. package/dist/leyyo/index.d.ts +1 -1
  70. package/dist/leyyo/index.js +2 -1
  71. package/dist/leyyo/index.js.map +1 -0
  72. package/dist/leyyo/leyyo.d.ts +28 -0
  73. package/dist/leyyo/{leyyo-impl.js → leyyo.js} +29 -27
  74. package/dist/leyyo/leyyo.js.map +1 -0
  75. package/dist/literal/country-code.js +1 -0
  76. package/dist/literal/country-code.js.map +1 -0
  77. package/dist/literal/environment.js +1 -0
  78. package/dist/literal/environment.js.map +1 -0
  79. package/dist/literal/http-method.js +1 -0
  80. package/dist/literal/http-method.js.map +1 -0
  81. package/dist/literal/http-place.js +1 -0
  82. package/dist/literal/http-place.js.map +1 -0
  83. package/dist/literal/index-types.js +1 -0
  84. package/dist/literal/index-types.js.map +1 -0
  85. package/dist/literal/index.js +1 -0
  86. package/dist/literal/index.js.map +1 -0
  87. package/dist/literal/key-value.js +1 -0
  88. package/dist/literal/key-value.js.map +1 -0
  89. package/dist/literal/language-code.js +1 -0
  90. package/dist/literal/language-code.js.map +1 -0
  91. package/dist/literal/locale-code.js +1 -0
  92. package/dist/literal/locale-code.js.map +1 -0
  93. package/dist/literal/primitive.js +1 -0
  94. package/dist/literal/primitive.js.map +1 -0
  95. package/dist/literal/real-value.js +1 -0
  96. package/dist/literal/real-value.js.map +1 -0
  97. package/dist/literal/severity.js +1 -0
  98. package/dist/literal/severity.js.map +1 -0
  99. package/dist/literal/storage-type.js +1 -0
  100. package/dist/literal/storage-type.js.map +1 -0
  101. package/dist/literal/sys-class.js +1 -0
  102. package/dist/literal/sys-class.js.map +1 -0
  103. package/dist/literal/sys-function.js +1 -0
  104. package/dist/literal/sys-function.js.map +1 -0
  105. package/dist/literal/weak-false.js +1 -0
  106. package/dist/literal/weak-false.js.map +1 -0
  107. package/dist/literal/weak-true.js +1 -0
  108. package/dist/literal/weak-true.js.map +1 -0
  109. package/dist/log/{common-log-impl.d.ts → common-log.d.ts} +5 -5
  110. package/dist/log/{common-log-impl.js → common-log.js} +9 -8
  111. package/dist/log/common-log.js.map +1 -0
  112. package/dist/log/index-types.d.ts +2 -2
  113. package/dist/log/index-types.js +1 -0
  114. package/dist/log/index-types.js.map +1 -0
  115. package/dist/log/index.d.ts +2 -2
  116. package/dist/log/index.js +3 -2
  117. package/dist/log/index.js.map +1 -0
  118. package/dist/log/{logger-impl.d.ts → logger-instance.d.ts} +4 -3
  119. package/dist/log/{logger-impl.js → logger-instance.js} +21 -13
  120. package/dist/log/logger-instance.js.map +1 -0
  121. package/dist/server.d.ts +1 -0
  122. package/dist/server.js +5 -0
  123. package/dist/server.js.map +1 -0
  124. package/dist/shared/assert.d.ts +2 -2
  125. package/dist/shared/assert.js +1 -0
  126. package/dist/shared/assert.js.map +1 -0
  127. package/dist/shared/index-aliases.js +1 -0
  128. package/dist/shared/index-aliases.js.map +1 -0
  129. package/dist/shared/index-constants.d.ts +12 -1
  130. package/dist/shared/index-constants.js +14 -2
  131. package/dist/shared/index-constants.js.map +1 -0
  132. package/dist/shared/index-types.js +1 -0
  133. package/dist/shared/index-types.js.map +1 -0
  134. package/dist/shared/index.js +1 -0
  135. package/dist/shared/index.js.map +1 -0
  136. package/dist/shared/list.js +1 -0
  137. package/dist/shared/list.js.map +1 -0
  138. package/dist/storage/{common-storage-impl.d.ts → common-storage.d.ts} +7 -7
  139. package/dist/storage/{common-storage-impl.js → common-storage.js} +4 -3
  140. package/dist/storage/common-storage.js.map +1 -0
  141. package/dist/storage/index-types.d.ts +6 -6
  142. package/dist/storage/index-types.js +1 -0
  143. package/dist/storage/index-types.js.map +1 -0
  144. package/dist/storage/index.d.ts +1 -1
  145. package/dist/storage/index.js +2 -1
  146. package/dist/storage/index.js.map +1 -0
  147. package/dist/system/common-system.d.ts +10 -0
  148. package/dist/system/common-system.js +38 -0
  149. package/dist/system/common-system.js.map +1 -0
  150. package/dist/system/index-types.d.ts +6 -0
  151. package/dist/system/index-types.js +3 -0
  152. package/dist/system/index-types.js.map +1 -0
  153. package/dist/system/index.d.ts +2 -0
  154. package/dist/system/index.js +19 -0
  155. package/dist/system/index.js.map +1 -0
  156. package/dist/to/{common-to-impl.d.ts → common-to.d.ts} +5 -5
  157. package/dist/to/{common-to-impl.js → common-to.js} +4 -3
  158. package/dist/to/common-to.js.map +1 -0
  159. package/dist/to/index-types.d.ts +2 -2
  160. package/dist/to/index-types.js +1 -0
  161. package/dist/to/index-types.js.map +1 -0
  162. package/dist/to/index.d.ts +1 -1
  163. package/dist/to/index.js +2 -1
  164. package/dist/to/index.js.map +1 -0
  165. package/package.json +1 -1
  166. package/dist/leyyo/leyyo-impl.d.ts +0 -26
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.leyyo = exports.LeyyoImpl = void 0;
3
+ exports.leyyo = exports.Leyyo = void 0;
7
4
  const hook_1 = require("../hook");
8
5
  const is_1 = require("../is");
9
6
  const assertion_1 = require("../assertion");
@@ -15,18 +12,19 @@ const shared_1 = require("../shared");
15
12
  const internal_1 = require("../internal");
16
13
  const literal_1 = require("../literal");
17
14
  const exception_1 = require("../exception");
18
- const node_assert_1 = __importDefault(require("node:assert"));
19
15
  const fqn_1 = require("../fqn");
20
- class LeyyoImpl {
16
+ const system_1 = require("../system");
17
+ class Leyyo {
21
18
  constructor() {
22
- this.is = new is_1.CommonIsImpl();
23
- this.storage = new storage_1.CommonStorageImpl();
24
- this.hook = new hook_1.CommonHookImpl(); // storage
25
- this.log = new log_1.CommonLogImpl(); // hook
26
- this.error = new error_1.CommonErrorImpl(); // hook
27
- this.assertion = new assertion_1.CommonAssertionImpl(); // is, hook
28
- this.to = new to_1.CommonToImpl(); // is, hook, assertion
29
- this.fqn = new fqn_1.CommonFqnImpl(); // hook
19
+ this.system = new system_1.CommonSystem();
20
+ this.is = new is_1.CommonIs();
21
+ this.storage = new storage_1.CommonStorage();
22
+ this.hook = new hook_1.CommonHook(); // storage
23
+ this.log = new log_1.CommonLog(); // hook
24
+ this.fqn = new fqn_1.CommonFqn(); // hook
25
+ this.error = new error_1.CommonError(); // hook
26
+ this.assertion = new assertion_1.CommonAssertion(); // is, hook
27
+ this.to = new to_1.CommonTo(); // is, hook, assertion
30
28
  this.init();
31
29
  this.postInit();
32
30
  this.initFqnRegister();
@@ -34,9 +32,11 @@ class LeyyoImpl {
34
32
  this.initEnumRegister();
35
33
  }
36
34
  init() {
35
+ this.system.$secure.$init(this);
37
36
  this.is.$secure.$init(this);
38
37
  this.storage.$secure.$init(this);
39
38
  this.hook.$secure.$init(this);
39
+ this.fqn.$secure.$init(this);
40
40
  this.log.$secure.$init(this);
41
41
  this.error.$secure.$init(this);
42
42
  this.assertion.$secure.$init(this);
@@ -44,21 +44,22 @@ class LeyyoImpl {
44
44
  }
45
45
  postInit() {
46
46
  (0, shared_1.$$setLeyyo)(this);
47
- log_1.LoggerImpl.$setLeyyo(this);
47
+ log_1.LoggerInstance.$setLeyyo(this);
48
48
  exception_1.Exception.$setLeyyo(this);
49
49
  }
50
50
  initFqnRegister() {
51
- this.fqn.register(null, is_1.CommonIsImpl, 'class', internal_1.FQN_PCK);
52
- this.fqn.register(null, storage_1.CommonStorageImpl, 'class', internal_1.FQN_PCK);
53
- this.fqn.register(null, hook_1.CommonHookImpl, 'class', internal_1.FQN_PCK);
54
- this.fqn.register(null, fqn_1.CommonFqnImpl, 'class', internal_1.FQN_PCK);
55
- this.fqn.register(null, log_1.CommonLogImpl, 'class', internal_1.FQN_PCK);
56
- this.fqn.register(null, error_1.CommonErrorImpl, 'class', internal_1.FQN_PCK);
57
- this.fqn.register(null, assertion_1.CommonAssertionImpl, 'class', internal_1.FQN_PCK);
58
- this.fqn.register(null, to_1.CommonToImpl, 'class', internal_1.FQN_PCK);
51
+ this.fqn.register(null, system_1.CommonSystem, 'class', internal_1.FQN_PCK);
52
+ this.fqn.register(null, is_1.CommonIs, 'class', internal_1.FQN_PCK);
53
+ this.fqn.register(null, storage_1.CommonStorage, 'class', internal_1.FQN_PCK);
54
+ this.fqn.register(null, hook_1.CommonHook, 'class', internal_1.FQN_PCK);
55
+ this.fqn.register(null, fqn_1.CommonFqn, 'class', internal_1.FQN_PCK);
56
+ this.fqn.register(null, log_1.CommonLog, 'class', internal_1.FQN_PCK);
57
+ this.fqn.register(null, error_1.CommonError, 'class', internal_1.FQN_PCK);
58
+ this.fqn.register(null, assertion_1.CommonAssertion, 'class', internal_1.FQN_PCK);
59
+ this.fqn.register(null, to_1.CommonTo, 'class', internal_1.FQN_PCK);
59
60
  this.fqn.register(null, shared_1.List, 'class', internal_1.FQN_PCK);
60
- this.fqn.register(null, log_1.LoggerImpl, 'class', internal_1.FQN_PCK);
61
- this.fqn.register(null, node_assert_1.default, 'function', internal_1.FQN_PCK);
61
+ this.fqn.register(null, log_1.LoggerInstance, 'class', internal_1.FQN_PCK);
62
+ this.fqn.register(null, shared_1.assert, 'function', internal_1.FQN_PCK);
62
63
  }
63
64
  initErrorRegister() {
64
65
  [exception_1.Exception, exception_1.AssertionException, exception_1.CausedException, exception_1.DeveloperException, exception_1.MultipleException].forEach(cls => {
@@ -90,5 +91,6 @@ class LeyyoImpl {
90
91
  }
91
92
  }
92
93
  }
93
- exports.LeyyoImpl = LeyyoImpl;
94
- exports.leyyo = new LeyyoImpl();
94
+ exports.Leyyo = Leyyo;
95
+ exports.leyyo = new Leyyo();
96
+ //# sourceMappingURL=leyyo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"leyyo.js","sourceRoot":"","sources":["../../src/leyyo/leyyo.ts"],"names":[],"mappings":"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"}
@@ -15,3 +15,4 @@ exports.CountryCodeItems = ['AD', 'AE', 'AF', 'AG', 'AI', 'AL', 'AM', 'AN', 'AO'
15
15
  'PN', 'PR', 'PS', 'PT', 'PW', 'PY', 'QA', 'RE', 'RO', 'RU', 'RW', 'SA', 'SB', 'SC', 'SD', 'SE', 'SG', 'SH', 'SI', 'SJ', 'SK', 'SL', 'SM',
16
16
  'SN', 'SO', 'SR', 'ST', 'SV', 'SY', 'SZ', 'TC', 'TD', 'TF', 'TG', 'TH', 'TJ', 'TK', 'TL', 'TM', 'TN', 'TO', 'TR', 'TT', 'TV', 'TW', 'TZ',
17
17
  'UA', 'UG', 'UM', 'US', 'UY', 'UZ', 'VA', 'VC', 'VE', 'VG', 'VI', 'VN', 'VU', 'WF', 'WS', 'YE', 'YT', 'ZA', 'ZM', 'ZW'];
18
+ //# sourceMappingURL=country-code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"country-code.js","sourceRoot":"","sources":["../../src/literal/country-code.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,gBAAgB,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IAC3H,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAU,CAAC"}
@@ -5,3 +5,4 @@ exports.EnvironmentItems = void 0;
5
5
  * Environment items
6
6
  * */
7
7
  exports.EnvironmentItems = ['automation', 'development', 'local', 'production', 'staging', 'test'];
8
+ //# sourceMappingURL=environment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environment.js","sourceRoot":"","sources":["../../src/literal/environment.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,gBAAgB,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,CAAU,CAAC"}
@@ -5,3 +5,4 @@ exports.HttpMethodItems = void 0;
5
5
  * Http Method items
6
6
  * */
7
7
  exports.HttpMethodItems = ['delete', 'get', 'head', 'link', 'options', 'patch', 'post', 'purge', 'put', 'unlink'];
8
+ //# sourceMappingURL=http-method.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"http-method.js","sourceRoot":"","sources":["../../src/literal/http-method.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,eAAe,GAAG,CAAC,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,CAAU,CAAC"}
@@ -5,3 +5,4 @@ exports.HttpPlaceItems = void 0;
5
5
  * Http Place items
6
6
  * */
7
7
  exports.HttpPlaceItems = ['query', 'body', 'header', 'path'];
8
+ //# sourceMappingURL=http-place.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"http-place.js","sourceRoot":"","sources":["../../src/literal/http-place.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,cAAc,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAU,CAAC"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=index-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-types.js","sourceRoot":"","sources":["../../src/literal/index-types.ts"],"names":[],"mappings":""}
@@ -30,3 +30,4 @@ __exportStar(require("./sys-function"), exports);
30
30
  __exportStar(require("./weak-false"), exports);
31
31
  __exportStar(require("./weak-true"), exports);
32
32
  __exportStar(require("./index-types"), exports);
33
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/literal/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,gDAA8B;AAC9B,gDAA8B;AAC9B,+CAA6B;AAC7B,8CAA4B;AAC5B,kDAAgC;AAChC,gDAA8B;AAC9B,8CAA4B;AAC5B,+CAA6B;AAC7B,6CAA2B;AAC3B,iDAA+B;AAC/B,8CAA4B;AAC5B,iDAA+B;AAC/B,+CAA6B;AAC7B,8CAA4B;AAC5B,gDAA8B"}
@@ -5,3 +5,4 @@ exports.KeyValueItems = void 0;
5
5
  * Key Value items
6
6
  * */
7
7
  exports.KeyValueItems = ['string', 'number'];
8
+ //# sourceMappingURL=key-value.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"key-value.js","sourceRoot":"","sources":["../../src/literal/key-value.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,aAAa,GAAG,CAAC,QAAQ,EAAE,QAAQ,CAAU,CAAC"}
@@ -10,3 +10,4 @@ exports.LanguageCodeItems = ['af', 'an', 'ar', 'as', 'ast', 'az', 'be', 'bg', 'b
10
10
  'mk', 'ml', 'mo', 'mr', 'ms', 'mt', 'my', 'nb', 'ne', 'ng', 'nl', 'nn', 'no', 'nv', 'oc', 'om', 'or', 'pa', 'pl', 'pt', 'qu', 'rm', 'ro',
11
11
  'ru', 'sa', 'sb', 'sc', 'sd', 'sg', 'si', 'sk', 'sl', 'so', 'sq', 'sr', 'sv', 'sw', 'sx', 'sz', 'ta', 'te', 'th', 'tig', 'tk', 'tlh',
12
12
  'tn', 'tr', 'ts', 'tt', 'uk', 'ur', 've', 'vi', 'vo', 'wa', 'xh', 'zh', 'zu'];
13
+ //# sourceMappingURL=language-code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language-code.js","sourceRoot":"","sources":["../../src/literal/language-code.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,iBAAiB,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACnI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACzI,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACzI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK;IACpI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAU,CAAC"}
@@ -15,3 +15,4 @@ exports.LocaleCodeItems = ['af', 'an', 'ar', 'ar-ae', 'ar-bh', 'ar-dz', 'ar-eg',
15
15
  'nl-be', 'nn', 'no', 'nv', 'oc', 'om', 'or', 'pa', 'pa-in', 'pa-pk', 'pl', 'pt', 'pt-br', 'qu', 'rm', 'ro', 'ro-mo', 'ru', 'ru-mo',
16
16
  'sa', 'sb', 'sc', 'sd', 'sg', 'si', 'sk', 'sl', 'so', 'sq', 'sr', 'sv', 'sv-fi', 'sv-sv', 'sw', 'sx', 'sz', 'ta', 'te', 'th', 'tig',
17
17
  'tk', 'tlh', 'tn', 'tr', 'ts', 'tt', 'uk', 'ur', 've', 'vi', 'vo', 'wa', 'xh', 'zh', 'zh-cn', 'zh-hk', 'zh-sg', 'zh-tw', 'zu'];
18
+ //# sourceMappingURL=locale-code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locale-code.js","sourceRoot":"","sources":["../../src/literal/locale-code.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,eAAe,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO;IAC7H,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IAChI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO;IAC5H,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO;IAC/H,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO;IAC5H,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI;IACnI,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACnI,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI;IACxI,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO;IAClI,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK;IACnI,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,CAAU,CAAC"}
@@ -5,3 +5,4 @@ exports.PrimitiveItems = void 0;
5
5
  * Primitive items
6
6
  * */
7
7
  exports.PrimitiveItems = ['string', 'number', 'boolean'];
8
+ //# sourceMappingURL=primitive.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"primitive.js","sourceRoot":"","sources":["../../src/literal/primitive.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,cAAc,GAAG,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAU,CAAC"}
@@ -5,3 +5,4 @@ exports.RealValueItems = void 0;
5
5
  * Real Value items
6
6
  * */
7
7
  exports.RealValueItems = ['string', 'number', 'bigint', 'boolean', 'object', 'function'];
8
+ //# sourceMappingURL=real-value.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"real-value.js","sourceRoot":"","sources":["../../src/literal/real-value.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,cAAc,GAAG,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,CAAU,CAAC"}
@@ -5,3 +5,4 @@ exports.SeverityItems = void 0;
5
5
  * Severity items
6
6
  * */
7
7
  exports.SeverityItems = ['debug', 'error', 'fatal', 'info', 'log', 'trace', 'warn'];
8
+ //# sourceMappingURL=severity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"severity.js","sourceRoot":"","sources":["../../src/literal/severity.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,aAAa,GAAG,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,CAAU,CAAC"}
@@ -5,3 +5,4 @@ exports.StorageTypeItems = void 0;
5
5
  * Weak True items
6
6
  * */
7
7
  exports.StorageTypeItems = ['array', 'list', 'map', 'set'];
8
+ //# sourceMappingURL=storage-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage-type.js","sourceRoot":"","sources":["../../src/literal/storage-type.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,gBAAgB,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAU,CAAC"}
@@ -17,3 +17,4 @@ exports.SysClassItems = [
17
17
  'WebAssembly', 'WebAssembly.Module', 'WebAssembly.Instance', 'WebAssembly.Memory', 'WebAssembly.Table',
18
18
  'WebAssembly.CompileError', 'WebAssembly.LinkError', 'WebAssembly.RuntimeError'
19
19
  ];
20
+ //# sourceMappingURL=sys-class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sys-class.js","sourceRoot":"","sources":["../../src/literal/sys-class.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAG;IACzB,UAAU,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ;IACzC,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,gBAAgB,EAAE,aAAa,EAAE,WAAW,EAAE,UAAU;IAC/H,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM;IAClC,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,mBAAmB,EAAE,YAAY;IACrE,aAAa,EAAE,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,gBAAgB;IAC7G,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS;IAElC,aAAa,EAAE,mBAAmB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM;IAEjE,SAAS,EAAE,WAAW,EAAE,mBAAmB,EAAE,eAAe,EAAE,gBAAgB,EAAE,wBAAwB;IACxG,SAAS,EAAE,OAAO;IAElB,MAAM,EAAE,eAAe,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,mBAAmB;IACtF,kBAAkB,EAAE,yBAAyB,EAAE,aAAa;IAE5D,aAAa,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,mBAAmB;IACtG,0BAA0B,EAAE,uBAAuB,EAAE,0BAA0B;CACzE,CAAC"}
@@ -4,3 +4,4 @@ exports.SysFunctionItems = void 0;
4
4
  exports.SysFunctionItems = ['constructor', '__defineGetter__', '__defineSetter__', 'hasOwnProperty',
5
5
  '__lookupGetter__', '__lookupSetter__', 'isPrototypeOf', 'propertyIsEnumerable',
6
6
  'toString', 'valueOf', '__proto__', 'toLocaleString', 'toJSON', '__esModule'];
7
+ //# sourceMappingURL=sys-function.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sys-function.js","sourceRoot":"","sources":["../../src/literal/sys-function.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG,CAAC,aAAa,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,gBAAgB;IACpG,kBAAkB,EAAE,kBAAkB,EAAE,eAAe,EAAE,sBAAsB;IAC/E,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,gBAAgB,EAAE,QAAQ,EAAE,YAAY,CAAU,CAAC"}
@@ -5,3 +5,4 @@ exports.WeakFalseItems = void 0;
5
5
  * Weak False items
6
6
  * */
7
7
  exports.WeakFalseItems = ['0', '-1', 'false', 'f', 'no', 'n', 'off'];
8
+ //# sourceMappingURL=weak-false.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"weak-false.js","sourceRoot":"","sources":["../../src/literal/weak-false.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,cAAc,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,CAAU,CAAC"}
@@ -5,3 +5,4 @@ exports.WeakTrueItems = void 0;
5
5
  * Weak True items
6
6
  * */
7
7
  exports.WeakTrueItems = ['1', 'true', 't', 'yes', 'y', 'on'];
8
+ //# sourceMappingURL=weak-true.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"weak-true.js","sourceRoot":"","sources":["../../src/literal/weak-true.ts"],"names":[],"mappings":";;;AAAA;;KAEK;AACQ,QAAA,aAAa,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,CAAU,CAAC"}
@@ -1,14 +1,14 @@
1
- import { Leyyo } from "../leyyo";
2
- import { CommonLog, CommonLogSecure } from "./index-types";
1
+ import { LeyyoLike } from "../leyyo";
2
+ import { CommonLogLike, CommonLogSecure } from "./index-types";
3
3
  import { Logger, LogLine } from "../shared";
4
- export declare class CommonLogImpl implements CommonLog, CommonLogSecure {
4
+ export declare class CommonLog implements CommonLogLike, CommonLogSecure {
5
5
  private hook;
6
6
  constructor();
7
7
  get $secure(): CommonLogSecure;
8
- $init(leyyo: Leyyo): void;
8
+ $init(leyyo: LeyyoLike): void;
9
9
  create(clazz: Object | Function | string): Logger;
10
10
  apply(line: LogLine): void;
11
11
  private check;
12
12
  private print;
13
- get $back(): CommonLog;
13
+ get $back(): CommonLogLike;
14
14
  }
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CommonLogImpl = void 0;
4
- const logger_impl_1 = require("./logger-impl");
3
+ exports.CommonLog = void 0;
4
+ const logger_instance_1 = require("./logger-instance");
5
5
  const shared_1 = require("../shared");
6
6
  // noinspection JSUnusedLocalSymbols,JSUnusedGlobalSymbols
7
- class CommonLogImpl {
7
+ class CommonLog {
8
8
  constructor() {
9
9
  this.create.bind(this);
10
10
  this.apply.bind(this);
@@ -12,7 +12,7 @@ class CommonLogImpl {
12
12
  this.print.bind(this);
13
13
  }
14
14
  get $secure() {
15
- throw this;
15
+ return this;
16
16
  }
17
17
  $init(leyyo) {
18
18
  this.hook = leyyo.hook;
@@ -22,9 +22,9 @@ class CommonLogImpl {
22
22
  rec[field] = this[field];
23
23
  });
24
24
  // define itself temporarily for log operations
25
- this.hook.defineProvider(shared_1.LY_ATTACHED_LOG, CommonLogImpl, rec);
25
+ this.hook.defineProvider(shared_1.LY_ATTACHED_LOG, CommonLog, rec);
26
26
  // when new log provider is defined, replace all common methods
27
- this.hook.whenProviderDefined(shared_1.LY_ATTACHED_LOG, CommonLogImpl, (ins) => {
27
+ this.hook.whenProviderDefined(shared_1.LY_ATTACHED_LOG, CommonLog, (ins) => {
28
28
  fields.forEach(field => {
29
29
  if (typeof ins[field] === 'function') {
30
30
  this[field] = ins[field];
@@ -33,7 +33,7 @@ class CommonLogImpl {
33
33
  });
34
34
  }
35
35
  create(clazz) {
36
- const ins = new logger_impl_1.LoggerImpl(clazz);
36
+ const ins = new logger_instance_1.LoggerInstance(clazz);
37
37
  this.hook.queueForCallback(shared_1.LY_PENDING_LOG_REGISTER, ins, clazz);
38
38
  return ins;
39
39
  }
@@ -56,4 +56,5 @@ class CommonLogImpl {
56
56
  return this;
57
57
  }
58
58
  }
59
- exports.CommonLogImpl = CommonLogImpl;
59
+ exports.CommonLog = CommonLog;
60
+ //# sourceMappingURL=common-log.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-log.js","sourceRoot":"","sources":["../../src/log/common-log.ts"],"names":[],"mappings":";;;AAEA,uDAAiD;AAEjD,sCAQmB;AAEnB,0DAA0D;AAC1D,MAAa,SAAS;IAGlB;QACI,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACvB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACtB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACtB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;IAED,IAAI,OAAO;QACP,OAAO,IAAI,CAAC;IAChB,CAAC;IAED,KAAK,CAAC,KAAgB;QAElB,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC;QAEvB,MAAM,MAAM,GAAG,CAAC,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAA6B,CAAC;QACjF,MAAM,GAAG,GAAG,EAAC,MAAM,EAAE,KAAK,EAAuB,CAAC;QAClD,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;YACnB,GAAG,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC;QAC7B,CAAC,CAAC,CAAC;QAEH,+CAA+C;QAC/C,IAAI,CAAC,IAAI,CAAC,cAAc,CAAqB,wBAAe,EAAE,SAAS,EAAE,GAAG,CAAC,CAAC;QAE9E,+DAA+D;QAC/D,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAqB,wBAAe,EAAE,SAAS,EAAE,CAAC,GAAG,EAAE,EAAE;YAClF,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;gBACnB,IAAI,OAAO,GAAG,CAAC,KAAK,CAAC,KAAK,UAAU,EAAE,CAAC;oBACnC,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC,CAAC;gBAC7B,CAAC;YACL,CAAC,CAAC,CAAC;QACP,CAAC,CAAC,CAAC;IACP,CAAC;IAED,MAAM,CAAC,KAAiC;QACpC,MAAM,GAAG,GAAG,IAAI,gCAAc,CAAC,KAAK,CAAC,CAAC;QACtC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,gCAAuB,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC;QAChE,OAAO,GAAG,CAAC;IACf,CAAC;IAED,KAAK,CAAC,IAAa;QACf,IAAI,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,gBAAgB,KAAI,CAAC,IAAI,EAAE,CAAC;YACpC,OAAO;QACX,CAAC;QACD,MAAM,YAAY,GAAG,IAAuB,CAAC;QAC7C,YAAY,CAAC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAC/B,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACzB,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;IAC7B,CAAC;IAEO,KAAK,CAAI,IAAwB;QACrC,UAAU;IACd,CAAC;IAEO,KAAK,CAAI,IAAwB;QACrC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,OAAO,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;IAC1G,CAAC;IAED,IAAI,KAAK;QACL,OAAO,IAAI,CAAC;IAChB,CAAC;CAIJ;AAnED,8BAmEC"}
@@ -1,5 +1,5 @@
1
1
  import { InitLike, LogConsumer, Logger, ShiftMain, ShiftSecure } from "../shared";
2
- export interface CommonLog extends ShiftSecure<CommonLogSecure>, LogConsumer {
2
+ export interface CommonLogLike extends ShiftSecure<CommonLogSecure>, LogConsumer {
3
3
  create(clazz: Object | Function | string): Logger;
4
4
  }
5
- export type CommonLogSecure = ShiftMain<CommonLog> & InitLike;
5
+ export type CommonLogSecure = ShiftMain<CommonLogLike> & InitLike;
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=index-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-types.js","sourceRoot":"","sources":["../../src/log/index-types.ts"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  export * from './index-types';
2
- export * from './common-log-impl';
3
- export * from './logger-impl';
2
+ export * from './common-log';
3
+ export * from './logger-instance';
package/dist/log/index.js CHANGED
@@ -15,5 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./index-types"), exports);
18
- __exportStar(require("./common-log-impl"), exports);
19
- __exportStar(require("./logger-impl"), exports);
18
+ __exportStar(require("./common-log"), exports);
19
+ __exportStar(require("./logger-instance"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/log/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,+CAA6B;AAC7B,oDAAkC"}
@@ -1,12 +1,13 @@
1
- import { Leyyo } from "../leyyo";
1
+ import { LeyyoLike } from "../leyyo";
2
2
  import { Severity } from "../literal";
3
3
  import { Logger, LoggerLambda, LoggerSecure } from "../shared";
4
- export declare class LoggerImpl implements Logger, LoggerSecure {
4
+ export declare class LoggerInstance implements Logger, LoggerSecure {
5
5
  private readonly _clazz;
6
6
  private _name;
7
7
  private static _fqn;
8
8
  private static _log;
9
9
  constructor(value: Object | Function | string);
10
+ private _prepare;
10
11
  debug(message: any, params?: any): void;
11
12
  error(message: any, params?: any): void;
12
13
  info(message: any, params?: any): void;
@@ -17,7 +18,7 @@ export declare class LoggerImpl implements Logger, LoggerSecure {
17
18
  get $secure(): LoggerSecure;
18
19
  get $clazz(): Function;
19
20
  get $name(): string;
20
- static $setLeyyo(leyyo: Leyyo): void;
21
+ static $setLeyyo(leyyo: LeyyoLike): void;
21
22
  $setMethod(method: Severity, lambda?: LoggerLambda): void;
22
23
  $assert(error: Error, indicator: string, params?: unknown): void;
23
24
  }
@@ -1,18 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LoggerImpl = void 0;
3
+ exports.LoggerInstance = void 0;
4
4
  const exception_1 = require("../exception");
5
5
  // noinspection JSUnusedLocalSymbols
6
- class LoggerImpl {
6
+ class LoggerInstance {
7
7
  constructor(value) {
8
8
  switch (typeof value) {
9
9
  case "function":
10
10
  this._clazz = value;
11
- this._name = LoggerImpl._fqn.name(value);
11
+ this._name = LoggerInstance._fqn.name(value);
12
12
  break;
13
13
  case "object":
14
14
  this._clazz = value.constructor;
15
- this._name = LoggerImpl._fqn.name(value);
15
+ this._name = LoggerInstance._fqn.name(value);
16
16
  break;
17
17
  case "string":
18
18
  this._name = value;
@@ -21,29 +21,36 @@ class LoggerImpl {
21
21
  throw new exception_1.DeveloperException('invalid.logger.name', { type: typeof value });
22
22
  }
23
23
  // when this object is signed by FQN, then refresh logger name
24
- if (!LoggerImpl._fqn.exists(value)) {
25
- LoggerImpl._fqn.addHook(value, (name) => {
24
+ if (!LoggerInstance._fqn.exists(value)) {
25
+ LoggerInstance._fqn.addHook(value, (name) => {
26
26
  this._name = name;
27
27
  });
28
28
  }
29
29
  }
30
+ _prepare(severity, message, params) {
31
+ if (!message && (params === null || params === void 0 ? void 0 : params.indicator)) {
32
+ message = params.indicator;
33
+ delete params.indicator;
34
+ }
35
+ return { severity, message, params, holder: this._name };
36
+ }
30
37
  debug(message, params) {
31
- LoggerImpl._log.apply({ severity: 'debug', message: message, holder: this._name, params: params });
38
+ LoggerInstance._log.apply(this._prepare('debug', message, params));
32
39
  }
33
40
  error(message, params) {
34
- LoggerImpl._log.apply({ severity: 'error', message: message, holder: this._name, params: params });
41
+ LoggerInstance._log.apply(this._prepare('error', message, params));
35
42
  }
36
43
  info(message, params) {
37
- LoggerImpl._log.apply({ severity: 'info', message: message, holder: this._name, params: params });
44
+ LoggerInstance._log.apply(this._prepare('info', message, params));
38
45
  }
39
46
  log(message, params) {
40
- LoggerImpl._log.apply({ severity: 'log', message: message, holder: this._name, params: params });
47
+ LoggerInstance._log.apply(this._prepare('log', message, params));
41
48
  }
42
49
  trace(message, params) {
43
- LoggerImpl._log.apply({ severity: 'trace', message: message, holder: this._name, params: params });
50
+ LoggerInstance._log.apply(this._prepare('trace', message, params));
44
51
  }
45
52
  warn(message, params) {
46
- LoggerImpl._log.apply({ severity: 'warn', message: message, holder: this._name, params: params });
53
+ LoggerInstance._log.apply(this._prepare('warn', message, params));
47
54
  }
48
55
  // region secure
49
56
  get $back() {
@@ -74,4 +81,5 @@ class LoggerImpl {
74
81
  $assert(error, indicator, params) {
75
82
  }
76
83
  }
77
- exports.LoggerImpl = LoggerImpl;
84
+ exports.LoggerInstance = LoggerInstance;
85
+ //# sourceMappingURL=logger-instance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger-instance.js","sourceRoot":"","sources":["../../src/log/logger-instance.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export {};
package/dist/server.js ADDED
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const leyyo_1 = require("./leyyo");
4
+ leyyo_1.leyyo.log.apply({ severity: 'debug', message: 'test' });
5
+ //# sourceMappingURL=server.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server.js","sourceRoot":"","sources":["../src/server.ts"],"names":[],"mappings":";;AAAA,mCAA8B;AAE9B,aAAK,CAAC,GAAG,CAAC,KAAK,CAAC,EAAC,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAC,CAAC,CAAC"}
@@ -1,6 +1,6 @@
1
- import { Leyyo } from "../leyyo";
1
+ import { LeyyoLike } from "../leyyo";
2
2
  import { AssertionOpt } from "./index-types";
3
3
  export declare function assert(flag: boolean, message?: string): void;
4
4
  export declare function assert(flag: boolean, opt?: AssertionOpt): void;
5
5
  export declare function assert(flag: boolean, fn?: Function): void;
6
- export declare function $$setLeyyo(leyyo: Leyyo): void;
6
+ export declare function $$setLeyyo(leyyo: LeyyoLike): void;
@@ -12,3 +12,4 @@ function assert(flag, v2) {
12
12
  function $$setLeyyo(leyyo) {
13
13
  assertion = leyyo.assertion;
14
14
  }
15
+ //# sourceMappingURL=assert.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assert.js","sourceRoot":"","sources":["../../src/shared/assert.ts"],"names":[],"mappings":";AAAA,qCAAqC;;AAWrC,wBAIC;AAED,gCAEC;AAbD,IAAI,SAA8B,CAAC;AAKnC,SAAgB,MAAM,CAAC,IAAa,EAAE,EAAqC;IACvE,IAAI,CAAC,IAAI,EAAE,CAAC;QACR,SAAS,CAAC,KAAK,CAAC,EAAY,CAAC,CAAC;IAClC,CAAC;AACL,CAAC;AAED,SAAgB,UAAU,CAAC,KAAgB;IACvC,SAAS,GAAG,KAAK,CAAC,SAAS,CAAC;AAChC,CAAC"}
@@ -2,3 +2,4 @@
2
2
  // noinspection JSUnusedGlobalSymbols
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  // endregion i18n
5
+ //# sourceMappingURL=index-aliases.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-aliases.js","sourceRoot":"","sources":["../../src/shared/index-aliases.ts"],"names":[],"mappings":";AAAA,qCAAqC;;AA2NrC,iBAAiB"}
@@ -1,8 +1,19 @@
1
+ export declare const FootprintSignInspected: unique symbol;
2
+ export declare const FqnSignName: unique symbol;
3
+ export declare const FqnSignHook: unique symbol;
4
+ export declare const ErrorSignOmit: unique symbol;
5
+ export declare const ErrorSignProp: unique symbol;
6
+ export declare const ReflectionSignProp: unique symbol;
7
+ export declare const InjectionSignIns: unique symbol;
1
8
  export declare const LY_ATTACHED_ERROR = "#lyy.attached.error";
2
9
  export declare const LY_PENDING_ERROR_REGISTER = "#lyy.pending.error.register";
3
10
  export declare const LY_PENDING_ENUM_REGISTER = "#lyy.pending.enum.register";
4
- export declare const LY_SIGN_FQN_HOOK: unique symbol;
5
11
  export declare const LY_ATTACHED_FQN = "#lyy.attached.fqn";
6
12
  export declare const LY_PENDING_FQN_REGISTER = "#lyy.pending.fqn.register";
7
13
  export declare const LY_ATTACHED_LOG = "#lyy.attached.log";
8
14
  export declare const LY_PENDING_LOG_REGISTER = "#lyy.pending.log.register";
15
+ export declare const LY_PENDING_DECORATOR_REGISTER = "#lyy.decorator.log.register";
16
+ export declare const LY_PENDING_REFLECTION_REGISTER = "#lyy.decorator.log.register";
17
+ export declare const LY_PENDING_CAST_REGISTER = "#lyy.decorator.log.register";
18
+ export declare const LY_PENDING_GENERICS_REGISTER = "#lyy.decorator.log.register";
19
+ export declare const LY_PENDING_DTO_REGISTER = "#lyy.decorator.log.register";