Rocky_Mountain_Vending/.pnpm-store/v10/files/e6/7bbf0b43733cd64a0a478484bc34fbc4fcfcb5857fa21d982f080318fc4b9305f9bc14bd32b86b667b2818028261eea31b81d3449bf5f3449170b46c6c7b1a
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
2.1 KiB
Text

{"version":3,"sources":["../../../../src/shared/lib/turbopack/compilation-events.ts"],"sourcesContent":["import type { Project } from '../../../build/swc/types'\nimport * as Log from '../../../build/output/log'\n\n/**\n * Subscribes to compilation events for `project` and prints them using the\n * `Log` library.\n *\n * The `signal` argument is partially implemented. The abort may not happen until the next\n * compilation event arrives.\n */\nexport function backgroundLogCompilationEvents(\n project: Project,\n { eventTypes, signal }: { eventTypes?: string[]; signal?: AbortSignal } = {}\n) {\n ;(async function () {\n for await (const event of project.compilationEventsSubscribe(eventTypes)) {\n if (signal?.aborted) {\n return\n }\n switch (event.severity) {\n case 'EVENT':\n Log.event(event.message)\n break\n case 'TRACE':\n Log.trace(event.message)\n break\n case 'INFO':\n Log.info(event.message)\n break\n case 'WARNING':\n Log.warn(event.message)\n break\n case 'ERROR':\n Log.error(event.message)\n break\n case 'FATAL':\n Log.error(event.message)\n break\n default:\n break\n }\n }\n })()\n}\n"],"names":["Log","backgroundLogCompilationEvents","project","eventTypes","signal","event","compilationEventsSubscribe","aborted","severity","message","trace","info","warn","error"],"mappings":"AACA,YAAYA,SAAS,4BAA2B;AAEhD;;;;;;CAMC,GACD,OAAO,SAASC,+BACdC,OAAgB,EAChB,EAAEC,UAAU,EAAEC,MAAM,EAAmD,GAAG,CAAC,CAAC;;IAE1E,CAAA;QACA,WAAW,MAAMC,SAASH,QAAQI,0BAA0B,CAACH,YAAa;YACxE,IAAIC,QAAQG,SAAS;gBACnB;YACF;YACA,OAAQF,MAAMG,QAAQ;gBACpB,KAAK;oBACHR,IAAIK,KAAK,CAACA,MAAMI,OAAO;oBACvB;gBACF,KAAK;oBACHT,IAAIU,KAAK,CAACL,MAAMI,OAAO;oBACvB;gBACF,KAAK;oBACHT,IAAIW,IAAI,CAACN,MAAMI,OAAO;oBACtB;gBACF,KAAK;oBACHT,IAAIY,IAAI,CAACP,MAAMI,OAAO;oBACtB;gBACF,KAAK;oBACHT,IAAIa,KAAK,CAACR,MAAMI,OAAO;oBACvB;gBACF,KAAK;oBACHT,IAAIa,KAAK,CAACR,MAAMI,OAAO;oBACvB;gBACF;oBACE;YACJ;QACF;IACF,CAAA;AACF","ignoreList":[0]}