Files
klz-cables.com/.pnpm-store/v10/files/c4/b175e630e11317971c5a36bcb452a6b4fadcb2f806524d00a5bf93190560b4425f1d63b6f78c5729c28d5e63bfacd929dbc9c8360ecf0a6422551a2956f880
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

9 lines
223 B
Plaintext

import { Parser } from "acorn";
interface Options {
source?: boolean;
defer?: boolean;
}
declare function acornImportPhases(options?: Options): (BaseParser: typeof Parser) => typeof Parser;
export = acornImportPhases;