{"ast":null,"code":"import React from'react';import{createRoot}from'react-dom/client';import'./index.css';import App from'./App';import{jsx as _jsx}from\"react/jsx-runtime\";const rootElement=document.getElementById('root');if(!rootElement)throw new Error('Root element not found');createRoot(rootElement).render(/*#__PURE__*/_jsx(App,{}));","map":{"version":3,"names":["React","createRoot","App","jsx","_jsx","rootElement","document","getElementById","Error","render"],"sources":["/root/.openclaw/workspace/projects/termosa-use-request/example/src/index.js"],"sourcesContent":["import React from 'react'\nimport { createRoot } from 'react-dom/client'\n\nimport './index.css'\nimport App from './App'\n\nconst rootElement = document.getElementById('root')\nif (!rootElement) throw new Error('Root element not found')\n\ncreateRoot(rootElement).render(<App />)\n"],"mappings":"AAAA,MAAO,CAAAA,KAAK,KAAM,OAAO,CACzB,OAASC,UAAU,KAAQ,kBAAkB,CAE7C,MAAO,aAAa,CACpB,MAAO,CAAAC,GAAG,KAAM,OAAO,QAAAC,GAAA,IAAAC,IAAA,yBAEvB,KAAM,CAAAC,WAAW,CAAGC,QAAQ,CAACC,cAAc,CAAC,MAAM,CAAC,CACnD,GAAI,CAACF,WAAW,CAAE,KAAM,IAAI,CAAAG,KAAK,CAAC,wBAAwB,CAAC,CAE3DP,UAAU,CAACI,WAAW,CAAC,CAACI,MAAM,cAACL,IAAA,CAACF,GAAG,GAAE,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}