@lvce-editor/extension-management-worker 4.22.0 → 4.23.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.
|
@@ -3027,6 +3027,8 @@ const getViews = async (assetDir, platform) => {
|
|
|
3027
3027
|
return getViewsFromExtensionWorkers(extensions, resolvedAssetDir, resolvedPlatform);
|
|
3028
3028
|
};
|
|
3029
3029
|
|
|
3030
|
+
const handleData = () => {};
|
|
3031
|
+
|
|
3030
3032
|
const StatusBarWorker = 200;
|
|
3031
3033
|
|
|
3032
3034
|
const handleMessagePort = async (port, rpcId) => {
|
|
@@ -3211,6 +3213,7 @@ const commandMap = {
|
|
|
3211
3213
|
'Extensions.getViewActions': getViewActions,
|
|
3212
3214
|
'Extensions.getViewMenuEntries': getViewMenuEntries,
|
|
3213
3215
|
'Extensions.getViews': getViews,
|
|
3216
|
+
'Extensions.handleData': handleData,
|
|
3214
3217
|
'Extensions.handleMessagePort': handleMessagePort,
|
|
3215
3218
|
'Extensions.handleViewContextChange': handleViewContextChange,
|
|
3216
3219
|
'Extensions.importExtension': importExtension,
|