{"version":3,"sources":["../src/jsx-dev-runtime.ts"],"names":["jsxDEV","type","props","key","_isStaticChildren","_source","_self","jsx"],"mappings":"qFAIO,SAASA,CAAAA,CAAOC,CAAAA,CAAWC,CAAAA,CAAgCC,CAAAA,CAAcC,CAAAA,CAA4BC,CAAAA,CAAkBC,CAAAA,CAAgB,CAC1I,OAAOC,CAAAA,CAAIN,CAAAA,CAAMC,CAAAA,CAAOC,CAAG,CAC/B","file":"jsx-dev-runtime.mjs","sourcesContent":["import { jsx, Fragment } from './jsx-runtime'\n\nexport { Fragment }\n// eslint-disable-next-line @typescript-eslint/no-explicit-any -- JSX dev factory: type is heterogeneous; isStaticChildren/source/self are React compat params we don't use\nexport function jsxDEV(type: any, props: Record<string, unknown>, key: unknown, _isStaticChildren: boolean, _source: unknown, _self: unknown) {\n    return jsx(type, props, key)\n}\n"]}