Files
klz-cables.com/.pnpm-store/v10/files/19/bddad70bc3755d80be0046d71611d0534c3df5a9c5c69b8faabf713d31bbd9ecae7e8aa686110e8a4404a616184578fa634d7826ce44ed6428767f094d389a
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

8 lines
601 B
Plaintext

import type { ExtractorMessage, ExtractorMessageReference } from './types.js';
export declare function normalizePathToPosix(filePath: string): string;
export declare function setNestedProperty(obj: Record<string, any>, keyPath: string, value: any): void;
export declare function getSortedMessages(messages: Array<ExtractorMessage>): Array<ExtractorMessage>;
export declare function localeCompare(a: string, b: string): number;
export declare function compareReferences(refA: ExtractorMessageReference, refB: ExtractorMessageReference): number;
export declare function getDefaultProjectRoot(): string;