Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
25
node_modules/next/dist/shared/lib/lazy-dynamic/dynamic-bailout-to-csr.js
generated
vendored
Normal file
25
node_modules/next/dist/shared/lib/lazy-dynamic/dynamic-bailout-to-csr.js
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
'use client';
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, "BailoutToCSR", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return BailoutToCSR;
|
||||
}
|
||||
});
|
||||
const _bailouttocsr = require("./bailout-to-csr");
|
||||
function BailoutToCSR(param) {
|
||||
let { reason, children } = param;
|
||||
if (typeof window === 'undefined') {
|
||||
throw Object.defineProperty(new _bailouttocsr.BailoutToCSRError(reason), "__NEXT_ERROR_CODE", {
|
||||
value: "E394",
|
||||
enumerable: false,
|
||||
configurable: true
|
||||
});
|
||||
}
|
||||
return children;
|
||||
}
|
||||
|
||||
//# sourceMappingURL=dynamic-bailout-to-csr.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue