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

7 lines
210 B
Plaintext

import { tokTypes } from "acorn";
import { plugin } from "./plugin.cjs";
export default function (options = {}) {
return Parser => plugin(options, Parser, Parser.acorn ? Parser.acorn.tokTypes : tokTypes);
}