@lvce-editor/status-bar-worker 1.11.0 → 1.12.0
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.
|
@@ -524,9 +524,9 @@ const get$3 = id => {
|
|
|
524
524
|
const remove = id => {
|
|
525
525
|
delete callbacks[id];
|
|
526
526
|
};
|
|
527
|
-
let id = 0;
|
|
527
|
+
let id$1 = 0;
|
|
528
528
|
const create$3$1 = () => {
|
|
529
|
-
return ++id;
|
|
529
|
+
return ++id$1;
|
|
530
530
|
};
|
|
531
531
|
const registerPromise = () => {
|
|
532
532
|
const id = create$3$1();
|
|
@@ -1018,7 +1018,6 @@ const TargetName = 'event.target.name';
|
|
|
1018
1018
|
|
|
1019
1019
|
const ExtensionHostWorker = 44;
|
|
1020
1020
|
const RendererWorker = 1;
|
|
1021
|
-
const SourceControlWorker = 66;
|
|
1022
1021
|
|
|
1023
1022
|
const SetDom2 = 'Viewlet.setDom2';
|
|
1024
1023
|
|
|
@@ -1260,8 +1259,9 @@ const handleClick = async (state, name) => {
|
|
|
1260
1259
|
return state;
|
|
1261
1260
|
};
|
|
1262
1261
|
|
|
1262
|
+
const id = 7201;
|
|
1263
1263
|
const sendMessagePortToExtensionHostWorker = async port => {
|
|
1264
|
-
await sendMessagePortToExtensionHostWorker$1(port,
|
|
1264
|
+
await sendMessagePortToExtensionHostWorker$1(port, id);
|
|
1265
1265
|
};
|
|
1266
1266
|
|
|
1267
1267
|
const createExtensionHostRpc = async () => {
|