@difizen/libro-cofine-editor-core 0.2.35 → 0.2.37
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.
|
@@ -18995,6 +18995,8 @@ function load(name, req, load, config) {
|
|
|
18995
18995
|
/******/
|
|
18996
18996
|
/************************************************************************/
|
|
18997
18997
|
var __webpack_exports__ = {};
|
|
18998
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
18999
|
+
(() => {
|
|
18998
19000
|
/*!******************************!*\
|
|
18999
19001
|
!*** ./src/editor.worker.ts ***!
|
|
19000
19002
|
\******************************/
|
|
@@ -19026,6 +19028,8 @@ globalThis.onmessage = (e) => {
|
|
|
19026
19028
|
}
|
|
19027
19029
|
};
|
|
19028
19030
|
|
|
19031
|
+
})();
|
|
19032
|
+
|
|
19029
19033
|
/******/ })()
|
|
19030
19034
|
;
|
|
19031
19035
|
//# sourceMappingURL=editor.worker.min.js.map
|