UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

8 lines (7 loc) 400 B
const EMPTY_LOADER_STRING = `export function loader() {return "__vxrn__loader__"};`; function makeLoaderRouteIdStub(routeId) { return `export function loader() {return ${JSON.stringify(routeId)}};`; } const SERVER_CONTEXT_POST_RENDER_STRING = `_one_post_render_data_`; export { EMPTY_LOADER_STRING, SERVER_CONTEXT_POST_RENDER_STRING, makeLoaderRouteIdStub }; //# sourceMappingURL=constants.mjs.map