@pubinfo-pr/devtools 0.182.3 → 0.182.5
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.
|
@@ -7756,7 +7756,7 @@ const methodNameMap = {
|
|
|
7756
7756
|
function normalizeResolvedModulePath(path) {
|
|
7757
7757
|
return path ? path.startsWith("/") ? path : `/${path}` : void 0;
|
|
7758
7758
|
}
|
|
7759
|
-
const MESSAGE_REQUEST_TYPE = "pubinfo
|
|
7759
|
+
const MESSAGE_REQUEST_TYPE = "pubinfo:devtools-request", MESSAGE_RESPONSE_TYPE = "pubinfo:devtools-response", pendingHostRequests = /* @__PURE__ */ new Map();
|
|
7760
7760
|
let messageBridgeInitialised = false;
|
|
7761
7761
|
function buildModuleSpecifierCandidates(route) {
|
|
7762
7762
|
const candidates = [], resolvedPath = normalizeResolvedModulePath(route.requestModuleResolvedPath);
|