{"version":3,"file":"BZpo3XsN.js","sources":["../../../../../node_modules/nuxt/dist/app/composables/once.js"],"sourcesContent":["import { useNuxtApp } from \"../nuxt.js\";\nexport async function callOnce(...args) {\n const autoKey = typeof args[args.length - 1] === \"string\" ? args.pop() : void 0;\n if (typeof args[0] !== \"string\") {\n args.unshift(autoKey);\n }\n const [_key, fn] = args;\n if (!_key || typeof _key !== \"string\") {\n throw new TypeError(\"[nuxt] [callOnce] key must be a string: \" + _key);\n }\n if (fn !== void 0 && typeof fn !== \"function\") {\n throw new Error(\"[nuxt] [callOnce] fn must be a function: \" + fn);\n }\n const nuxtApp = useNuxtApp();\n if (nuxtApp.payload.once.has(_key)) {\n return;\n }\n nuxtApp._once = nuxtApp._once || {};\n nuxtApp._once[_key] = nuxtApp._once[_key] || fn() || true;\n await nuxtApp._once[_key];\n nuxtApp.payload.once.add(_key);\n delete nuxtApp._once[_key];\n}\n"],"names":["callOnce","args","autoKey","_key","fn","nuxtApp","useNuxtApp"],"mappings":"kCACO,eAAeA,KAAYC,EAAM,CACtC,MAAMC,EAAU,OAAOD,EAAKA,EAAK,OAAS,CAAC,GAAM,SAAWA,EAAK,IAAK,EAAG,OACrE,OAAOA,EAAK,CAAC,GAAM,UACrBA,EAAK,QAAQC,CAAO,EAEtB,KAAM,CAACC,EAAMC,CAAE,EAAIH,EACnB,GAAI,CAACE,GAAQ,OAAOA,GAAS,SAC3B,MAAM,IAAI,UAAU,2CAA6CA,CAAI,EAEvE,GAAIC,IAAO,QAAU,OAAOA,GAAO,WACjC,MAAM,IAAI,MAAM,4CAA8CA,CAAE,EAElE,MAAMC,EAAUC,IACZD,EAAQ,QAAQ,KAAK,IAAIF,CAAI,IAGjCE,EAAQ,MAAQA,EAAQ,OAAS,CAAA,EACjCA,EAAQ,MAAMF,CAAI,EAAIE,EAAQ,MAAMF,CAAI,GAAKC,EAAI,GAAI,GACrD,MAAMC,EAAQ,MAAMF,CAAI,EACxBE,EAAQ,QAAQ,KAAK,IAAIF,CAAI,EAC7B,OAAOE,EAAQ,MAAMF,CAAI,EAC3B","x_google_ignoreList":[0]}