next
Version:
The React Framework
34 lines (32 loc) • 1.25 kB
JavaScript
// Browser variant of `./client-boundary-params`. In the browser the params and
// searchParams are created at render time rather than dynamically tracked.
;
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
createClientParams: null,
createClientSearchParams: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
createClientParams: function() {
return _paramsbrowser.createRenderParamsFromClient;
},
createClientSearchParams: function() {
return _searchparamsbrowser.createRenderSearchParamsFromClient;
}
});
const _paramsbrowser = require("../request/params.browser");
const _searchparamsbrowser = require("../request/search-params.browser");
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=client-boundary-params.browser.js.map