{"ast":null,"code":"\"use strict\";\nvar ReactRefreshRuntime = require(\"react-refresh/runtime\");\nReactRefreshRuntime.injectIntoGlobalHook(global);\nvar Refresh = {\n  performFullRefresh: function performFullRefresh() {\n    location.reload();\n  },\n  createSignatureFunctionForTransform: ReactRefreshRuntime.createSignatureFunctionForTransform,\n  isLikelyComponentType: ReactRefreshRuntime.isLikelyComponentType,\n  getFamilyByType: ReactRefreshRuntime.getFamilyByType,\n  register: ReactRefreshRuntime.register,\n  performReactRefresh: function performReactRefresh() {\n    if (ReactRefreshRuntime.hasUnrecoverableErrors()) {\n      location.reload();\n      return;\n    }\n    ReactRefreshRuntime.performReactRefresh();\n  }\n};\nglobal[(global.__METRO_GLOBAL_PREFIX__ || \"\") + \"__ReactRefresh\"] = Refresh;","map":{"version":3,"sources":["../src/setupFastRefresh.ts"],"names":[],"mappings":";AAEA,IAAM,mBAAmB,GAAG,OAAO,CAAC,uBAAuB,CAAC;AAC5D,mBAAmB,CAAC,oBAAoB,CAAC,MAAM,CAAC;AAEhD,IAAM,OAAO,GAAG;EACd,kBAAkB,WAAA,mBAAA,EAAA;IAChB,QAAQ,CAAC,MAAM,CAAA,CAAE;EACnB,CAAC;EAED,mCAAmC,EACjC,mBAAmB,CAAC,mCAAmC;EAEzD,qBAAqB,EAAE,mBAAmB,CAAC,qBAAqB;EAEhE,eAAe,EAAE,mBAAmB,CAAC,eAAe;EAEpD,QAAQ,EAAE,mBAAmB,CAAC,QAAQ;EAEtC,mBAAmB,WAAA,oBAAA,EAAA;IACjB,IAAI,mBAAmB,CAAC,sBAAsB,CAAA,CAAE,EAAE;MAChD,QAAQ,CAAC,MAAM,CAAA,CAAE;MACjB;IACD;IACD,mBAAmB,CAAC,mBAAmB,CAAA,CAAE;EAC3C;CACD;AAKD,MAAM,CAAC,CAAC,MAAM,CAAC,uBAAuB,IAAI,EAAE,IAAI,gBAAgB,CAAC,GAAG,OAAO","sourcesContent":["// This needs to run before the renderer initializes.\n\nconst ReactRefreshRuntime = require(\"react-refresh/runtime\");\nReactRefreshRuntime.injectIntoGlobalHook(global);\n\nconst Refresh = {\n  performFullRefresh() {\n    location.reload();\n  },\n\n  createSignatureFunctionForTransform:\n    ReactRefreshRuntime.createSignatureFunctionForTransform,\n\n  isLikelyComponentType: ReactRefreshRuntime.isLikelyComponentType,\n\n  getFamilyByType: ReactRefreshRuntime.getFamilyByType,\n\n  register: ReactRefreshRuntime.register,\n\n  performReactRefresh() {\n    if (ReactRefreshRuntime.hasUnrecoverableErrors()) {\n      location.reload();\n      return;\n    }\n    ReactRefreshRuntime.performReactRefresh();\n  },\n};\n\n// The metro require polyfill can not have dependencies (applies for all polyfills).\n// Expose `Refresh` by assigning it to global to make it available in the polyfill.\n// @ts-expect-error\nglobal[(global.__METRO_GLOBAL_PREFIX__ || \"\") + \"__ReactRefresh\"] = Refresh;\n"],"sourceRoot":""},"metadata":{},"sourceType":"script"}