{"version":3,"sources":["../../src/utils/SuspenseContext.ts"],"names":["createContext"],"mappings":";;;;;AAGA,IAAM,eAAA,GAAkBA,oBAAkD,IAAI,CAAA;AAE9E,IAAO,uBAAQ,GAAA","file":"chunk-VSGUGNQM.cjs","sourcesContent":["import { createContext } from 'react';\nimport type { AsyncState } from '../types';\n\nconst SuspenseContext = createContext<Map<AsyncState, () => void> | null>(null);\n\nexport default SuspenseContext;\n"]}