Files
ospab.host/node_modules/effect/dist/esm/internal/completedRequestMap.js
2025-09-15 18:10:26 +03:00

5 lines
319 B
JavaScript

import { globalValue } from "../GlobalValue.js";
import { fiberRefUnsafeMake } from "./core.js";
/** @internal */
export const currentRequestMap = /*#__PURE__*/globalValue(/*#__PURE__*/Symbol.for("effect/FiberRef/currentRequestMap"), () => fiberRefUnsafeMake(new Map()));
//# sourceMappingURL=completedRequestMap.js.map