前端初始化
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
||||
//#region src/index-node.ts
|
||||
function addCustomCommand() {}
|
||||
function addCustomTab() {}
|
||||
function onDevToolsClientConnected(_fn) {
|
||||
return new Promise(() => {});
|
||||
}
|
||||
function onDevToolsConnected(_fn) {
|
||||
return new Promise(() => {});
|
||||
}
|
||||
function removeCustomCommand() {}
|
||||
function setupDevToolsPlugin(_pluginDescriptor, _setupFn) {}
|
||||
//#endregion
|
||||
exports.addCustomCommand = addCustomCommand;
|
||||
exports.addCustomTab = addCustomTab;
|
||||
exports.onDevToolsClientConnected = onDevToolsClientConnected;
|
||||
exports.onDevToolsConnected = onDevToolsConnected;
|
||||
exports.removeCustomCommand = removeCustomCommand;
|
||||
exports.setupDevToolsPlugin = setupDevToolsPlugin;
|
||||
exports.setupDevtoolsPlugin = setupDevToolsPlugin;
|
||||
Reference in New Issue
Block a user