Initial boiler plate project
This commit is contained in:
39
node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js
generated
vendored
Normal file
39
node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js
generated
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
"use client";
|
||||
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
0 && (module.exports = {
|
||||
PathParamsContext: null,
|
||||
PathnameContext: null,
|
||||
SearchParamsContext: null
|
||||
});
|
||||
function _export(target, all) {
|
||||
for(var name in all)Object.defineProperty(target, name, {
|
||||
enumerable: true,
|
||||
get: all[name]
|
||||
});
|
||||
}
|
||||
_export(exports, {
|
||||
PathParamsContext: function() {
|
||||
return PathParamsContext;
|
||||
},
|
||||
PathnameContext: function() {
|
||||
return PathnameContext;
|
||||
},
|
||||
SearchParamsContext: function() {
|
||||
return SearchParamsContext;
|
||||
}
|
||||
});
|
||||
const _react = require("react");
|
||||
const SearchParamsContext = (0, _react.createContext)(null);
|
||||
const PathnameContext = (0, _react.createContext)(null);
|
||||
const PathParamsContext = (0, _react.createContext)(null);
|
||||
if (process.env.NODE_ENV !== "production") {
|
||||
SearchParamsContext.displayName = "SearchParamsContext";
|
||||
PathnameContext.displayName = "PathnameContext";
|
||||
PathParamsContext.displayName = "PathParamsContext";
|
||||
}
|
||||
|
||||
//# sourceMappingURL=hooks-client-context.shared-runtime.js.map
|
||||
Reference in New Issue
Block a user