react-router 0.0.0-experimental-426e5caec → 0.0.0-experimental-4a4201184
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.
- package/dist/development/{chunk-KCPD675I.js → chunk-6R4V7NPM.js} +1 -1
- package/dist/development/{chunk-5HELVQDL.mjs → chunk-C7GK4JJS.mjs} +2 -2
- package/dist/{production/chunk-TC5SCO6O.js → development/chunk-K76VSH6G.js} +131 -131
- package/dist/{production/chunk-DZS627TW.mjs → development/chunk-S2LDQCL2.mjs} +9 -3
- package/dist/development/dom-export.js +3 -3
- package/dist/development/dom-export.mjs +3 -3
- package/dist/development/index-react-server-client.js +4 -4
- package/dist/development/index-react-server-client.mjs +2 -2
- package/dist/development/index-react-server.js +1 -1
- package/dist/development/index-react-server.mjs +1 -1
- package/dist/development/index.js +102 -96
- package/dist/development/index.mjs +3 -3
- package/dist/development/lib/types/internal.js +1 -1
- package/dist/development/lib/types/internal.mjs +1 -1
- package/dist/{development/chunk-ZOYSFAC5.mjs → production/chunk-2GVDR6RN.mjs} +9 -3
- package/dist/{development/chunk-KPVSYEOF.js → production/chunk-AAKBIMAA.js} +131 -131
- package/dist/production/{chunk-5W7O3ZZ2.mjs → chunk-ITXTNQS4.mjs} +2 -2
- package/dist/production/{chunk-NLCKEFES.js → chunk-QODS6AKA.js} +1 -1
- package/dist/production/dom-export.js +3 -3
- package/dist/production/dom-export.mjs +3 -3
- package/dist/production/index-react-server-client.js +4 -4
- package/dist/production/index-react-server-client.mjs +2 -2
- package/dist/production/index-react-server.js +1 -1
- package/dist/production/index-react-server.mjs +1 -1
- package/dist/production/index.js +102 -96
- package/dist/production/index.mjs +3 -3
- package/dist/production/lib/types/internal.js +1 -1
- package/dist/production/lib/types/internal.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-4a4201184
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-4a4201184
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -8966,7 +8966,7 @@ var isBrowser = typeof window !== "undefined" && typeof window.document !== "und
|
|
|
8966
8966
|
try {
|
|
8967
8967
|
if (isBrowser) {
|
|
8968
8968
|
window.__reactRouterVersion = // @ts-expect-error
|
|
8969
|
-
"0.0.0-experimental-
|
|
8969
|
+
"0.0.0-experimental-4a4201184";
|
|
8970
8970
|
}
|
|
8971
8971
|
} catch (e) {
|
|
8972
8972
|
}
|