UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

9 lines (8 loc) 232 B
import { AsyncLocalStorage } from "node:async_hooks"; import { installRenderScope } from "./scope.js"; function ensureAsyncRenderScope() { return installRenderScope(new AsyncLocalStorage()); } export { ensureAsyncRenderScope };