Rocky_Mountain_Vending/.pnpm-store/v10/files/14/7360c2907c265bb8f48828d5838544d9eb041b405eb45e37834621c0541d705449205e2ecb6fccceede7d1a0971475d72c93b4f7141961e576e6b30e60e88b
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

1 line
No EOL
3.3 KiB
Text

{"version":3,"sources":["../../../../src/build/webpack/loaders/next-flight-client-module-loader.ts"],"sourcesContent":["import type { webpack } from 'next/dist/compiled/webpack/webpack'\nimport { getRSCModuleInformation } from '../../analysis/get-page-static-info'\nimport { getModuleBuildInfo } from './get-module-build-info'\n\nconst flightClientModuleLoader: webpack.LoaderDefinitionFunction =\n function transformSource(this, source: string, sourceMap: any) {\n // Avoid buffer to be consumed\n if (typeof source !== 'string') {\n throw new Error('Expected source to have been transformed to a string.')\n }\n\n if (!this._module) {\n return source\n }\n // Assign the RSC meta information to buildInfo.\n const buildInfo = getModuleBuildInfo(this._module)\n buildInfo.rsc = getRSCModuleInformation(source, false)\n let prefix = ''\n if (process.env.BUILTIN_FLIGHT_CLIENT_ENTRY_PLUGIN) {\n const rscModuleInformationJson = JSON.stringify(buildInfo.rsc)\n prefix = `/* __rspack_internal_rsc_module_information_do_not_use__ ${rscModuleInformationJson} */\\n`\n source = prefix + source\n }\n\n // This is a server action entry module in the client layer. We need to\n // create re-exports of \"virtual modules\" to expose the reference IDs to the\n // client separately so they won't be always in the same one module which is\n // not splittable. This server action module tree shaking is only applied in\n // production mode. In development mode, we want to preserve the original\n // modules (as transformed by SWC) to ensure that source mapping works.\n if (buildInfo.rsc.actionIds && process.env.NODE_ENV === 'production') {\n return (\n prefix +\n Object.entries(buildInfo.rsc.actionIds)\n .map(([id, name]) => {\n return `export { ${name} } from 'next-flight-server-reference-proxy-loader?id=${id}&name=${name}!'`\n })\n .join('\\n')\n )\n }\n\n return this.callback(null, source, sourceMap)\n }\n\nexport default flightClientModuleLoader\n"],"names":["flightClientModuleLoader","transformSource","source","sourceMap","Error","_module","buildInfo","getModuleBuildInfo","rsc","getRSCModuleInformation","prefix","process","env","BUILTIN_FLIGHT_CLIENT_ENTRY_PLUGIN","rscModuleInformationJson","JSON","stringify","actionIds","NODE_ENV","Object","entries","map","id","name","join","callback"],"mappings":";;;;+BA4CA;;;eAAA;;;mCA3CwC;oCACL;AAEnC,MAAMA,2BACJ,SAASC,gBAAsBC,MAAc,EAAEC,SAAc;IAC3D,8BAA8B;IAC9B,IAAI,OAAOD,WAAW,UAAU;QAC9B,MAAM,qBAAkE,CAAlE,IAAIE,MAAM,0DAAV,qBAAA;mBAAA;wBAAA;0BAAA;QAAiE;IACzE;IAEA,IAAI,CAAC,IAAI,CAACC,OAAO,EAAE;QACjB,OAAOH;IACT;IACA,gDAAgD;IAChD,MAAMI,YAAYC,IAAAA,sCAAkB,EAAC,IAAI,CAACF,OAAO;IACjDC,UAAUE,GAAG,GAAGC,IAAAA,0CAAuB,EAACP,QAAQ;IAChD,IAAIQ,SAAS;IACb,IAAIC,QAAQC,GAAG,CAACC,kCAAkC,EAAE;QAClD,MAAMC,2BAA2BC,KAAKC,SAAS,CAACV,UAAUE,GAAG;QAC7DE,SAAS,CAAC,yDAAyD,EAAEI,yBAAyB,KAAK,CAAC;QACpGZ,SAASQ,SAASR;IACpB;IAEA,uEAAuE;IACvE,4EAA4E;IAC5E,4EAA4E;IAC5E,4EAA4E;IAC5E,yEAAyE;IACzE,uEAAuE;IACvE,IAAII,UAAUE,GAAG,CAACS,SAAS,IAAIN,QAAQC,GAAG,CAACM,QAAQ,KAAK,cAAc;QACpE,OACER,SACAS,OAAOC,OAAO,CAACd,UAAUE,GAAG,CAACS,SAAS,EACnCI,GAAG,CAAC,CAAC,CAACC,IAAIC,KAAK;YACd,OAAO,CAAC,SAAS,EAAEA,KAAK,sDAAsD,EAAED,GAAG,MAAM,EAAEC,KAAK,EAAE,CAAC;QACrG,GACCC,IAAI,CAAC;IAEZ;IAEA,OAAO,IAAI,CAACC,QAAQ,CAAC,MAAMvB,QAAQC;AACrC;MAEF,WAAeH","ignoreList":[0]}