Patch module system
This commit is contained in:
@@ -0,0 +1,416 @@
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js
|
||||
index 299f32d..6272138 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js
|
||||
@@ -74,7 +74,7 @@
|
||||
return metadata;
|
||||
}
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -119,7 +119,7 @@
|
||||
}
|
||||
function loadChunk(chunkId, filename) {
|
||||
chunkMap.set(chunkId, filename);
|
||||
- return __webpack_chunk_load__(chunkId);
|
||||
+ return __bsky_chunk_load__(chunkId);
|
||||
}
|
||||
function getIteratorFn(maybeIterable) {
|
||||
if (null === maybeIterable || "object" !== typeof maybeIterable)
|
||||
@@ -932,7 +932,7 @@
|
||||
function initializeModuleChunk(chunk) {
|
||||
try {
|
||||
var metadata = chunk.value,
|
||||
- moduleExports = __webpack_require__(metadata[0]);
|
||||
+ moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
@@ -1916,8 +1916,8 @@
|
||||
React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
||||
chunkCache = new Map(),
|
||||
chunkMap = new Map(),
|
||||
- webpackGetChunkFilename = __webpack_require__.u;
|
||||
- __webpack_require__.u = function (chunkId) {
|
||||
+ webpackGetChunkFilename = __bsky_require__.u;
|
||||
+ __bsky_require__.u = function (chunkId) {
|
||||
var flightChunk = chunkMap.get(chunkId);
|
||||
return void 0 !== flightChunk
|
||||
? flightChunk
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js
|
||||
index 8b89301..de28ea1 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js
|
||||
@@ -34,7 +34,7 @@ function resolveClientReference(bundlerConfig, metadata) {
|
||||
}
|
||||
var chunkCache = new Map();
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -57,7 +57,7 @@ function preloadModule(metadata) {
|
||||
entry = chunkCache.get(chunkId);
|
||||
void 0 === entry
|
||||
? (chunkMap.set(chunkId, chunkFilename),
|
||||
- (chunkFilename = __webpack_chunk_load__(chunkId)),
|
||||
+ (chunkFilename = __bsky_chunk_load__(chunkId)),
|
||||
promises.push(chunkFilename),
|
||||
(entry = chunkCache.set.bind(chunkCache, chunkId, null)),
|
||||
chunkFilename.then(entry, ignoreReject),
|
||||
@@ -75,8 +75,8 @@ function preloadModule(metadata) {
|
||||
: null;
|
||||
}
|
||||
var chunkMap = new Map(),
|
||||
- webpackGetChunkFilename = __webpack_require__.u;
|
||||
-__webpack_require__.u = function (chunkId) {
|
||||
+ webpackGetChunkFilename = __bsky_require__.u;
|
||||
+__bsky_require__.u = function (chunkId) {
|
||||
var flightChunk = chunkMap.get(chunkId);
|
||||
return void 0 !== flightChunk
|
||||
? flightChunk
|
||||
@@ -627,7 +627,7 @@ function initializeModelChunk(chunk) {
|
||||
function initializeModuleChunk(chunk) {
|
||||
try {
|
||||
var metadata = chunk.value,
|
||||
- moduleExports = __webpack_require__(metadata[0]);
|
||||
+ moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js
|
||||
index c52e265..58a66c5 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js
|
||||
@@ -74,7 +74,7 @@
|
||||
return metadata;
|
||||
}
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -100,7 +100,7 @@
|
||||
chunks[i++];
|
||||
var entry = chunkCache.get(chunkId);
|
||||
if (void 0 === entry) {
|
||||
- entry = __webpack_chunk_load__(chunkId);
|
||||
+ entry = __bsky_chunk_load__(chunkId);
|
||||
promises.push(entry);
|
||||
var resolve = chunkCache.set.bind(chunkCache, chunkId, null);
|
||||
entry.then(resolve, ignoreReject);
|
||||
@@ -1103,7 +1103,7 @@
|
||||
function initializeModuleChunk(chunk) {
|
||||
try {
|
||||
var metadata = chunk.value,
|
||||
- moduleExports = __webpack_require__(metadata[0]);
|
||||
+ moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js
|
||||
index acdd733..e74ef5e 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js
|
||||
@@ -34,7 +34,7 @@ function resolveClientReference(bundlerConfig, metadata) {
|
||||
}
|
||||
var chunkCache = new Map();
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -56,7 +56,7 @@ function preloadModule(metadata) {
|
||||
chunks[i++];
|
||||
var entry = chunkCache.get(chunkId);
|
||||
if (void 0 === entry) {
|
||||
- entry = __webpack_chunk_load__(chunkId);
|
||||
+ entry = __bsky_chunk_load__(chunkId);
|
||||
promises.push(entry);
|
||||
var resolve = chunkCache.set.bind(chunkCache, chunkId, null);
|
||||
entry.then(resolve, ignoreReject);
|
||||
@@ -781,7 +781,7 @@ function initializeModelChunk(chunk) {
|
||||
function initializeModuleChunk(chunk) {
|
||||
try {
|
||||
var metadata = chunk.value,
|
||||
- moduleExports = __webpack_require__(metadata[0]);
|
||||
+ moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js
|
||||
index ba9c37f..5646acf 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js
|
||||
@@ -74,7 +74,7 @@
|
||||
return metadata;
|
||||
}
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -100,7 +100,7 @@
|
||||
chunks[i++];
|
||||
var entry = chunkCache.get(chunkId);
|
||||
if (void 0 === entry) {
|
||||
- entry = __webpack_chunk_load__(chunkId);
|
||||
+ entry = __bsky_chunk_load__(chunkId);
|
||||
promises.push(entry);
|
||||
var resolve = chunkCache.set.bind(chunkCache, chunkId, null);
|
||||
entry.then(resolve, ignoreReject);
|
||||
@@ -1103,7 +1103,7 @@
|
||||
function initializeModuleChunk(chunk) {
|
||||
try {
|
||||
var metadata = chunk.value,
|
||||
- moduleExports = __webpack_require__(metadata[0]);
|
||||
+ moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js
|
||||
index c08e00e..6ac051d 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js
|
||||
@@ -35,7 +35,7 @@ function resolveClientReference(bundlerConfig, metadata) {
|
||||
}
|
||||
var chunkCache = new Map();
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -57,7 +57,7 @@ function preloadModule(metadata) {
|
||||
chunks[i++];
|
||||
var entry = chunkCache.get(chunkId);
|
||||
if (void 0 === entry) {
|
||||
- entry = __webpack_chunk_load__(chunkId);
|
||||
+ entry = __bsky_chunk_load__(chunkId);
|
||||
promises.push(entry);
|
||||
var resolve = chunkCache.set.bind(chunkCache, chunkId, null);
|
||||
entry.then(resolve, ignoreReject);
|
||||
@@ -782,7 +782,7 @@ function initializeModelChunk(chunk) {
|
||||
function initializeModuleChunk(chunk) {
|
||||
try {
|
||||
var metadata = chunk.value,
|
||||
- moduleExports = __webpack_require__(metadata[0]);
|
||||
+ moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js
|
||||
index bbc5ccd..463f0d4 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js
|
||||
@@ -2129,7 +2129,7 @@
|
||||
return [resolvedModuleData.id, resolvedModuleData.chunks, name];
|
||||
}
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -2173,7 +2173,7 @@
|
||||
: null;
|
||||
}
|
||||
function requireModule(metadata) {
|
||||
- var moduleExports = __webpack_require__(metadata[0]);
|
||||
+ var moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
@@ -2188,7 +2188,7 @@
|
||||
}
|
||||
function loadChunk(chunkId, filename) {
|
||||
chunkMap.set(chunkId, filename);
|
||||
- return __webpack_chunk_load__(chunkId);
|
||||
+ return __bsky_chunk_load__(chunkId);
|
||||
}
|
||||
function Chunk(status, value, reason, response) {
|
||||
this.status = status;
|
||||
@@ -3225,8 +3225,8 @@
|
||||
emptyRoot = {},
|
||||
chunkCache = new Map(),
|
||||
chunkMap = new Map(),
|
||||
- webpackGetChunkFilename = __webpack_require__.u;
|
||||
- __webpack_require__.u = function (chunkId) {
|
||||
+ webpackGetChunkFilename = __bsky_require__.u;
|
||||
+ __bsky_require__.u = function (chunkId) {
|
||||
var flightChunk = chunkMap.get(chunkId);
|
||||
return void 0 !== flightChunk
|
||||
? flightChunk
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js
|
||||
index 9025db0..c33a3aa 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js
|
||||
@@ -1866,7 +1866,7 @@ function resolveServerReference(bundlerConfig, id) {
|
||||
}
|
||||
var chunkCache = new Map();
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -1889,7 +1889,7 @@ function preloadModule(metadata) {
|
||||
entry = chunkCache.get(chunkId);
|
||||
void 0 === entry
|
||||
? (chunkMap.set(chunkId, chunkFilename),
|
||||
- (chunkFilename = __webpack_chunk_load__(chunkId)),
|
||||
+ (chunkFilename = __bsky_chunk_load__(chunkId)),
|
||||
promises.push(chunkFilename),
|
||||
(entry = chunkCache.set.bind(chunkCache, chunkId, null)),
|
||||
chunkFilename.then(entry, ignoreReject),
|
||||
@@ -1907,7 +1907,7 @@ function preloadModule(metadata) {
|
||||
: null;
|
||||
}
|
||||
function requireModule(metadata) {
|
||||
- var moduleExports = __webpack_require__(metadata[0]);
|
||||
+ var moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
@@ -1921,8 +1921,8 @@ function requireModule(metadata) {
|
||||
: moduleExports[metadata[2]];
|
||||
}
|
||||
var chunkMap = new Map(),
|
||||
- webpackGetChunkFilename = __webpack_require__.u;
|
||||
-__webpack_require__.u = function (chunkId) {
|
||||
+ webpackGetChunkFilename = __bsky_require__.u;
|
||||
+__bsky_require__.u = function (chunkId) {
|
||||
var flightChunk = chunkMap.get(chunkId);
|
||||
return void 0 !== flightChunk
|
||||
? flightChunk
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js
|
||||
index b6b7d56..665026c 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js
|
||||
@@ -2149,7 +2149,7 @@
|
||||
return [resolvedModuleData.id, resolvedModuleData.chunks, name];
|
||||
}
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -2175,7 +2175,7 @@
|
||||
chunks[i++];
|
||||
var entry = chunkCache.get(chunkId);
|
||||
if (void 0 === entry) {
|
||||
- entry = __webpack_chunk_load__(chunkId);
|
||||
+ entry = __bsky_chunk_load__(chunkId);
|
||||
promises.push(entry);
|
||||
var resolve = chunkCache.set.bind(chunkCache, chunkId, null);
|
||||
entry.then(resolve, ignoreReject);
|
||||
@@ -2193,7 +2193,7 @@
|
||||
: null;
|
||||
}
|
||||
function requireModule(metadata) {
|
||||
- var moduleExports = __webpack_require__(metadata[0]);
|
||||
+ var moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js
|
||||
index eb87e3f..fa22840 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js
|
||||
@@ -1877,7 +1877,7 @@ function resolveServerReference(bundlerConfig, id) {
|
||||
}
|
||||
var chunkCache = new Map();
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -1899,7 +1899,7 @@ function preloadModule(metadata) {
|
||||
chunks[i++];
|
||||
var entry = chunkCache.get(chunkId);
|
||||
if (void 0 === entry) {
|
||||
- entry = __webpack_chunk_load__(chunkId);
|
||||
+ entry = __bsky_chunk_load__(chunkId);
|
||||
promises.push(entry);
|
||||
var resolve = chunkCache.set.bind(chunkCache, chunkId, null);
|
||||
entry.then(resolve, ignoreReject);
|
||||
@@ -1917,7 +1917,7 @@ function preloadModule(metadata) {
|
||||
: null;
|
||||
}
|
||||
function requireModule(metadata) {
|
||||
- var moduleExports = __webpack_require__(metadata[0]);
|
||||
+ var moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js
|
||||
index 66c4a95..2a86931 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js
|
||||
@@ -2170,7 +2170,7 @@
|
||||
return [resolvedModuleData.id, resolvedModuleData.chunks, name];
|
||||
}
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -2196,7 +2196,7 @@
|
||||
chunks[i++];
|
||||
var entry = chunkCache.get(chunkId);
|
||||
if (void 0 === entry) {
|
||||
- entry = __webpack_chunk_load__(chunkId);
|
||||
+ entry = __bsky_chunk_load__(chunkId);
|
||||
promises.push(entry);
|
||||
var resolve = chunkCache.set.bind(chunkCache, chunkId, null);
|
||||
entry.then(resolve, ignoreReject);
|
||||
@@ -2214,7 +2214,7 @@
|
||||
: null;
|
||||
}
|
||||
function requireModule(metadata) {
|
||||
- var moduleExports = __webpack_require__(metadata[0]);
|
||||
+ var moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
diff --git a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js
|
||||
index 9a72d8a..5f11d68 100644
|
||||
--- a/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js
|
||||
+++ b/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js
|
||||
@@ -1913,7 +1913,7 @@ function resolveServerReference(bundlerConfig, id) {
|
||||
}
|
||||
var chunkCache = new Map();
|
||||
function requireAsyncModule(id) {
|
||||
- var promise = __webpack_require__(id);
|
||||
+ var promise = __bsky_require__(id);
|
||||
if ("function" !== typeof promise.then || "fulfilled" === promise.status)
|
||||
return null;
|
||||
promise.then(
|
||||
@@ -1935,7 +1935,7 @@ function preloadModule(metadata) {
|
||||
chunks[i++];
|
||||
var entry = chunkCache.get(chunkId);
|
||||
if (void 0 === entry) {
|
||||
- entry = __webpack_chunk_load__(chunkId);
|
||||
+ entry = __bsky_chunk_load__(chunkId);
|
||||
promises.push(entry);
|
||||
var resolve = chunkCache.set.bind(chunkCache, chunkId, null);
|
||||
entry.then(resolve, ignoreReject);
|
||||
@@ -1953,7 +1953,7 @@ function preloadModule(metadata) {
|
||||
: null;
|
||||
}
|
||||
function requireModule(metadata) {
|
||||
- var moduleExports = __webpack_require__(metadata[0]);
|
||||
+ var moduleExports = __bsky_require__(metadata[0]);
|
||||
if (4 === metadata.length && "function" === typeof moduleExports.then)
|
||||
if ("fulfilled" === moduleExports.status)
|
||||
moduleExports = moduleExports.value;
|
||||
Reference in New Issue
Block a user