@schukai/monster 3.51.3 → 3.51.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. package/CHANGELOG.md +689 -0
  2. package/README.md +2 -2
  3. package/package.json +1 -1
  4. package/source/dom/util/init-options-from-attributes.mjs +4 -1
  5. package/source/monster.mjs +106 -217
  6. package/source/types/version.mjs +1 -1
  7. package/test/cases/constraint/abstractoperator.mjs +2 -2
  8. package/test/cases/constraint/andoperator.mjs +3 -3
  9. package/test/cases/constraint/invalid.mjs +1 -1
  10. package/test/cases/constraint/isarray.mjs +1 -1
  11. package/test/cases/constraint/isobject.mjs +1 -1
  12. package/test/cases/constraint/oroperator.mjs +3 -3
  13. package/test/cases/constraint/valid.mjs +1 -1
  14. package/test/cases/data/buildmap.mjs +1 -1
  15. package/test/cases/data/buildtree.mjs +2 -2
  16. package/test/cases/data/datasource/dom.mjs +1 -1
  17. package/test/cases/data/datasource/server/restapi.mjs +2 -2
  18. package/test/cases/data/datasource/server/websocket.mjs +1 -1
  19. package/test/cases/data/datasource/server.mjs +1 -1
  20. package/test/cases/data/datasource/storage/localstorage.mjs +1 -1
  21. package/test/cases/data/datasource/storage/sessionstorage.mjs +1 -1
  22. package/test/cases/data/datasource.mjs +1 -1
  23. package/test/cases/data/diff.mjs +2 -2
  24. package/test/cases/data/extend.mjs +1 -1
  25. package/test/cases/data/pathfinder.mjs +1 -1
  26. package/test/cases/data/pipe.mjs +2 -2
  27. package/test/cases/data/transformer.mjs +3 -4
  28. package/test/cases/dom/assembler.mjs +1 -1
  29. package/test/cases/dom/attributes.mjs +1 -1
  30. package/test/cases/dom/customcontrol.mjs +4 -4
  31. package/test/cases/dom/customelement-initfromscripthost.mjs +6 -6
  32. package/test/cases/dom/customelement.mjs +7 -7
  33. package/test/cases/dom/dimension.mjs +4 -4
  34. package/test/cases/dom/events.mjs +1 -1
  35. package/test/cases/dom/find.mjs +1 -1
  36. package/test/cases/dom/focusmanager.mjs +1 -1
  37. package/test/cases/dom/locale.mjs +2 -2
  38. package/test/cases/dom/ready.mjs +1 -1
  39. package/test/cases/dom/resource/data.mjs +3 -3
  40. package/test/cases/dom/resource/link/stylesheet.mjs +3 -3
  41. package/test/cases/dom/resource/link.mjs +3 -3
  42. package/test/cases/dom/resource/script.mjs +3 -3
  43. package/test/cases/dom/resource.mjs +1 -1
  44. package/test/cases/dom/resourcemanager.mjs +1 -1
  45. package/test/cases/dom/slotted-nodes.mjs +1 -1
  46. package/test/cases/dom/template.mjs +2 -2
  47. package/test/cases/dom/theme.mjs +2 -2
  48. package/test/cases/dom/updater.mjs +4 -4
  49. package/test/cases/dom/util/extract-keys.mjs +1 -1
  50. package/test/cases/dom/util/init-options-from-attributes.mjs +1 -1
  51. package/test/cases/dom/util.mjs +2 -2
  52. package/test/cases/dom/worker/factory.mjs +2 -2
  53. package/test/cases/i18n/formatter.mjs +2 -2
  54. package/test/cases/i18n/locale.mjs +1 -1
  55. package/test/cases/i18n/provider.mjs +4 -4
  56. package/test/cases/i18n/providers/embed.mjs +3 -3
  57. package/test/cases/i18n/providers/fetch.mjs +3 -3
  58. package/test/cases/i18n/translations.mjs +3 -3
  59. package/test/cases/logging/handler/console.mjs +3 -3
  60. package/test/cases/logging/handler.mjs +3 -3
  61. package/test/cases/logging/logentry.mjs +1 -1
  62. package/test/cases/logging/logger.mjs +1 -1
  63. package/test/cases/math/random.mjs +1 -1
  64. package/test/cases/monster.mjs +2 -2
  65. package/test/cases/net/webconnect/message.mjs +1 -1
  66. package/test/cases/net/webconnect.mjs +3 -3
  67. package/test/cases/text/bracketed-key-value-hash.mjs +1 -1
  68. package/test/cases/text/formatter.mjs +1 -1
  69. package/test/cases/text/util.mjs +1 -1
  70. package/test/cases/types/base.mjs +2 -2
  71. package/test/cases/types/basewithoptions.mjs +1 -1
  72. package/test/cases/types/binary.mjs +1 -1
  73. package/test/cases/types/dataurl.mjs +1 -1
  74. package/test/cases/types/global.mjs +1 -1
  75. package/test/cases/types/id.mjs +1 -1
  76. package/test/cases/types/internal.mjs +2 -2
  77. package/test/cases/types/is.mjs +2 -2
  78. package/test/cases/types/mediatype.mjs +1 -1
  79. package/test/cases/types/node.mjs +3 -3
  80. package/test/cases/types/nodelist.mjs +2 -2
  81. package/test/cases/types/noderecursiveiterator.mjs +3 -3
  82. package/test/cases/types/observablequeue.mjs +2 -2
  83. package/test/cases/types/observer.mjs +1 -1
  84. package/test/cases/types/observerlist.mjs +2 -2
  85. package/test/cases/types/proxyobserver.mjs +4 -4
  86. package/test/cases/types/queue.mjs +1 -1
  87. package/test/cases/types/randomid.mjs +1 -1
  88. package/test/cases/types/regex.mjs +1 -1
  89. package/test/cases/types/stack.mjs +1 -1
  90. package/test/cases/types/tokenlist.mjs +1 -1
  91. package/test/cases/types/typeof.mjs +2 -2
  92. package/test/cases/types/uniquequeue.mjs +1 -1
  93. package/test/cases/types/uuid.mjs +1 -1
  94. package/test/cases/types/validate.mjs +3 -3
  95. package/test/cases/types/version.mjs +1 -1
  96. package/test/cases/util/clone.mjs +1 -1
  97. package/test/cases/util/comparator.mjs +1 -1
  98. package/test/cases/util/deadmansswitch.mjs +1 -1
  99. package/test/cases/util/freeze.mjs +1 -1
  100. package/test/cases/util/processing.mjs +1 -1
  101. package/test/cases/util/trimspaces.mjs +1 -1
  102. package/test/util/jsdom.mjs +2 -2
  103. package/test/util/websocket.mjs +1 -1
  104. package/test/web/import.js +76 -72
  105. package/test/web/test.html +3 -3
  106. package/test/web/tests.js +23697 -21995
  107. package/CHANGELOG +0 -438
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  import chai from "chai"
4
- // import {internalSymbol} from "../../../../application/source/constants.mjs";
5
- // import {ATTRIBUTE_OPTIONS} from "../../../../application/source/dom/constants.mjs";
6
- import {getDocument} from "../../../../application/source/dom/util.mjs";
7
- // import {ProxyObserver} from "../../../../application/source/types/proxyobserver.mjs";
8
- // import {addObjectWithUpdaterToElement} from "../../../../application/source/dom/updater.mjs";
4
+ // import {internalSymbol} from "../../../source/constants.mjs";
5
+ // import {ATTRIBUTE_OPTIONS} from "../../../source/dom/constants.mjs";
6
+ import {getDocument} from "../../../source/dom/util.mjs";
7
+ // import {ProxyObserver} from "../../../source/types/proxyobserver.mjs";
8
+ // import {addObjectWithUpdaterToElement} from "../../../source/dom/updater.mjs";
9
9
  import {chaiDom} from "../../util/chai-dom.mjs";
10
10
  import {initJSDOM} from "../../util/jsdom.mjs";
11
11
 
@@ -40,7 +40,7 @@ describe('DOM', function () {
40
40
  before(function (done) {
41
41
  initJSDOM().then(() => {
42
42
 
43
- import("../../../../application/source/dom/customelement.mjs").then((m) => {
43
+ import("../../../source/dom/customelement.mjs").then((m) => {
44
44
 
45
45
  try {
46
46
  CustomElement = m['CustomElement'];
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  import chai from "chai"
4
- import {internalSymbol} from "../../../../application/source/constants.mjs";
5
- import {ATTRIBUTE_OPTIONS} from "../../../../application/source/dom/constants.mjs";
6
- import {getDocument} from "../../../../application/source/dom/util.mjs";
7
- import {ProxyObserver} from "../../../../application/source/types/proxyobserver.mjs";
8
- import {addObjectWithUpdaterToElement} from "../../../../application/source/dom/updater.mjs";
4
+ import {internalSymbol} from "../../../source/constants.mjs";
5
+ import {ATTRIBUTE_OPTIONS} from "../../../source/dom/constants.mjs";
6
+ import {getDocument} from "../../../source/dom/util.mjs";
7
+ import {ProxyObserver} from "../../../source/types/proxyobserver.mjs";
8
+ import {addObjectWithUpdaterToElement} from "../../../source/dom/updater.mjs";
9
9
  import {chaiDom} from "../../util/chai-dom.mjs";
10
10
  import {initJSDOM} from "../../util/jsdom.mjs";
11
11
 
@@ -37,7 +37,7 @@ describe('DOM', function () {
37
37
 
38
38
  before(function (done) {
39
39
  initJSDOM().then(() => {
40
- import("../../../../application/source/dom/customelement.mjs").then((m) => {
40
+ import("../../../source/dom/customelement.mjs").then((m) => {
41
41
  try {
42
42
  CustomElement = m['CustomElement'];
43
43
  assignUpdaterToElement= function (elements, object) {
@@ -146,7 +146,7 @@ describe('DOM', function () {
146
146
  before(function (done) {
147
147
  initJSDOM().then(() => {
148
148
 
149
- import("../../../../application/source/dom/customelement.mjs").then((m) => {
149
+ import("../../../source/dom/customelement.mjs").then((m) => {
150
150
 
151
151
  try {
152
152
  CustomElement = m['CustomElement'];
@@ -1,9 +1,9 @@
1
1
  import {expect} from 'chai';
2
- import {convertToPixels, getDeviceDPI} from "../../../../application/source/dom/dimension.mjs";
3
- import {getWindow} from "../../../../application/source/dom/util.mjs";
2
+ import {convertToPixels, getDeviceDPI} from "../../../source/dom/dimension.mjs";
3
+ import {getWindow} from "../../../source/dom/util.mjs";
4
4
  import {initJSDOM, isBrowser, JSDOMExport as JSDOM} from "../../util/jsdom.mjs";
5
- import {getGlobal} from "../../../../application/source/types/global.mjs";
6
- import {detectRuntimeEnvironment} from "../../../../application/source/util/runtime.mjs";
5
+ import {getGlobal} from "../../../source/types/global.mjs";
6
+ import {detectRuntimeEnvironment} from "../../../source/util/runtime.mjs";
7
7
 
8
8
 
9
9
  function getMockWindow(dpi) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  import {expect} from "chai"
4
4
 
5
- import {fireEvent, findTargetElementFromEvent, fireCustomEvent} from "../../../../application/source/dom/events.mjs";
5
+ import {fireEvent, findTargetElementFromEvent, fireCustomEvent} from "../../../source/dom/events.mjs";
6
6
  import {initJSDOM} from "../../util/jsdom.mjs";
7
7
 
8
8
  describe('Events', function () {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  findElementWithIdUpwards
3
- } from "../../../../application/source/dom/util.mjs";
3
+ } from "../../../source/dom/util.mjs";
4
4
 
5
5
  import {expect} from 'chai';
6
6
  import {initJSDOM} from "../../util/jsdom.mjs";
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  import {expect} from "chai";
4
- import {FocusManager} from "../../../../application/source/dom/focusmanager.mjs";
4
+ import {FocusManager} from "../../../source/dom/focusmanager.mjs";
5
5
  import {cleanupDOMFromTesting, initMutationObserverForTesting} from "../../util/cleanupdom.mjs";
6
6
  import {initJSDOM} from "../../util/jsdom.mjs";
7
7
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  import {expect} from "chai"
4
4
 
5
- import {Locale} from "../../../../application/source/i18n/locale.mjs";
6
- import {getLocaleOfDocument} from "../../../../application/source/dom/locale.mjs";
5
+ import {Locale} from "../../../source/i18n/locale.mjs";
6
+ import {getLocaleOfDocument} from "../../../source/dom/locale.mjs";
7
7
  import {initJSDOM} from "../../util/jsdom.mjs";
8
8
 
9
9
  describe('Attributes', function () {
@@ -11,7 +11,7 @@ describe('Ready', function () {
11
11
  before(function (done) {
12
12
  initJSDOM().then(() => {
13
13
 
14
- import("../../../../application/source/dom/ready.mjs").then((m) => {
14
+ import("../../../source/dom/ready.mjs").then((m) => {
15
15
  domReady = m['domReady'];
16
16
  windowReady = m['windowReady'];
17
17
  done()
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  import chai from "chai"
4
- import {Data} from "../../../../../application/source/dom/resource/data.mjs";
5
- import {DataUrl} from "../../../../../application/source/types/dataurl.mjs";
6
- import {ID} from "../../../../../application/source/types/id.mjs";
4
+ import {Data} from "../../../../source/dom/resource/data.mjs";
5
+ import {DataUrl} from "../../../../source/types/dataurl.mjs";
6
+ import {ID} from "../../../../source/types/id.mjs";
7
7
  import {chaiDom} from "../../../util/chai-dom.mjs";
8
8
  import {cleanupDOMFromTesting, initMutationObserverForTesting} from "../../../util/cleanupdom.mjs";
9
9
  import {initJSDOM} from "../../../util/jsdom.mjs";
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  import chai from "chai"
4
- import {Stylesheet} from "../../../../../../application/source/dom/resource/link/stylesheet.mjs";
5
- import {DataUrl} from "../../../../../../application/source/types/dataurl.mjs";
6
- import {ID} from "../../../../../../application/source/types/id.mjs";
4
+ import {Stylesheet} from "../../../../../source/dom/resource/link/stylesheet.mjs";
5
+ import {DataUrl} from "../../../../../source/types/dataurl.mjs";
6
+ import {ID} from "../../../../../source/types/id.mjs";
7
7
  import {chaiDom} from "../../../../util/chai-dom.mjs";
8
8
  import {cleanupDOMFromTesting, initMutationObserverForTesting} from "../../../../util/cleanupdom.mjs";
9
9
  import {initJSDOM} from "../../../../util/jsdom.mjs";
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  import chai from "chai"
4
- import {Link} from "../../../../../application/source/dom/resource/link.mjs";
5
- import {DataUrl} from "../../../../../application/source/types/dataurl.mjs";
6
- import {ID} from "../../../../../application/source/types/id.mjs";
4
+ import {Link} from "../../../../source/dom/resource/link.mjs";
5
+ import {DataUrl} from "../../../../source/types/dataurl.mjs";
6
+ import {ID} from "../../../../source/types/id.mjs";
7
7
  import {chaiDom} from "../../../util/chai-dom.mjs";
8
8
  import {cleanupDOMFromTesting, initMutationObserverForTesting} from "../../../util/cleanupdom.mjs";
9
9
  import {initJSDOM} from "../../../util/jsdom.mjs";
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  import chai from "chai"
4
- import {Script} from "../../../../../application/source/dom/resource/script.mjs";
5
- import {DataUrl} from "../../../../../application/source/types/dataurl.mjs";
6
- import {ID} from "../../../../../application/source/types/id.mjs";
4
+ import {Script} from "../../../../source/dom/resource/script.mjs";
5
+ import {DataUrl} from "../../../../source/types/dataurl.mjs";
6
+ import {ID} from "../../../../source/types/id.mjs";
7
7
  import {chaiDom} from "../../../util/chai-dom.mjs";
8
8
  import {cleanupDOMFromTesting, initMutationObserverForTesting} from "../../../util/cleanupdom.mjs";
9
9
  import {initJSDOM} from "../../../util/jsdom.mjs";
@@ -12,7 +12,7 @@ describe('Resource', function() {
12
12
  before(function (done) {
13
13
  initJSDOM().then(() => {
14
14
 
15
- import("../../../../application/source/dom/resource.mjs").then((m) => {
15
+ import("../../../source/dom/resource.mjs").then((m) => {
16
16
  Resource = m['Resource'];
17
17
 
18
18
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  import {expect} from "chai"
4
4
 
5
- import {ResourceManager} from "../../../../application/source/dom/resourcemanager.mjs";
5
+ import {ResourceManager} from "../../../source/dom/resourcemanager.mjs";
6
6
  import {cleanupDOMFromTesting, initMutationObserverForTesting} from "../../util/cleanupdom.mjs";
7
7
  import {initJSDOM} from "../../util/jsdom.mjs";
8
8
 
@@ -1,5 +1,5 @@
1
1
  import {expect} from 'chai';
2
- import {getSlottedNodes} from "../../../../application/source/dom/slotted.mjs";
2
+ import {getSlottedNodes} from "../../../source/dom/slotted.mjs";
3
3
 
4
4
 
5
5
  describe('getSlottedNodes', () => {
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  import {expect} from "chai"
4
- import {ATTRIBUTE_THEME_NAME} from "../../../../application/source/dom/constants.mjs";
4
+ import {ATTRIBUTE_THEME_NAME} from "../../../source/dom/constants.mjs";
5
5
 
6
- import {findDocumentTemplate, Template} from "../../../../application/source/dom/template.mjs";
6
+ import {findDocumentTemplate, Template} from "../../../source/dom/template.mjs";
7
7
  import {initJSDOM} from "../../util/jsdom.mjs";
8
8
 
9
9
 
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- import {getDocumentFragmentFromString} from "../../../../application/source/dom/util.mjs";
3
+ import {getDocumentFragmentFromString} from "../../../source/dom/util.mjs";
4
4
  import {initJSDOM} from "../../util/jsdom.mjs";
5
5
  import {expect} from "chai"
6
- import {Theme, getDocumentTheme} from "../../../../application/source/dom/theme.mjs";
6
+ import {Theme, getDocumentTheme} from "../../../source/dom/theme.mjs";
7
7
 
8
8
  describe('Theme', function () {
9
9
  before(function (done) {
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  import chai from "chai"
4
- import {Updater} from "../../../../application/source/dom/updater.mjs";
5
- import {ID} from "../../../../application/source/types/id.mjs";
6
- import {Observer} from "../../../../application/source/types/observer.mjs";
7
- import {ProxyObserver} from "../../../../application/source/types/proxyobserver.mjs";
4
+ import {Updater} from "../../../source/dom/updater.mjs";
5
+ import {ID} from "../../../source/types/id.mjs";
6
+ import {Observer} from "../../../source/types/observer.mjs";
7
+ import {ProxyObserver} from "../../../source/types/proxyobserver.mjs";
8
8
  import {chaiDom} from "../../util/chai-dom.mjs";
9
9
  import {initJSDOM} from "../../util/jsdom.mjs";
10
10
 
@@ -1,5 +1,5 @@
1
1
  import {expect} from 'chai';
2
- import {extractKeys} from "../../../../../application/source/dom/util/extract-keys.mjs";
2
+ import {extractKeys} from "../../../../source/dom/util/extract-keys.mjs";
3
3
 
4
4
 
5
5
  describe('extractKeys', () => {
@@ -9,7 +9,7 @@ describe('initOptionsFromAttributes', () => {
9
9
 
10
10
  before( function (done) {
11
11
  initJSDOM().then(() => {
12
- import("../../../../..//application/source/dom/util/init-options-from-attributes.mjs").then((m) => {
12
+ import("../../../../source/dom/util/init-options-from-attributes.mjs").then((m) => {
13
13
  initOptionsFromAttributes = m['initOptionsFromAttributes'];
14
14
  done();
15
15
  })
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  getDocument, getWindow, getDocumentFragmentFromString
3
- } from "../../../../application/source/dom/util.mjs";
3
+ } from "../../../source/dom/util.mjs";
4
4
 
5
- import {getContainingDocument} from "../../../../application/source/dom/util.mjs";
5
+ import {getContainingDocument} from "../../../source/dom/util.mjs";
6
6
 
7
7
  import {initJSDOM} from "../../util/jsdom.mjs";
8
8
 
@@ -1,7 +1,7 @@
1
1
  import {expect} from "chai"
2
2
 
3
- import {Factory} from "../../../../../application/source/dom/worker/factory.mjs";
4
- import {getGlobal} from "../../../../../application/source/types/global.mjs";
3
+ import {Factory} from "../../../../source/dom/worker/factory.mjs";
4
+ import {getGlobal} from "../../../../source/types/global.mjs";
5
5
  import {initJSDOM, isNode} from "../../../util/jsdom.mjs";
6
6
 
7
7
  const global = getGlobal();
@@ -1,6 +1,6 @@
1
1
  import {expect} from "chai"
2
- import {Formatter} from "../../../../application/source/i18n/formatter.mjs";
3
- import {Translations} from "../../../../application/source/i18n/translations.mjs";
2
+ import {Formatter} from "../../../source/i18n/formatter.mjs";
3
+ import {Translations} from "../../../source/i18n/translations.mjs";
4
4
 
5
5
 
6
6
  describe('Formatter', function () {
@@ -1,7 +1,7 @@
1
1
 
2
2
 
3
3
  import {expect} from "chai"
4
- import {parseLocale, Locale} from "../../../../application/source/i18n/locale.mjs";
4
+ import {parseLocale, Locale} from "../../../source/i18n/locale.mjs";
5
5
 
6
6
 
7
7
  describe('Locale', function () {
@@ -1,9 +1,9 @@
1
1
  import {expect} from "chai"
2
- import {ATTRIBUTE_OBJECTLINK} from "../../../../application/source/dom/constants.mjs";
3
- import {getLinkedObjects} from "../../../../application/source/dom/attributes.mjs";
4
- import {Provider} from "../../../../application/source/i18n/provider.mjs";
2
+ import {ATTRIBUTE_OBJECTLINK} from "../../../source/dom/constants.mjs";
3
+ import {getLinkedObjects} from "../../../source/dom/attributes.mjs";
4
+ import {Provider} from "../../../source/i18n/provider.mjs";
5
5
  import {initJSDOM} from "../../util/jsdom.mjs";
6
- import {getDocumentTranslations, Translations} from "../../../../application/source/i18n/translations.mjs";
6
+ import {getDocumentTranslations, Translations} from "../../../source/i18n/translations.mjs";
7
7
 
8
8
  describe('Provider', function () {
9
9
 
@@ -1,9 +1,9 @@
1
1
  import {expect} from "chai"
2
2
 
3
3
 
4
- import {Embed} from "../../../../../application/source/i18n/providers/embed.mjs";
5
- import {Translations} from "../../../../../application/source/i18n/translations.mjs";
6
- import {getGlobal} from "../../../../../application/source/types/global.mjs";
4
+ import {Embed} from "../../../../source/i18n/providers/embed.mjs";
5
+ import {Translations} from "../../../../source/i18n/translations.mjs";
6
+ import {getGlobal} from "../../../../source/types/global.mjs";
7
7
  import {initJSDOM} from "../../../util/jsdom.mjs";
8
8
 
9
9
 
@@ -1,9 +1,9 @@
1
1
  import {expect} from "chai"
2
2
 
3
3
 
4
- import {Fetch} from "../../../../../application/source/i18n/providers/fetch.mjs";
5
- import {Translations} from "../../../../../application/source/i18n/translations.mjs";
6
- import {getGlobal} from "../../../../../application/source/types/global.mjs";
4
+ import {Fetch} from "../../../../source/i18n/providers/fetch.mjs";
5
+ import {Translations} from "../../../../source/i18n/translations.mjs";
6
+ import {getGlobal} from "../../../../source/types/global.mjs";
7
7
 
8
8
 
9
9
  const global = getGlobal();
@@ -1,11 +1,11 @@
1
1
  import {expect} from "chai"
2
- import {parseLocale} from "../../../../application/source/i18n/locale.mjs";
3
- import {Embed} from "../../../../application/source/i18n/providers/embed.mjs";
2
+ import {parseLocale} from "../../../source/i18n/locale.mjs";
3
+ import {Embed} from "../../../source/i18n/providers/embed.mjs";
4
4
  import {
5
5
  Translations,
6
6
  getDocumentTranslations
7
7
 
8
- } from "../../../../application/source/i18n/translations.mjs";
8
+ } from "../../../source/i18n/translations.mjs";
9
9
  import {initJSDOM} from "../../util/jsdom.mjs";
10
10
 
11
11
  describe('Translations', function () {
@@ -1,7 +1,7 @@
1
1
  import {expect} from "chai";
2
- import {ConsoleHandler} from "../../../../../application/source/logging/handler/console.mjs";
3
- import {LogEntry} from "../../../../../application/source/logging/logentry.mjs";
4
- import {TRACE, WARN, DEBUG, ERROR, FATAL, INFO} from "../../../../../application/source/logging/logger.mjs";
2
+ import {ConsoleHandler} from "../../../../source/logging/handler/console.mjs";
3
+ import {LogEntry} from "../../../../source/logging/logentry.mjs";
4
+ import {TRACE, WARN, DEBUG, ERROR, FATAL, INFO} from "../../../../source/logging/logger.mjs";
5
5
 
6
6
  describe('Logging', function () {
7
7
 
@@ -1,7 +1,7 @@
1
1
  import {expect} from "chai";
2
- import {ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF} from "../../../../application/source/logging/logger.mjs";
3
- import {Handler} from "../../../../application/source/logging/handler.mjs";
4
- import {LogEntry} from "../../../../application/source/logging/logentry.mjs";
2
+ import {ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF} from "../../../source/logging/logger.mjs";
3
+ import {Handler} from "../../../source/logging/handler.mjs";
4
+ import {LogEntry} from "../../../source/logging/logentry.mjs";
5
5
 
6
6
  describe('Logging', function () {
7
7
 
@@ -1,5 +1,5 @@
1
1
  import {expect} from "chai"
2
- import {LogEntry} from "../../../../application/source/logging/logentry.mjs";
2
+ import {LogEntry} from "../../../source/logging/logentry.mjs";
3
3
 
4
4
 
5
5
  describe('Log', function () {
@@ -1,5 +1,5 @@
1
1
  import {expect} from "chai"
2
- import {Logger, OFF, ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL} from "../../../../application/source/logging/logger.mjs";
2
+ import {Logger, OFF, ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL} from "../../../source/logging/logger.mjs";
3
3
 
4
4
 
5
5
  describe('Logging', function () {
@@ -15,7 +15,7 @@ describe('Math', function () {
15
15
  }))
16
16
  }
17
17
 
18
- promises.push(import("../../../../application/source/math/random.mjs").then(m => {
18
+ promises.push(import("../../../source/math/random.mjs").then(m => {
19
19
  random = m.random;
20
20
  return true;
21
21
  }))
@@ -1,5 +1,5 @@
1
1
  import {expect} from "chai"
2
- import {Version, getMonsterVersion} from "../../../application/source/types/version.mjs";
2
+ import {Version, getMonsterVersion} from "../../source/types/version.mjs";
3
3
 
4
4
  describe('Monster', function () {
5
5
 
@@ -7,7 +7,7 @@ describe('Monster', function () {
7
7
  let monsterVersion
8
8
 
9
9
  /** don´t touch, replaced by make with package.json version */
10
- monsterVersion = new Version("3.51.3")
10
+ monsterVersion = new Version("3.51.5")
11
11
 
12
12
  let m = getMonsterVersion();
13
13
 
@@ -1,5 +1,5 @@
1
1
  import {expect} from "chai"
2
- import {Message} from "../../../../../application/source/net/webconnect/message.mjs";
2
+ import {Message} from "../../../../source/net/webconnect/message.mjs";
3
3
 
4
4
  describe('Message', function () {
5
5
 
@@ -1,7 +1,7 @@
1
1
  import {expect} from "chai"
2
- import {WebConnect} from "../../../../application/source/net/webconnect.mjs";
3
- import {Message} from "../../../../application/source/net/webconnect/message.mjs";
4
- import {Observer} from "../../../../application/source/types/observer.mjs";
2
+ import {WebConnect} from "../../../source/net/webconnect.mjs";
3
+ import {Message} from "../../../source/net/webconnect/message.mjs";
4
+ import {Observer} from "../../../source/types/observer.mjs";
5
5
  import {initWebSocket} from "../../util/websocket.mjs";
6
6
 
7
7
  const testUrl = "wss://ws.postman-echo.com/raw"
@@ -3,7 +3,7 @@ import {expect} from "chai";
3
3
  import {
4
4
  parseBracketedKeyValueHash,
5
5
  createBracketedKeyValueHash
6
- } from "../../../../application/source/text/bracketed-key-value-hash.mjs";
6
+ } from "../../../source/text/bracketed-key-value-hash.mjs";
7
7
 
8
8
  describe("parseBracketedKeyValueHash", () => {
9
9
  it("should return an empty object for an empty string", () => {
@@ -1,5 +1,5 @@
1
1
  import {expect} from "chai"
2
- import {Formatter} from "../../../../application/source/text/formatter.mjs";
2
+ import {Formatter} from "../../../source/text/formatter.mjs";
3
3
 
4
4
 
5
5
  describe('Formatter', function () {
@@ -1,5 +1,5 @@
1
1
  import {expect} from "chai"
2
- import {generateRangeComparisonExpression} from "../../../../application/source/text/util.mjs";
2
+ import {generateRangeComparisonExpression} from "../../../source/text/util.mjs";
3
3
 
4
4
  describe('generateRangeComparisonExpression', () => {
5
5
  it('should generate correct comparison expression for single values', () => {
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
 
3
3
  import {expect} from "chai"
4
- import {Base} from "../../../../application/source/types/base.mjs";
5
- import {instanceSymbol} from "../../../../application/source/constants.mjs";
4
+ import {Base} from "../../../source/types/base.mjs";
5
+ import {instanceSymbol} from "../../../source/constants.mjs";
6
6
 
7
7
 
8
8
 
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  import {expect} from "chai"
4
- import {BaseWithOptions} from "../../../../application/source/types/basewithoptions.mjs";
4
+ import {BaseWithOptions} from "../../../source/types/basewithoptions.mjs";
5
5
 
6
6
 
7
7
  describe('BaseWithOptions', function () {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  import {expect} from "chai"
4
- import {fromBinary, toBinary} from "../../../../application/source/types/binary.mjs";
4
+ import {fromBinary, toBinary} from "../../../source/types/binary.mjs";
5
5
 
6
6
  describe('Binary', function () {
7
7
 
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  import {expect} from "chai"
4
- import {parseDataURL} from "../../../../application/source/types/dataurl.mjs";
4
+ import {parseDataURL} from "../../../source/types/dataurl.mjs";
5
5
 
6
6
  describe('Dataurl', function () {
7
7
 
@@ -1,4 +1,4 @@
1
- import {getGlobal, getGlobalObject, getGlobalFunction} from "../../../../application/source/types/global.mjs";
1
+ import {getGlobal, getGlobalObject, getGlobalFunction} from "../../../source/types/global.mjs";
2
2
  import {expect} from "chai"
3
3
 
4
4
  describe('Global', function () {
@@ -1,4 +1,4 @@
1
- import {ID} from "../../../../application/source/types/id.mjs";
1
+ import {ID} from "../../../source/types/id.mjs";
2
2
  import {expect} from "chai"
3
3
  import {initJSDOM} from "../../util/jsdom.mjs";
4
4
 
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
 
3
3
  import {expect} from "chai"
4
- import {equipWithInternal} from "../../../../application/source/types/internal.mjs";
5
- import {Observer} from "../../../../application/source/types/observer.mjs";
4
+ import {equipWithInternal} from "../../../source/types/internal.mjs";
5
+ import {Observer} from "../../../source/types/observer.mjs";
6
6
 
7
7
  class SomeRandomClass1 extends Object {
8
8
 
@@ -9,10 +9,10 @@ import {
9
9
  isIterable,
10
10
  isInteger,
11
11
  isSymbol
12
- } from "../../../../application/source/types/is.mjs";
12
+ } from "../../../source/types/is.mjs";
13
13
 
14
14
 
15
- import {ID} from "../../../../application/source/types/id.mjs"
15
+ import {ID} from "../../../source/types/id.mjs"
16
16
 
17
17
  import {expect} from "chai"
18
18
  import {initJSDOM} from "../../util/jsdom.mjs";
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  import {expect} from "chai"
4
- import {MediaType, parseMediaType} from "../../../../application/source/types/mediatype.mjs";
4
+ import {MediaType, parseMediaType} from "../../../source/types/mediatype.mjs";
5
5
 
6
6
  describe('Dataurl', function () {
7
7
 
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  import {expect} from "chai"
4
- import {Node} from "../../../../application/source/types/node.mjs";
5
- import {NodeList} from "../../../../application/source/types/nodelist.mjs";
6
- import {NodeRecursiveIterator} from "../../../../application/source/types/noderecursiveiterator.mjs";
4
+ import {Node} from "../../../source/types/node.mjs";
5
+ import {NodeList} from "../../../source/types/nodelist.mjs";
6
+ import {NodeRecursiveIterator} from "../../../source/types/noderecursiveiterator.mjs";
7
7
 
8
8
  describe('NodeList', function () {
9
9
  describe('#constructor', function () {