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>
11 lines
520 B
Text
11 lines
520 B
Text
import { DebugImage } from '../types-hoist/debugMeta';
|
|
import { StackParser } from '../types-hoist/stacktrace';
|
|
/**
|
|
* Returns a map of filenames to debug identifiers.
|
|
*/
|
|
export declare function getFilenameToDebugIdMap(stackParser: StackParser): Record<string, string>;
|
|
/**
|
|
* Returns a list of debug images for the given resources.
|
|
*/
|
|
export declare function getDebugImagesForResources(stackParser: StackParser, resource_paths: ReadonlyArray<string>): DebugImage[];
|
|
//# sourceMappingURL=debug-ids.d.ts.map
|