domflax 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +66 -31
- package/dist/chunk-EYQXQQQH.js +336 -0
- package/dist/chunk-EYQXQQQH.js.map +1 -0
- package/dist/{chunk-DNHOGPYV.js → chunk-FPT4EJ6Q.js} +1100 -1551
- package/dist/chunk-FPT4EJ6Q.js.map +1 -0
- package/dist/chunk-JBM3MJRM.js +382 -0
- package/dist/chunk-JBM3MJRM.js.map +1 -0
- package/dist/{chunk-DWLB7FRR.js → chunk-TTJEXWAC.js} +322 -9
- package/dist/chunk-TTJEXWAC.js.map +1 -0
- package/dist/{chunk-6WVVF6AD.js → chunk-U5GOONKV.js} +5 -2
- package/dist/{chunk-6WVVF6AD.js.map → chunk-U5GOONKV.js.map} +1 -1
- package/dist/cli.cjs +3010 -2789
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +268 -232
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1684 -1649
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +255 -498
- package/dist/index.d.ts +255 -498
- package/dist/index.js +17 -37
- package/dist/{pattern-F5xBtIE-.d.cts → pattern-DotR_dHs.d.cts} +1 -1
- package/dist/pattern-kit.cjs +60 -1
- package/dist/pattern-kit.cjs.map +1 -1
- package/dist/pattern-kit.d.cts +2 -2
- package/dist/pattern-kit.d.ts +2 -2
- package/dist/pattern-kit.js +2 -2
- package/dist/{pattern-CV607P87.d.ts → pattern-urm5uuwj.d.ts} +1 -1
- package/dist/{resolve-ops-DIwEelH-.d.ts → resolve-ops-D8aQina5.d.cts} +20 -0
- package/dist/{resolve-ops-DIwEelH-.d.cts → resolve-ops-D8aQina5.d.ts} +20 -0
- package/dist/verify.d.cts +1 -1
- package/dist/verify.d.ts +1 -1
- package/dist/verify.js +1 -1
- package/dist/webpack-loader.cjs +1615 -1633
- package/dist/webpack-loader.cjs.map +1 -1
- package/dist/webpack-loader.d.cts +8 -2
- package/dist/webpack-loader.d.ts +8 -2
- package/dist/webpack-loader.js +8 -5
- package/dist/webpack-loader.js.map +1 -1
- package/dist/worker.cjs +5337 -0
- package/dist/worker.cjs.map +1 -0
- package/dist/worker.d.cts +2 -0
- package/dist/worker.d.ts +2 -0
- package/dist/worker.js +72 -0
- package/dist/worker.js.map +1 -0
- package/package.json +4 -2
- package/dist/chunk-DNHOGPYV.js.map +0 -1
- package/dist/chunk-DOQEBGWB.js +0 -188
- package/dist/chunk-DOQEBGWB.js.map +0 -1
- package/dist/chunk-DWLB7FRR.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../node_modules/tsup/assets/cjs_shims.js","../../cli/src/worker-main.ts","../../cli/src/safety.ts","../../core/src/builders.ts","../../core/src/ops/runtime.ts","../../core/src/ops/apply.ts","../../core/src/pass-context.ts","../../core/src/flatten-safety.ts","../../core/src/pass-manager.ts","../../core/src/pipeline.ts","../../core/src/reverse-emit.ts","../../core/src/compress-engine.ts","../../frontend-html/src/backend.ts","../../frontend-html/src/parse.ts","../../frontend-html/src/walk.ts","../../frontend-html/src/index.ts","../../frontend-jsx/src/frontend-ast.ts","../../frontend-jsx/src/frontend-parse.ts","../../frontend-jsx/src/frontend.ts","../../frontend-jsx/src/backend.ts","../../pattern-kit/src/normalize.ts","../../pattern-kit/src/combinators.ts","../../pattern-kit/src/define.ts","../../pattern-kit/src/pattern.ts","../../patterns/src/library/flex/flex-center-wrapper.pattern.ts","../../patterns/src/library/fragment/redundant-fragment.pattern.ts","../../patterns/src/library/grid/grid-center-wrapper.pattern.ts","../../patterns/src/library/wrapper/display-contents-wrapper.pattern.ts","../../patterns/src/library/wrapper/empty-style-div.pattern.ts","../../patterns/src/library/wrapper/inherited-only-wrapper.pattern.ts","../../patterns/src/library/wrapper/passthrough-wrapper.pattern.ts","../../patterns/src/library/wrapper/redundant-inline-wrapper.pattern.ts","../../patterns/src/_registry.generated.ts","../../resolver-css/src/constants.ts","../../resolver-css/src/engine.ts","../../resolver-css/src/postcss-helpers.ts","../../resolver-css/src/misc-helpers.ts","../../resolver-css/src/selector-helpers.ts","../../resolver-css/src/resolver.ts","../../resolver-tailwind/src/tailwind/fingerprint.ts","../../resolver-tailwind/src/tailwind/emit.ts","../../resolver-tailwind/src/tailwind/engine.ts","../../resolver-tailwind/src/tailwind/engine-v4.ts","../../resolver-tailwind/src/tailwind/v4-bridge.ts","../../resolver-tailwind/src/tailwind/v4-css.ts","../../resolver-tailwind/src/tailwind/selector.ts","../../resolver-tailwind/src/tailwind/extract.ts","../../resolver-tailwind/src/tailwind/serialize.ts","../../resolver-tailwind/src/tailwind/stylemap.ts","../../resolver-tailwind/src/tailwind/usage.ts","../../resolver-tailwind/src/tailwind/resolver.ts","../../cli/src/transform.ts","../../cli/src/html-css.ts","../../cli/src/worker.ts"],"sourcesContent":["// Shim globals in cjs bundle\n// There's a weird bug that esbuild will always inject importMetaUrl\n// if we export it as `const importMetaUrl = ... __filename ...`\n// But using a function will not cause this issue\n\nconst getImportMetaUrl = () => \n typeof document === \"undefined\" \n ? new URL(`file:${__filename}`).href \n : (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT') \n ? document.currentScript.src \n : new URL(\"main.js\", document.baseURI).href;\n\nexport const importMetaUrl = /* @__PURE__ */ getImportMetaUrl()\n","/**\n * @domflax/cli — worker-thread body for the parallel pool (FEATURE B).\n *\n * Runs inside a `worker_threads` Worker. It builds ONE transform engine (reusing Feature A's per-file\n * resolver logic) from the {@link WorkerInit} handed over in `workerData`, then services one file at a\n * time on request from the main thread: read → transform → write to the planned destination → post\n * back only stats numbers. File contents never cross back to the main thread.\n *\n * Every file is wrapped in try/catch: a bad file fails in isolation (reported, pool continues) and can\n * never take the worker — or the whole run — down.\n */\n\nimport { mkdirSync, readFileSync, writeFileSync } from 'node:fs';\nimport * as path from 'node:path';\nimport { isMainThread, parentPort, workerData } from 'node:worker_threads';\n\nimport { destinationFor } from './safety';\nimport { createTransform } from './transform';\nimport type { MainToWorker, WorkerInit, WorkerToMain } from './pool';\n\n/** Start the worker message loop. A no-op on the main thread (import is side-effect-safe). */\nexport function runWorker(): void {\n if (isMainThread || !parentPort) return;\n const port = parentPort;\n const init = workerData as WorkerInit;\n const { inputRoot, plan } = init;\n\n // Build the engine ONCE per worker (this is the ~PER_WORKER_MB cost the pool provisions for).\n const transform = createTransform(init.options);\n\n const processOne = (file: string): void => {\n try {\n const code = readFileSync(file, 'utf8');\n const result = transform.transformFile(code, file);\n let wrote: string | null = null;\n if (result.changed) {\n const target = destinationFor(file, inputRoot, plan);\n if (!target.ok) throw new Error(target.error);\n mkdirSync(path.dirname(target.value), { recursive: true });\n writeFileSync(target.value, result.code, 'utf8');\n wrote = target.value;\n }\n port.postMessage({\n type: 'result',\n path: file,\n ok: true,\n stats: result.stats,\n changed: result.changed,\n wrote,\n } satisfies WorkerToMain);\n } catch (err) {\n port.postMessage({\n type: 'result',\n path: file,\n ok: false,\n error: String((err as Error)?.message ?? err),\n } satisfies WorkerToMain);\n }\n };\n\n port.on('message', (msg: MainToWorker) => {\n if (msg.type === 'file') {\n processOne(msg.path);\n return;\n }\n if (msg.type === 'stop') {\n port.close();\n process.exit(0);\n }\n });\n\n // Signal the main thread the engine is built and we're ready for the first file.\n port.postMessage({ type: 'ready' } satisfies WorkerToMain);\n}\n","/**\n * @domflax/cli — OUTPUT SAFETY (DESIGN-DECISIONS Q16, ARCHITECTURE §16.10).\n *\n * Source is READ-ONLY by default. Writes land in `--out`/`./domflax-out` (mirroring structure), or in\n * place ONLY inside disposable build dirs (dist/build/out/.next). Overwriting real source in place\n * requires `--dangerously-overwrite-source` AND a clean git tree (skippable with `--no-git-check`).\n * `--dry-run` writes nothing.\n */\n\nimport { execFileSync } from 'node:child_process';\nimport * as path from 'node:path';\n\nimport type { CliOptions } from './options';\n\n/** Disposable build directories where in-place overwrite is always safe (they are regenerated). */\nconst DISPOSABLE_DIRS: ReadonlySet<string> = new Set(['dist', 'build', 'out', '.next']);\n\n/** True when any path segment is a disposable build dir, so the file is a regenerable artifact. */\nexport function isDisposablePath(file: string): boolean {\n return path\n .resolve(file)\n .split(path.sep)\n .some((seg) => DISPOSABLE_DIRS.has(seg));\n}\n\nexport type WriteMode = 'out-dir' | 'overwrite-source';\n\n/** Invocation-level write plan shared by every file. */\nexport interface WritePlan {\n readonly mode: WriteMode;\n /** Resolved absolute output dir for `out-dir` mode; `null` when overwriting source in place. */\n readonly outDir: string | null;\n}\n\nexport type Result<T> = { readonly ok: true; readonly value: T } | { readonly ok: false; readonly error: string };\n\n/** Run `git status --porcelain`; clean ⇒ true. A non-repo / missing git ⇒ false (fail safe). */\nexport function isGitClean(cwd: string): boolean {\n try {\n const out = execFileSync('git', ['status', '--porcelain'], {\n cwd,\n encoding: 'utf8',\n stdio: ['ignore', 'pipe', 'ignore'],\n });\n return out.trim().length === 0;\n } catch {\n return false;\n }\n}\n\n/**\n * Resolve the invocation-level {@link WritePlan}. In-place source overwrite is refused unless the\n * danger flag is set and (the git tree is clean OR the git check is waived).\n */\nexport function planWrites(options: CliOptions, gitClean: boolean): Result<WritePlan> {\n if (options.dangerouslyOverwriteSource) {\n if (!options.noGitCheck && !gitClean) {\n return {\n ok: false,\n error:\n 'refusing --dangerously-overwrite-source: git working tree is not clean. ' +\n 'Commit or stash first, or pass --no-git-check to override.',\n };\n }\n return { ok: true, value: { mode: 'overwrite-source', outDir: null } };\n }\n const outDir = path.resolve(options.out ?? 'domflax-out');\n return { ok: true, value: { mode: 'out-dir', outDir } };\n}\n\n/**\n * Compute the destination path for one source file under a {@link WritePlan}. Refuses when an\n * `out-dir` destination resolves onto the source file itself and that file is NOT a disposable build\n * artifact — that would be an unsanctioned in-place source overwrite (the Q16 guard).\n */\nexport function destinationFor(file: string, inputRoot: string, plan: WritePlan): Result<string> {\n const absFile = path.resolve(file);\n\n if (plan.mode === 'overwrite-source') {\n // Already gated by planWrites (danger flag + clean-git / waiver).\n return { ok: true, value: absFile };\n }\n\n const outDir = plan.outDir!;\n const rel = path.relative(inputRoot, absFile);\n // Inputs outside the mirror root collapse to their basename so we never escape outDir with `..`.\n const safeRel = rel === '' || rel.startsWith('..') || path.isAbsolute(rel) ? path.basename(absFile) : rel;\n const dest = path.join(outDir, safeRel);\n\n if (path.resolve(dest) === absFile && !isDisposablePath(absFile)) {\n return {\n ok: false,\n error:\n `refusing to overwrite source file ${absFile}: the output path resolves onto the source. ` +\n 'Choose a different --out, or pass --dangerously-overwrite-source (with a clean git tree).',\n };\n }\n return { ok: true, value: dest };\n}\n","/**\n * @domflax/core — runtime builders + traversal.\n *\n * Pure, dependency-free helpers to construct IR nodes, assemble an {@link IRDocument},\n * and walk the tree honouring {@link VisitSignal}. No heavy third-party deps: only the\n * type contract in `./types`.\n */\n\nimport type {\n AttrMap,\n Backref,\n BackrefTable,\n ClassList,\n ConditionKey,\n CssProperty,\n ExprRecord,\n ExprRef,\n ExprRegistry,\n FrontendKind,\n IdAllocator,\n IRComment,\n IRDocument,\n IRElement,\n IRExpr,\n IRFragment,\n IRNamespace,\n IRNode,\n IRNodeId,\n IRText,\n InlineStyle,\n NodeMeta,\n SafetyLevel,\n SourceSpan,\n StyleBlock,\n StyleCondition,\n StyleMap,\n Visitor,\n VisitContext,\n VisitSignal,\n} from './types';\n\n/* ───────────────────────── id / registry primitives ───────────────────────── */\n\n/** Monotonic IRNodeId allocator. `peek` reports the id `next()` would return. */\nexport function createIdAllocator(start = 1): IdAllocator {\n let n = start;\n return {\n next(): IRNodeId {\n const id = n;\n n += 1;\n return id as IRNodeId;\n },\n get peek(): IRNodeId {\n return n as IRNodeId;\n },\n };\n}\n\n/** Minimal in-memory ExprRegistry. */\nexport function createExprRegistry(start = 1): ExprRegistry {\n const map = new Map<ExprRef, ExprRecord>();\n let n = start;\n return {\n get(r: ExprRef): ExprRecord | undefined {\n return map.get(r);\n },\n intern(rec: Omit<ExprRecord, 'ref'>): ExprRef {\n const ref = n as ExprRef;\n n += 1;\n map.set(ref, { ...rec, ref });\n return ref;\n },\n releasePayloads(): void {\n for (const [k, v] of map) map.set(k, { ...v, payload: undefined });\n },\n };\n}\n\n/** Mutable BackrefTable: frontends register backrefs as they parse. */\nexport interface MutableBackrefTable extends BackrefTable {\n set(id: IRNodeId, backref: Backref): void;\n}\n\nexport function createBackrefTable(): MutableBackrefTable {\n const map = new Map<IRNodeId, Backref>();\n return {\n get(id: IRNodeId): Backref | undefined {\n return map.get(id);\n },\n span(id: IRNodeId): SourceSpan | null {\n return map.get(id)?.span ?? null;\n },\n childrenSpan(id: IRNodeId): SourceSpan | null {\n return map.get(id)?.innerSpan ?? null;\n },\n set(id: IRNodeId, backref: Backref): void {\n map.set(id, backref);\n },\n };\n}\n\n/* ───────────────────────── default sub-structures ───────────────────────── */\n\n/** A NodeMeta with every barrier/flag cleared. */\nexport function defaultMeta(safetyFloor: SafetyLevel = 0): NodeMeta {\n return {\n hasRef: false,\n hasEventHandlers: false,\n hasKey: false,\n hasSpreadAttrs: false,\n hasDynamicChildren: false,\n isComponent: false,\n hasDangerousHtml: false,\n hasUnresolvedClasses: false,\n targetedByCombinator: false,\n targetedByStructuralPseudo: false,\n selectorDependents: 0,\n hasOwnVisualStyle: false,\n establishesBox: false,\n establishesStackingContext: false,\n isContainingBlock: false,\n establishesFormattingContext: false,\n declaresCustomProperties: false,\n whitespaceSensitive: false,\n touched: false,\n styleDirty: false,\n synthetic: false,\n safetyFloor,\n };\n}\n\n/** Canonical base style condition (`media:'' states:[] pseudoElement:''`). */\nexport const BASE_CONDITION: StyleCondition = { media: '', states: [], pseudoElement: '' };\n\n/** Stable serialization of a StyleCondition into a ConditionKey. */\nexport function conditionKey(c: StyleCondition): ConditionKey {\n const states = [...c.states].sort().join(',');\n return `${c.media}|${states}|${c.pseudoElement}` as ConditionKey;\n}\n\nexport const BASE_CONDITION_KEY: ConditionKey = conditionKey(BASE_CONDITION);\n\n/** An empty StyleMap (no blocks). */\nexport function emptyStyleMap(): StyleMap {\n return { blocks: new Map<ConditionKey, StyleBlock>() };\n}\n\n/** An empty (absent) ClassList. */\nexport function emptyClassList(): ClassList {\n return {\n form: 'absent',\n segments: [],\n valueSpan: null,\n hasDynamic: false,\n opaque: false,\n rewritable: false,\n };\n}\n\n/** An empty AttrMap. */\nexport function emptyAttrMap(): AttrMap {\n return { entries: new Map(), spreads: [], order: [] };\n}\n\n/** An empty InlineStyle. */\nexport function emptyInlineStyle(): InlineStyle {\n return { decls: new Map<CssProperty, never>() as InlineStyle['decls'], dynamic: null };\n}\n\n/* ───────────────────────── node factories ───────────────────────── */\n\nexport interface ElementInit {\n readonly tag: string;\n readonly namespace?: IRNamespace;\n readonly isComponent?: boolean;\n readonly selfClosing?: boolean;\n readonly classes?: ClassList;\n readonly inlineStyle?: InlineStyle;\n readonly computed?: StyleMap;\n readonly attrs?: AttrMap;\n readonly children?: IRNodeId[];\n readonly parent?: IRNodeId | null;\n readonly span?: SourceSpan | null;\n readonly meta?: NodeMeta;\n}\n\nexport function createElement(id: IRNodeId, init: ElementInit): IRElement {\n return {\n id,\n kind: 'element',\n parent: init.parent ?? null,\n span: init.span ?? null,\n meta: init.meta ?? defaultMeta(),\n tag: init.tag,\n namespace: init.namespace ?? 'html',\n isComponent: init.isComponent ?? false,\n selfClosing: init.selfClosing ?? false,\n classes: init.classes ?? emptyClassList(),\n inlineStyle: init.inlineStyle ?? emptyInlineStyle(),\n computed: init.computed ?? emptyStyleMap(),\n attrs: init.attrs ?? emptyAttrMap(),\n children: init.children ?? [],\n };\n}\n\nexport function createText(\n id: IRNodeId,\n value: string,\n opts?: { collapsible?: boolean; parent?: IRNodeId | null; span?: SourceSpan | null },\n): IRText {\n return {\n id,\n kind: 'text',\n parent: opts?.parent ?? null,\n span: opts?.span ?? null,\n meta: defaultMeta(),\n value,\n collapsible: opts?.collapsible ?? true,\n };\n}\n\nexport function createExpr(\n id: IRNodeId,\n expr: ExprRef,\n opts?: { parent?: IRNodeId | null; span?: SourceSpan | null },\n): IRExpr {\n return {\n id,\n kind: 'expr',\n parent: opts?.parent ?? null,\n span: opts?.span ?? null,\n meta: defaultMeta(),\n expr,\n };\n}\n\nexport function createFragment(\n id: IRNodeId,\n opts?: { children?: IRNodeId[]; parent?: IRNodeId | null; span?: SourceSpan | null },\n): IRFragment {\n return {\n id,\n kind: 'fragment',\n parent: opts?.parent ?? null,\n span: opts?.span ?? null,\n meta: defaultMeta(),\n children: opts?.children ?? [],\n };\n}\n\nexport function createComment(\n id: IRNodeId,\n value: string,\n opts?: { parent?: IRNodeId | null; span?: SourceSpan | null },\n): IRComment {\n return {\n id,\n kind: 'comment',\n parent: opts?.parent ?? null,\n span: opts?.span ?? null,\n meta: defaultMeta(),\n value,\n };\n}\n\n/** Build an empty document whose root is a fresh fragment. */\nexport function createDocument(frontend: FrontendKind): IRDocument {\n const alloc = createIdAllocator();\n const rootId = alloc.next();\n const root = createFragment(rootId);\n const nodes = new Map<IRNodeId, IRNode>([[rootId, root]]);\n return {\n root: rootId,\n nodes,\n exprs: createExprRegistry(),\n sources: new Map(),\n backref: createBackrefTable(),\n frontend,\n alloc,\n };\n}\n\n/* ───────────────────────── tree accessors ───────────────────────── */\n\n/** Returns the child id list for container nodes, or an empty array. */\nexport function childIds(node: IRNode): readonly IRNodeId[] {\n return node.kind === 'element' || node.kind === 'fragment' ? node.children : [];\n}\n\n/** Returns the node, or undefined. */\nexport function getNode(doc: IRDocument, id: IRNodeId): IRNode | undefined {\n return doc.nodes.get(id);\n}\n\n/** Returns the node iff it is an element. */\nexport function getElement(doc: IRDocument, id: IRNodeId): IRElement | undefined {\n const n = doc.nodes.get(id);\n return n && n.kind === 'element' ? n : undefined;\n}\n\n/** Pre-order list of every element id reachable from the root. */\nexport function elementIds(doc: IRDocument): IRNodeId[] {\n const out: IRNodeId[] = [];\n const visit = (id: IRNodeId): void => {\n const n = doc.nodes.get(id);\n if (!n) return;\n if (n.kind === 'element') out.push(id);\n for (const c of childIds(n)) visit(c);\n };\n visit(doc.root);\n return out;\n}\n\n/* ───────────────────────── traversal ───────────────────────── */\n\n/**\n * Depth-first pre/post-order walk. `enter` may return `'skip'` (don't descend) or `'stop'`\n * (abort the whole walk); `exit` may return `'stop'`. The visitor receives a live {@link IRNode}\n * plus a {@link VisitContext} exposing depth and the parent node.\n */\nexport function walk(doc: IRDocument, visitor: Visitor): void {\n const roDoc = doc as unknown as VisitContext['doc'];\n let stopped = false;\n\n const visit = (id: IRNodeId, depth: number): void => {\n if (stopped) return;\n const node = doc.nodes.get(id);\n if (!node) return;\n\n const ctx: VisitContext = {\n doc: roDoc,\n depth,\n parent(): IRNode | null {\n return node.parent == null ? null : doc.nodes.get(node.parent) ?? null;\n },\n };\n\n const entered: VisitSignal = visitor.enter ? visitor.enter(node, ctx) : undefined;\n if (entered === 'stop') {\n stopped = true;\n return;\n }\n if (entered !== 'skip') {\n for (const child of childIds(node)) {\n visit(child, depth + 1);\n if (stopped) return;\n }\n }\n\n const exited: VisitSignal = visitor.exit ? visitor.exit(node, ctx) : undefined;\n if (exited === 'stop') stopped = true;\n };\n\n visit(doc.root, 0);\n}\n","/**\n * @domflax/core — applier runtime helpers (shared by the per-op handlers in `./apply`).\n *\n * Pure, dependency-free building blocks for the trusted mutator: input-preserving cloning, the\n * mutable apply state, small tree helpers, detached-spec materialization, and style merging.\n * Only depends on the `../types` contract and `../builders` runtime helpers.\n */\n\nimport type {\n ApplyContext,\n ApplyResult,\n AttrMap,\n AttrValue,\n ConditionKey,\n CssProperty,\n Diagnostic,\n DiagnosticCode,\n ElementSpec,\n IRDocument,\n IRNode,\n IRNodeId,\n NodeSpec,\n RewriteOp,\n SkippedOpGroup,\n StyleBlock,\n StyleConflictPolicy,\n StyleDecl,\n StyleMap,\n} from '../types';\n\nimport {\n createComment,\n createElement,\n createExpr,\n createFragment,\n createText,\n defaultMeta,\n} from '../builders';\n\n/* ───────────────────────── result of an apply run ───────────────────────── */\n\nexport interface ApplyOutcome {\n /** The new document (the input doc is never mutated). */\n readonly doc: IRDocument;\n readonly result: ApplyResult;\n}\n\nexport interface MutState {\n readonly doc: IRDocument;\n readonly touched: Set<IRNodeId>;\n readonly removed: Set<IRNodeId>;\n readonly created: Set<IRNodeId>;\n readonly diagnostics: Diagnostic[];\n readonly skipped: SkippedOpGroup[];\n appliedGroups: number;\n readonly ceiling: number;\n readonly ctx: ApplyContext;\n}\n\n/* ───────────────────────── cloning (keep input pure) ───────────────────────── */\n\nexport function cloneStyleMap(sm: StyleMap): StyleMap {\n const blocks = new Map<ConditionKey, StyleBlock>();\n for (const [key, block] of sm.blocks) {\n blocks.set(key, {\n condition: block.condition,\n decls: new Map<CssProperty, StyleDecl>(block.decls),\n });\n }\n return { blocks };\n}\n\nfunction cloneNode(node: IRNode): IRNode {\n const meta = { ...node.meta };\n switch (node.kind) {\n case 'element':\n return {\n ...node,\n meta,\n children: [...node.children],\n computed: cloneStyleMap(node.computed),\n };\n case 'fragment':\n return { ...node, meta, children: [...node.children] };\n default:\n return { ...node, meta };\n }\n}\n\n/** Shallow-immutable clone: input doc and its node objects are never mutated. */\nexport function cloneDocument(doc: IRDocument): IRDocument {\n const nodes = new Map<IRNodeId, IRNode>();\n for (const [id, n] of doc.nodes) nodes.set(id, cloneNode(n));\n return {\n root: doc.root,\n nodes,\n exprs: doc.exprs,\n sources: doc.sources,\n backref: doc.backref,\n frontend: doc.frontend,\n alloc: doc.alloc,\n };\n}\n\n/* ───────────────────────── small helpers ───────────────────────── */\n\nexport function diag(\n code: DiagnosticCode,\n message: string,\n extra?: Partial<Diagnostic>,\n): Diagnostic {\n return { code, severity: 'warn', message, ...extra };\n}\n\nexport function getParentChildren(doc: IRDocument, id: IRNodeId): IRNodeId[] | null {\n const node = doc.nodes.get(id);\n if (!node || node.parent == null) return null;\n const parent = doc.nodes.get(node.parent);\n if (!parent) return null;\n if (parent.kind === 'element' || parent.kind === 'fragment') return parent.children;\n return null;\n}\n\nexport function indexInParent(doc: IRDocument, id: IRNodeId): number {\n const siblings = getParentChildren(doc, id);\n return siblings ? siblings.indexOf(id) : -1;\n}\n\nexport function markTouched(state: MutState, id: IRNodeId): void {\n const n = state.doc.nodes.get(id);\n if (n) {\n n.meta.touched = true;\n state.touched.add(id);\n }\n}\n\n/**\n * Mark a node whose OWN computed style a pass just rewrote (setClassList / mergeStyle onto it /\n * fold into it). Implies {@link markTouched}, and additionally raises `meta.styleDirty` — the signal\n * reverse-emit uses to re-derive class tokens. A purely structural bystander (a neighbour's unwrap /\n * merge / move) uses {@link markTouched} instead, so it is left byte-for-byte identical.\n */\nexport function markStyleDirty(state: MutState, id: IRNodeId): void {\n const n = state.doc.nodes.get(id);\n if (n) {\n n.meta.touched = true;\n n.meta.styleDirty = true;\n state.touched.add(id);\n }\n}\n\nexport function removeSubtree(state: MutState, id: IRNodeId): void {\n const node = state.doc.nodes.get(id);\n if (!node) return;\n if (node.kind === 'element' || node.kind === 'fragment') {\n for (const child of [...node.children]) removeSubtree(state, child);\n }\n state.doc.nodes.delete(id);\n state.removed.add(id);\n}\n\nexport function precond(op: RewriteOp, nodeId: IRNodeId, message: string): Diagnostic {\n return diag('DF_OP_PRECONDITION_FAILED', message, {\n nodeId,\n pattern: op.origin.pattern,\n severity: 'error',\n });\n}\n\nexport function primaryTarget(op: RewriteOp): IRNodeId | null {\n switch (op.op) {\n case 'removeNode':\n case 'unwrap':\n case 'replaceWith':\n case 'wrap':\n case 'moveNode':\n case 'setClassList':\n case 'mergeStyle':\n return op.target;\n case 'insertBefore':\n case 'insertAfter':\n return op.anchor;\n case 'mergeSiblings':\n return op.first;\n case 'foldInheritedStyles':\n return op.from;\n }\n}\n\n/* ───────────────────────── spec materialization ───────────────────────── */\n\nfunction specToAttrs(map: ReadonlyMap<string, string | boolean> | undefined): AttrMap {\n if (!map || map.size === 0) return { entries: new Map(), spreads: [], order: [] };\n const entries = new Map<string, AttrValue>();\n const order: string[] = [];\n for (const [k, v] of map) {\n entries.set(k, { kind: 'static', value: v });\n order.push(k);\n }\n return { entries, spreads: [], order };\n}\n\n/** Materialize a detached {@link NodeSpec} into live nodes; returns the new (or reused) id. */\nexport function materialize(state: MutState, spec: NodeSpec, parent: IRNodeId | null): IRNodeId {\n const { doc } = state;\n if (spec.kind === 'ref') {\n const existing = doc.nodes.get(spec.ref);\n if (existing) existing.parent = parent;\n return spec.ref;\n }\n\n const id = doc.alloc.next();\n state.created.add(id);\n switch (spec.kind) {\n case 'element': {\n const childIds: IRNodeId[] = [];\n const el = createElement(id, {\n tag: spec.tag,\n namespace: spec.namespace,\n selfClosing: spec.selfClosing,\n attrs: specToAttrs(spec.attrs),\n parent,\n meta: { ...defaultMeta(), synthetic: true },\n });\n if (spec.classes) el.computed = cloneStyleMap(spec.classes);\n doc.nodes.set(id, el);\n for (const child of spec.children ?? []) {\n childIds.push(materialize(state, child, id));\n }\n el.children = childIds;\n return id;\n }\n case 'text': {\n const t = createText(id, spec.value, { parent });\n t.meta.synthetic = true;\n doc.nodes.set(id, t);\n return id;\n }\n case 'expr': {\n const e = createExpr(id, spec.expr, { parent });\n e.meta.synthetic = true;\n doc.nodes.set(id, e);\n return id;\n }\n case 'comment': {\n const c = createComment(id, spec.value, { parent });\n c.meta.synthetic = true;\n doc.nodes.set(id, c);\n return id;\n }\n case 'fragment': {\n const frag = createFragment(id, { parent });\n frag.meta.synthetic = true;\n doc.nodes.set(id, frag);\n const childIds: IRNodeId[] = [];\n for (const child of spec.children) childIds.push(materialize(state, child, id));\n frag.children = childIds;\n return id;\n }\n }\n}\n\nexport function elementSpecToNode(\n state: MutState,\n spec: ElementSpec,\n parent: IRNodeId | null,\n): IRNodeId {\n return materialize(state, spec, parent);\n}\n\n/* ───────────────────────── style merging ───────────────────────── */\n\nexport function isInherited(state: MutState, decl: StyleDecl): boolean {\n if (decl.inherited) return true;\n const table = state.ctx.normalizer?.inherited;\n if (table) {\n try {\n return table.isInherited(decl.property);\n } catch {\n return decl.inherited;\n }\n }\n return decl.inherited;\n}\n\nexport interface MergeReport {\n readonly map: StyleMap;\n readonly conflict: boolean;\n}\n\n/** Merge `source` decls into `target`, condition-by-condition, per the conflict policy. */\nexport function mergeStyleMaps(\n target: StyleMap,\n source: StyleMap,\n policy: StyleConflictPolicy,\n): MergeReport {\n // Mutable working copy; returned (widened) as an immutable StyleMap.\n const blocks = new Map<ConditionKey, StyleBlock>(cloneStyleMap(target).blocks);\n let conflict = false;\n\n for (const [key, srcBlock] of source.blocks) {\n const existing = blocks.get(key);\n if (!existing) {\n blocks.set(key, {\n condition: srcBlock.condition,\n decls: new Map<CssProperty, StyleDecl>(srcBlock.decls),\n });\n continue;\n }\n const decls = new Map<CssProperty, StyleDecl>(existing.decls);\n for (const [prop, srcDecl] of srcBlock.decls) {\n const had = decls.get(prop);\n if (had && had.value !== srcDecl.value) {\n conflict = true;\n if (policy === 'target-wins') continue;\n // 'abort' is handled by the caller before commit; 'source-wins' falls through.\n }\n if (policy === 'target-wins' && had) continue;\n decls.set(prop, srcDecl);\n }\n blocks.set(key, { condition: existing.condition, decls });\n }\n return { map: { blocks }, conflict };\n}\n","/**\n * @domflax/core — the per-op handlers + public apply entry points.\n *\n * {@link applyOps} validates each {@link RewriteOp} against the safety ceiling / node-local floor\n * and commits it to a clone of the document; {@link applyGroups} commits whole {@link RewriteGroup}s\n * atomically. Rejected ops are collected into {@link ApplyResult.skipped} rather than throwing.\n */\n\nimport type {\n ApplyContext,\n ApplyResult,\n ConditionKey,\n CssProperty,\n Diagnostic,\n IRDocument,\n IRNodeId,\n RewriteGroup,\n RewriteOp,\n SkippedOpGroup,\n StyleBlock,\n StyleDecl,\n} from '../types';\n\nimport { BASE_CONDITION_KEY } from '../builders';\n\nimport {\n cloneDocument,\n cloneStyleMap,\n diag,\n elementSpecToNode,\n getParentChildren,\n isInherited,\n markStyleDirty,\n markTouched,\n materialize,\n mergeStyleMaps,\n precond,\n primaryTarget,\n removeSubtree,\n type ApplyOutcome,\n type MutState,\n} from './runtime';\n\nexport type { ApplyOutcome } from './runtime';\nexport { cloneDocument } from './runtime';\n\n/* ───────────────────────── per-op handlers ───────────────────────── */\n\nfunction safetyOk(state: MutState, op: RewriteOp, targetId: IRNodeId): Diagnostic | null {\n const opSafety = op.origin.safety;\n if (opSafety > state.ceiling) {\n return diag(\n 'DF_SAFETY_CEILING_EXCEEDED',\n `op '${op.op}' safety ${opSafety} exceeds ceiling ${state.ceiling}`,\n { nodeId: targetId, pattern: op.origin.pattern, severity: 'error' },\n );\n }\n const node = state.doc.nodes.get(targetId);\n if (node && opSafety > node.meta.safetyFloor) {\n return diag(\n 'DF_SAFETY_CEILING_EXCEEDED',\n `op '${op.op}' safety ${opSafety} exceeds node ${targetId} floor ${node.meta.safetyFloor}`,\n { nodeId: targetId, pattern: op.origin.pattern, severity: 'error' },\n );\n }\n return null;\n}\n\n/** Returns a list of validation issues; empty ⇒ the op was applied. */\nfunction applyOne(state: MutState, op: RewriteOp): Diagnostic[] {\n const { doc } = state;\n\n const primary = primaryTarget(op);\n if (primary != null) {\n if (!doc.nodes.get(primary)) {\n return [\n diag('DF_OP_PRECONDITION_FAILED', `target node ${primary} not found`, {\n nodeId: primary,\n pattern: op.origin.pattern,\n severity: 'error',\n }),\n ];\n }\n const safety = safetyOk(state, op, primary);\n if (safety) return [safety];\n }\n\n switch (op.op) {\n case 'removeNode': {\n const siblings = getParentChildren(doc, op.target);\n if (siblings) {\n const i = siblings.indexOf(op.target);\n if (i >= 0) siblings.splice(i, 1);\n }\n removeSubtree(state, op.target);\n return [];\n }\n\n case 'unwrap': {\n const node = doc.nodes.get(op.target);\n if (!node || (node.kind !== 'element' && node.kind !== 'fragment')) {\n return [precond(op, op.target, 'unwrap target is not a container')];\n }\n const siblings = getParentChildren(doc, op.target);\n if (!siblings) return [precond(op, op.target, 'unwrap target has no parent')];\n const at = siblings.indexOf(op.target);\n const kids = node.children;\n for (const k of kids) {\n const kn = doc.nodes.get(k);\n if (kn) kn.parent = node.parent;\n }\n siblings.splice(at, 1, ...kids);\n doc.nodes.delete(op.target);\n state.removed.add(op.target);\n if (node.parent != null) markTouched(state, node.parent);\n return [];\n }\n\n case 'replaceWith': {\n const siblings = getParentChildren(doc, op.target);\n if (!siblings) return [precond(op, op.target, 'replaceWith target has no parent')];\n const at = siblings.indexOf(op.target);\n const parentId = doc.nodes.get(op.target)?.parent ?? null;\n const newId = materialize(state, op.replacement, parentId);\n siblings.splice(at, 1, newId);\n removeSubtree(state, op.target);\n if (parentId != null) markTouched(state, parentId);\n return [];\n }\n\n case 'wrap': {\n const siblings = getParentChildren(doc, op.target);\n if (!siblings) return [precond(op, op.target, 'wrap target has no parent')];\n const at = siblings.indexOf(op.target);\n const parentId = doc.nodes.get(op.target)?.parent ?? null;\n const wrapperId = elementSpecToNode(state, op.wrapper, parentId);\n const wrapper = doc.nodes.get(wrapperId);\n const targetNode = doc.nodes.get(op.target);\n if (wrapper && (wrapper.kind === 'element' || wrapper.kind === 'fragment')) {\n wrapper.children.push(op.target);\n }\n if (targetNode) targetNode.parent = wrapperId;\n siblings.splice(at, 1, wrapperId);\n return [];\n }\n\n case 'insertBefore':\n case 'insertAfter': {\n const siblings = getParentChildren(doc, op.anchor);\n if (!siblings) return [precond(op, op.anchor, 'insert anchor has no parent')];\n const at = siblings.indexOf(op.anchor);\n const parentId = doc.nodes.get(op.anchor)?.parent ?? null;\n const newId = materialize(state, op.node, parentId);\n siblings.splice(op.op === 'insertBefore' ? at : at + 1, 0, newId);\n if (parentId != null) markTouched(state, parentId);\n return [];\n }\n\n case 'moveNode': {\n const newParent = doc.nodes.get(op.newParent);\n if (!newParent || (newParent.kind !== 'element' && newParent.kind !== 'fragment')) {\n return [precond(op, op.newParent, 'moveNode newParent is not a container')];\n }\n const siblings = getParentChildren(doc, op.target);\n if (siblings) {\n const i = siblings.indexOf(op.target);\n if (i >= 0) siblings.splice(i, 1);\n }\n const target = doc.nodes.get(op.target);\n if (target) target.parent = op.newParent;\n const idx = Math.max(0, Math.min(op.index, newParent.children.length));\n newParent.children.splice(idx, 0, op.target);\n markTouched(state, op.newParent);\n return [];\n }\n\n case 'mergeSiblings': {\n const first = doc.nodes.get(op.first);\n const second = doc.nodes.get(op.second);\n if (!first || !second) return [precond(op, op.first, 'mergeSiblings node missing')];\n if (\n (first.kind === 'element' || first.kind === 'fragment') &&\n (second.kind === 'element' || second.kind === 'fragment')\n ) {\n for (const c of second.children) {\n const cn = doc.nodes.get(c);\n if (cn) cn.parent = op.first;\n first.children.push(c);\n }\n second.children = [];\n }\n const siblings = getParentChildren(doc, op.second);\n if (siblings) {\n const i = siblings.indexOf(op.second);\n if (i >= 0) siblings.splice(i, 1);\n }\n doc.nodes.delete(op.second);\n state.removed.add(op.second);\n markTouched(state, op.first);\n return [];\n }\n\n case 'setClassList': {\n const el = doc.nodes.get(op.target);\n if (!el || el.kind !== 'element') {\n return [precond(op, op.target, 'setClassList target is not an element')];\n }\n el.computed = cloneStyleMap(op.style);\n markStyleDirty(state, op.target);\n return [];\n }\n\n case 'mergeStyle': {\n const el = doc.nodes.get(op.target);\n if (!el || el.kind !== 'element') {\n return [precond(op, op.target, 'mergeStyle target is not an element')];\n }\n const report = mergeStyleMaps(el.computed, op.style, op.onConflict);\n if (report.conflict && op.onConflict === 'abort') {\n return [\n diag('DF_STYLE_CONFLICT_UNRESOLVED', `mergeStyle aborted on conflict at ${op.target}`, {\n nodeId: op.target,\n pattern: op.origin.pattern,\n severity: 'error',\n }),\n ];\n }\n el.computed = report.map;\n if (op.source != null) {\n const src = doc.nodes.get(op.source);\n if (src) markTouched(state, op.source);\n }\n markStyleDirty(state, op.target);\n return [];\n }\n\n case 'foldInheritedStyles':\n return applyFold(state, op);\n }\n}\n\nfunction applyFold(\n state: MutState,\n op: Extract<RewriteOp, { op: 'foldInheritedStyles' }>,\n): Diagnostic[] {\n const { doc } = state;\n const from = doc.nodes.get(op.from);\n if (!from || from.kind !== 'element') {\n return [precond(op, op.from, 'fold source is not an element')];\n }\n const issues: Diagnostic[] = [];\n const onlyProps: ReadonlySet<CssProperty> | null =\n op.properties === 'all-inherited' ? null : new Set(op.properties);\n\n const conditionKeys =\n op.conditions === 'all'\n ? [...from.computed.blocks.keys()]\n : [BASE_CONDITION_KEY];\n\n for (const intoId of op.into) {\n const into = doc.nodes.get(intoId);\n if (!into || into.kind !== 'element') {\n issues.push(precond(op, intoId, 'fold target is not an element'));\n continue;\n }\n // Mutable working copy; assigned back (widened) as an immutable StyleMap.\n const nextBlocks = new Map<ConditionKey, StyleBlock>(cloneStyleMap(into.computed).blocks);\n let folded = false;\n\n for (const key of conditionKeys) {\n const srcBlock = from.computed.blocks.get(key);\n if (!srcBlock) continue;\n const dstBlock = nextBlocks.get(key);\n const decls = dstBlock\n ? new Map<CssProperty, StyleDecl>(dstBlock.decls)\n : new Map<CssProperty, StyleDecl>();\n\n for (const [prop, decl] of srcBlock.decls) {\n if (onlyProps && !onlyProps.has(prop)) continue;\n if (!isInherited(state, decl)) continue;\n if (decl.relativeToParent) {\n issues.push(\n diag(\n 'DF_RELATIVE_UNIT_FOLD',\n `refused to fold relative-unit declaration '${decl.property}' onto ${intoId}`,\n { nodeId: intoId, pattern: op.origin.pattern, severity: 'warn' },\n ),\n );\n continue;\n }\n if (!decls.has(prop)) {\n decls.set(prop, decl);\n folded = true;\n }\n }\n nextBlocks.set(key, { condition: srcBlock.condition, decls });\n }\n\n if (folded) {\n into.computed = { blocks: nextBlocks };\n markStyleDirty(state, intoId);\n }\n }\n // Non-blocking (DF_RELATIVE_UNIT_FOLD) diagnostics are recorded but do not skip the op.\n for (const d of issues) state.diagnostics.push(d);\n return [];\n}\n\n/* ───────────────────────── public entry points ───────────────────────── */\n\n/**\n * Apply a flat list of ops to a copy of `doc`. The input document is never mutated.\n * Each op is independently validated; failing ops are skipped (collected in\n * {@link ApplyResult.skipped}) instead of throwing.\n */\nexport function applyOps(\n doc: IRDocument,\n ops: readonly RewriteOp[],\n ctx?: Partial<ApplyContext>,\n): ApplyOutcome {\n const cloned = cloneDocument(doc);\n const state: MutState = {\n doc: cloned,\n touched: new Set(),\n removed: new Set(),\n created: new Set(),\n diagnostics: [],\n skipped: [],\n appliedGroups: 0,\n ceiling: ctx?.safetyCeiling ?? 3,\n ctx: { doc: cloned, safetyCeiling: ctx?.safetyCeiling ?? 3, ...ctx } as ApplyContext,\n };\n\n for (const op of ops) {\n const issues = applyOne(state, op);\n if (issues.length > 0) {\n state.skipped.push({\n group: { pattern: op.origin.pattern, anchor: primaryTarget(op) ?? doc.root, ops: [op] },\n issues: issues.map((d) => ({ op, code: d.code, message: d.message })),\n });\n for (const d of issues) state.diagnostics.push(d);\n } else {\n state.appliedGroups += 1;\n }\n }\n\n return { doc: cloned, result: finalize(state) };\n}\n\n/**\n * Apply pre-grouped ops (each {@link RewriteGroup} is committed atomically: if ANY op in the group\n * fails validation, the whole group is skipped and none of its ops mutate the tree).\n */\nexport function applyGroups(\n doc: IRDocument,\n groups: readonly RewriteGroup[],\n ctx?: Partial<ApplyContext>,\n): ApplyOutcome {\n // Group-atomicity is realized by working on a throwaway clone per group, then committing.\n let current = cloneDocument(doc);\n const touched = new Set<IRNodeId>();\n const removed = new Set<IRNodeId>();\n const created = new Set<IRNodeId>();\n const diagnostics: Diagnostic[] = [];\n const skipped: SkippedOpGroup[] = [];\n let appliedGroups = 0;\n\n for (const group of groups) {\n const attempt = applyOps(current, group.ops, ctx);\n if (attempt.result.skipped.length > 0) {\n skipped.push({\n group,\n issues: attempt.result.skipped.flatMap((s) => s.issues),\n });\n for (const s of attempt.result.skipped) for (const i of s.issues) {\n diagnostics.push(diag(i.code, i.message, { pattern: group.pattern }));\n }\n continue; // discard the attempt — group is atomic\n }\n current = attempt.doc;\n appliedGroups += 1;\n for (const id of attempt.result.touched) touched.add(id);\n for (const id of attempt.result.removed) removed.add(id);\n for (const id of attempt.result.created) created.add(id);\n for (const d of attempt.result.diagnostics) diagnostics.push(d);\n }\n\n const result: ApplyResult = {\n touched,\n removed,\n created,\n appliedGroups,\n skipped,\n journal: [],\n diagnostics,\n };\n return { doc: current, result };\n}\n\nfunction finalize(state: MutState): ApplyResult {\n return {\n touched: state.touched,\n removed: state.removed,\n created: state.created,\n appliedGroups: state.appliedGroups,\n skipped: state.skipped,\n journal: [],\n diagnostics: state.diagnostics,\n };\n}\n","/**\n * @domflax/core — pass-manager supporting contexts (resolvers, selector index, rewrite factory,\n * match context).\n *\n * Split out of `pass-manager.ts` so the sync engine, the async verifier-gated engine, and the\n * classification module can all share the same context construction without any of those files\n * exceeding the module-size budget. Dependency-free: only the `./types` contract + `./builders`.\n */\n\nimport type {\n DeepReadonly,\n ElementLike,\n ElementSpec,\n EmitContext,\n EmitResult,\n IRDocument,\n IRElement,\n IRNode,\n IRNodeId,\n MatchContext,\n NodeLike,\n NodeSpec,\n PassPhase,\n ResolveInput,\n ResolveResult,\n RewriteFactory,\n RewriteOpDraft,\n SelectorIndex,\n SelectorUsage,\n StyleConflictPolicy,\n StyleMap,\n StyleResolver,\n} from './types';\n\nimport { elementIds, emptyStyleMap, getElement } from './builders';\n\n/* ───────────────────────── default resolvers / selector index ───────────────────────── */\n\n/** A no-op resolver: owns nothing, resolves to empty styles. Useful as an injection default. */\nexport function createNullResolver(): StyleResolver {\n const empty: ResolveResult = {\n styles: emptyStyleMap(),\n resolved: [],\n unknown: [],\n opaque: [],\n warnings: [],\n };\n const usage: SelectorUsage = {\n asSubject: false,\n asAncestor: false,\n asCompound: false,\n asSibling: false,\n asHasArgument: false,\n asStructural: false,\n droppable: true,\n };\n return {\n id: 'null',\n provider: 'null@0.0.0',\n fingerprint: 'null',\n owns(): boolean {\n return false;\n },\n resolve(_input: ResolveInput): ResolveResult {\n return empty;\n },\n emit(_styles: StyleMap, _ctx: EmitContext): EmitResult {\n return { classes: [], exact: true, warnings: [] };\n },\n selectorUsage(): SelectorUsage {\n return usage;\n },\n };\n}\n\n/** A SelectorIndex that reports zero CSS-targeting (no combinator/structural coupling). */\nexport function createNullSelectorIndex(): SelectorIndex {\n const none: ReadonlySet<IRNodeId> = new Set();\n return {\n targetedByCombinator(): boolean {\n return false;\n },\n targetedByStructuralPseudo(): boolean {\n return false;\n },\n reparentImpact(): ReadonlySet<IRNodeId> {\n return none;\n },\n };\n}\n\n/** Resolvers that can enumerate the project's COMPLEX selectors (the custom-CSS resolver) expose this. */\ninterface ComplexSelectorCapable {\n complexSelectors(): readonly string[];\n}\n\nfunction hasComplexSelectors(r: StyleResolver): r is StyleResolver & ComplexSelectorCapable {\n return typeof (r as Partial<ComplexSelectorCapable>).complexSelectors === 'function';\n}\n\n/**\n * Build a real {@link SelectorIndex} from the active resolver.\n *\n * For a resolver that reports project COMPLEX selectors — anything with a combinator (`>`/`+`/`~`/\n * descendant) or a structural pseudo, i.e. the custom-CSS resolver — every element whose static class\n * participates in such a selector is flagged so the flatten/compress guards (`targetedByCombinator` /\n * `affectsSelectorMatching`) fire and a wrapper a selector depends on is NOT flattened. An element is\n * combinator-coupled when one of its classes is used as a descendant/child ancestor, as a sibling\n * subject, or as a `:has()` argument; structural-coupled when used in `:nth-child(...)` etc.\n *\n * For a combinator-free resolver (Tailwind utilities — no `complexSelectors()`), this degrades to the\n * null index so behaviour is unchanged.\n */\nexport function buildSelectorIndex(doc: IRDocument, resolver: StyleResolver): SelectorIndex {\n if (!hasComplexSelectors(resolver) || resolver.complexSelectors().length === 0) {\n return createNullSelectorIndex();\n }\n\n const combinator = new Set<IRNodeId>();\n const structural = new Set<IRNodeId>();\n\n for (const id of elementIds(doc)) {\n const el = getElement(doc, id);\n if (!el) continue;\n for (const seg of el.classes.segments) {\n if (seg.kind !== 'static') continue;\n for (const t of seg.tokens) {\n const u = resolver.selectorUsage(t.value);\n // Combinator coupling: descendant/child ancestor, sibling subject, or `:has()` argument —\n // reparenting/removing the element would change a combinator match-set.\n if (u.asAncestor || u.asSibling || u.asHasArgument) combinator.add(id);\n if (u.asStructural) structural.add(id);\n }\n }\n }\n\n // reparentImpact(id): non-empty when removing/unwrapping `id` would change a combinator/structural\n // match-set — `id` itself is coupled (its own match), or it is the matched ancestor of a child\n // (removing it reparents that child out of the relation). Self + element children is conservative\n // and sufficient for the flatten guard.\n const impact = new Map<IRNodeId, Set<IRNodeId>>();\n for (const id of elementIds(doc)) {\n const el = getElement(doc, id);\n if (!el) continue;\n if (!combinator.has(id) && !structural.has(id)) continue;\n const set = new Set<IRNodeId>([id]);\n for (const c of el.children) {\n const cn = doc.nodes.get(c);\n if (cn && cn.kind === 'element') set.add(c);\n }\n impact.set(id, set);\n }\n\n const empty: ReadonlySet<IRNodeId> = new Set();\n return {\n targetedByCombinator: (id: IRNodeId): boolean => combinator.has(id),\n targetedByStructuralPseudo: (id: IRNodeId): boolean => structural.has(id),\n reparentImpact: (id: IRNodeId): ReadonlySet<IRNodeId> => impact.get(id) ?? empty,\n };\n}\n\n/* ───────────────────────── rewrite factory (emits origin-free drafts) ───────────────────────── */\n\n/** Every {@link NodeLike}/{@link ElementLike} carries a readonly `id`. */\nfunction idOf(n: ElementLike | NodeLike): IRNodeId {\n return (n as IRElement).id;\n}\n\n/** The pattern-kit factory: produces op DRAFTS and detached NodeSpecs without any allocation. */\nexport function createRewriteFactory(): RewriteFactory {\n return {\n unwrap(target: ElementLike): RewriteOpDraft {\n return { op: 'unwrap', target: idOf(target) };\n },\n removeNode(target: NodeLike): RewriteOpDraft {\n return { op: 'removeNode', target: idOf(target) };\n },\n replaceWith(target: NodeLike, replacement: NodeSpec): RewriteOpDraft {\n return { op: 'replaceWith', target: idOf(target), replacement };\n },\n wrap(target: NodeLike, wrapper: ElementSpec): RewriteOpDraft {\n return { op: 'wrap', target: idOf(target), wrapper };\n },\n insertBefore(anchor: NodeLike, node: NodeSpec): RewriteOpDraft {\n return { op: 'insertBefore', anchor: idOf(anchor), node };\n },\n insertAfter(anchor: NodeLike, node: NodeSpec): RewriteOpDraft {\n return { op: 'insertAfter', anchor: idOf(anchor), node };\n },\n moveNode(target: NodeLike, newParent: ElementLike, index: number): RewriteOpDraft {\n return { op: 'moveNode', target: idOf(target), newParent: idOf(newParent), index };\n },\n mergeSiblings(first: NodeLike, second: NodeLike): RewriteOpDraft {\n return { op: 'mergeSiblings', first: idOf(first), second: idOf(second) };\n },\n setClassList(target: ElementLike, style: StyleMap, preserveOpaque = true): RewriteOpDraft {\n return { op: 'setClassList', target: idOf(target), style, preserveOpaque };\n },\n mergeStyle(\n target: ElementLike,\n source: ElementLike | null,\n style: StyleMap,\n onConflict: StyleConflictPolicy = 'abort',\n ): RewriteOpDraft {\n return {\n op: 'mergeStyle',\n target: idOf(target),\n source: source ? idOf(source) : null,\n style,\n onConflict,\n };\n },\n foldInheritedStyles(\n from: ElementLike,\n into: ElementLike | readonly ElementLike[],\n opts?: { only?: readonly import('./types').CssProperty[]; conditions?: 'base' | 'all' },\n ): RewriteOpDraft {\n const list: readonly ElementLike[] = Array.isArray(into)\n ? (into as readonly ElementLike[])\n : [into as ElementLike];\n return {\n op: 'foldInheritedStyles',\n from: idOf(from),\n into: list.map((t) => idOf(t)),\n properties: opts?.only ?? 'all-inherited',\n conditions: opts?.conditions ?? 'base',\n };\n },\n element(spec: ElementSpec): NodeSpec {\n return spec;\n },\n text(value: string): NodeSpec {\n return { kind: 'text', value };\n },\n keep(node: NodeLike): NodeSpec {\n return { kind: 'ref', ref: idOf(node) };\n },\n };\n}\n\n/* ───────────────────────── match context ───────────────────────── */\n\nfunction ro<T>(v: T): DeepReadonly<T> {\n return v as DeepReadonly<T>;\n}\n\n/** Build the read-only {@link MatchContext} a pattern's `evaluate` receives for one element. */\nexport function buildMatchContext(\n doc: IRDocument,\n elementId: IRNodeId,\n resolver: StyleResolver,\n selectors: SelectorIndex,\n safety: import('./types').SafetyLevel,\n phase: PassPhase,\n iteration: number,\n): MatchContext {\n const self = getElement(doc, elementId)!;\n\n const parentEl = (): DeepReadonly<IRElement> | null => {\n if (self.parent == null) return null;\n const p = doc.nodes.get(self.parent);\n return p && p.kind === 'element' ? ro(p) : null;\n };\n\n const elementChildren = (): readonly DeepReadonly<IRElement>[] => {\n const out: DeepReadonly<IRElement>[] = [];\n for (const c of self.children) {\n const cn = doc.nodes.get(c);\n if (cn && cn.kind === 'element') out.push(ro(cn));\n }\n return out;\n };\n\n const ancestors = (): readonly DeepReadonly<IRElement>[] => {\n const out: DeepReadonly<IRElement>[] = [];\n let cur: IRNodeId | null = self.parent;\n while (cur != null) {\n const n: IRNode | undefined = doc.nodes.get(cur);\n if (!n) break;\n if (n.kind === 'element') out.push(ro(n));\n cur = n.parent;\n }\n return out;\n };\n\n const siblingAt = (delta: number): DeepReadonly<IRNode> | null => {\n if (self.parent == null) return null;\n const p = doc.nodes.get(self.parent);\n if (!p || (p.kind !== 'element' && p.kind !== 'fragment')) return null;\n const i = p.children.indexOf(elementId);\n const sib = p.children[i + delta];\n if (sib == null) return null;\n const sn = doc.nodes.get(sib);\n return sn ? ro(sn) : null;\n };\n\n const computedOf = (n: NodeLike): StyleMap => {\n const node = doc.nodes.get((n as IRNode).id);\n return node && node.kind === 'element' ? node.computed : emptyStyleMap();\n };\n\n return {\n node: ro(self),\n doc: ro(doc),\n resolver,\n selectors,\n safety,\n phase,\n iteration,\n parent: parentEl,\n elementChildren,\n onlyElementChild(): DeepReadonly<IRElement> | null {\n const els = elementChildren();\n return els.length === 1 ? els[0]! : null;\n },\n computed(): StyleMap {\n return self.computed;\n },\n computedOf,\n isOpaque(n?: ElementLike): boolean {\n const target = n ? doc.nodes.get((n as IRElement).id) : self;\n if (!target || target.kind !== 'element') return true;\n return target.classes.opaque || target.meta.hasSpreadAttrs;\n },\n ancestors,\n closest(pred): DeepReadonly<IRElement> | null {\n for (const a of ancestors()) if (pred(a)) return a;\n return null;\n },\n prevSibling(): DeepReadonly<IRNode> | null {\n return siblingAt(-1);\n },\n nextSibling(): DeepReadonly<IRNode> | null {\n return siblingAt(1);\n },\n nthChildIndex(): number {\n if (self.parent == null) return 1;\n const p = doc.nodes.get(self.parent);\n if (!p || (p.kind !== 'element' && p.kind !== 'fragment')) return 1;\n let idx = 0;\n for (const c of p.children) {\n const cn = doc.nodes.get(c);\n if (cn && cn.kind === 'element') {\n idx += 1;\n if (c === elementId) return idx;\n }\n }\n return idx;\n },\n };\n}\n","/**\n * @domflax/core — static classification of a flatten (the VERIFIER-GATED safety core).\n *\n * A flatten pattern matches on `paintsNothing` + a structural/style signature, but unwrapping a\n * wrapper can still change rendering: a wrapper with non-paint layout styles (e.g. `px-4 py-4`) drops\n * that padding when removed (it is NOT reproduced on the surviving child), and a centering wrapper\n * collapsed to `place-self:center` only stays centered when the child's NEW parent is flex/grid. The\n * existing emittability revert only checks the ADDED style is re-emittable — not that the wrapper's\n * own styles survive, nor that the parent context holds.\n *\n * {@link classifyFlattenOps} answers, for one applied flatten op-group, whether it is:\n *\n * • `'provably-safe'` — removing the wrapper changes NOTHING renderable: the wrapper\n * establishes no box/formatting/stacking context, has no non-inherited\n * own declaration that the rewrite does not reproduce on the surviving\n * child, AND the rewrite adds no parent-context-dependent self-alignment\n * (unless the new parent is statically flex/grid). Examples: passthrough\n * / empty-style / display-contents / redundant-fragment wrappers.\n * • `'needs-verification'` — anything else (drops/relies on a style, or centering→place-self).\n *\n * Pure + dependency-free: only the `./types` contract + `./builders` accessors.\n */\n\nimport { conditionKey, getElement } from './builders';\nimport type {\n CssProperty,\n IRDocument,\n IRElement,\n IRNodeId,\n RewriteOp,\n StyleBlock,\n StyleDecl,\n StyleMap,\n StyleNormalizer,\n} from './types';\n\n/** The static verdict for one flatten op-group. */\nexport type FlattenClass = 'provably-safe' | 'needs-verification';\n\n/** A classified flatten plus the structural anchors a verifier needs to render before/after. */\nexport interface FlattenClassification {\n readonly kind: FlattenClass;\n /** The unwrapped wrapper (in the BEFORE doc), or null when the group removes no element box. */\n readonly wrapperId: IRNodeId | null;\n /** The surviving child styles fold onto (the AFTER subtree root), or null. */\n readonly childId: IRNodeId | null;\n}\n\n/* ───────────────────────── display / context reasoning ───────────────────────── */\n\nconst DISPLAY = 'display' as CssProperty;\nconst POSITION = 'position' as CssProperty;\nconst TRANSFORM = 'transform' as CssProperty;\nconst ALIGN_ITEMS = 'align-items' as CssProperty;\nconst JUSTIFY_CONTENT = 'justify-content' as CssProperty;\nconst JUSTIFY_ITEMS = 'justify-items' as CssProperty;\nconst PLACE_ITEMS = 'place-items' as CssProperty;\nconst PLACE_SELF = 'place-self' as CssProperty;\n\n/** Displays that generate no independent formatting context for the wrapper's children. */\nconst CONTEXT_SAFE_DISPLAYS: ReadonlySet<string> = new Set(['block', 'contents', '']);\n/** `position` values that neither establish a containing block nor offset the element. */\nconst STATIC_POSITIONS: ReadonlySet<string> = new Set(['static', '']);\n\n/* ───────────────────────── context-compensated centering (grid-parent override) ───────────────────────── */\n\n/**\n * Displays under which a block-level wrapper carrying `align-items:center` + `justify-content:center`\n * truly centers a single child on BOTH axes (so collapsing it to `place-self:center` is lossless).\n * Restricted to the block-level `flex`/`grid` (per the CSS soundness rule) — the inline variants are\n * left `needs-verification`.\n */\nconst CENTERING_DISPLAYS: ReadonlySet<string> = new Set(['flex', 'grid']);\n/**\n * Parent displays that establish a GRID formatting context — the ONLY context in which the child's\n * `justify-self` (the horizontal half of `place-self:center`) is honored. A flex parent ignores\n * `justify-self`, and a block parent ignores both, so neither can host the flatten.\n */\nconst GRID_PARENT_DISPLAYS: ReadonlySet<string> = new Set(['grid']);\n/**\n * Item-alignment values under which a stretch-defaulted grid item FILLS its area. Only when the\n * wrapper fills its grid area does \"center inside the wrapper\" equal \"center inside the area\" (which\n * is what `place-self:center` on the child produces). Any other value (start/end/center/…) would let\n * the wrapper shrink and sit off-center, so the collapse could move the child → we preserve.\n */\nconst STRETCHY_ITEM_ALIGN: ReadonlySet<string> = new Set(['normal', 'stretch']);\n/** Parent item-alignment properties that, when non-stretch, stop the wrapper filling its grid area. */\nconst PARENT_ITEMS_ALIGN_PROPS: readonly CssProperty[] = [ALIGN_ITEMS, JUSTIFY_ITEMS, PLACE_ITEMS];\n\n/** True when a style condition is the unconditional base (no media / states / pseudo-element). */\nfunction isBaseCondition(block: StyleBlock): boolean {\n const c = block.condition;\n return c.media === '' && c.states.length === 0 && c.pseudoElement === '';\n}\n\n/** The base-condition value of `prop` in a NORMALIZED style map, or null when unset. */\nfunction baseValue(sm: StyleMap, prop: CssProperty): string | null {\n for (const block of sm.blocks.values()) {\n if (!isBaseCondition(block)) continue;\n const d = block.decls.get(prop);\n return d ? String(d.value) : null;\n }\n return null;\n}\n\n/**\n * True when unwrapping `wrapper` reparents the child under a statically-known GRID container that lets\n * the wrapper fill its area — the ONE parent context in which `place-self:center` reproduces the\n * wrapper's centering exactly. Requires (a) the parent is `display:grid`/`inline-grid` in the base\n * condition, (b) NO condition switches the parent to a non-grid display, and (c) NO condition forces a\n * non-stretch item-alignment (align-items/justify-items/place-items) that would shrink the wrapper off\n * its area. Anything else (flex/block/unknown parent, `place-items:center`, responsive `md:flex`, …)\n * → false → the flatten stays `needs-verification` (preserved).\n */\nfunction parentIsFillingGrid(before: IRDocument, wrapper: IRElement, norm: StyleNormalizer): boolean {\n if (wrapper.parent == null) return false;\n const p = before.nodes.get(wrapper.parent);\n if (!p || p.kind !== 'element') return false;\n const pc = norm.normalizeStyleMap(p.computed);\n let baseIsGrid = false;\n for (const block of pc.blocks.values()) {\n const disp = block.decls.get(DISPLAY);\n if (disp) {\n if (!GRID_PARENT_DISPLAYS.has(String(disp.value))) return false; // any non-grid display → unsafe\n if (isBaseCondition(block)) baseIsGrid = true;\n }\n for (const prop of PARENT_ITEMS_ALIGN_PROPS) {\n const d = block.decls.get(prop);\n if (d && !STRETCHY_ITEM_ALIGN.has(String(d.value))) return false; // wrapper would not fill its area\n }\n }\n return baseIsGrid;\n}\n\n/**\n * True when the wrapper carries NOTHING beyond the base-condition centering signature\n * (`display:flex|grid` + `align-items:center` + `justify-content:center`) that removal would drop.\n * Those three are compensated by the child's new `place-self:center`; `position:static`/`transform:none`\n * are inert; inherited declarations are folded onto the child by `foldInheritedStyles`; and any decl the\n * child provably reproduces is not lost. ANY other non-inherited own declaration — in any condition\n * (padding, margin, sizing, border, background, gap, a NON-base or NON-center align-items/justify-content,\n * a non-static position, a transform, …) → false → not a pure centering wrapper → preserved.\n */\nfunction wrapperHasOnlyCenteringStyle(\n wrapperComputed: StyleMap,\n childComputed: StyleMap | null,\n norm: StyleNormalizer,\n): boolean {\n for (const block of wrapperComputed.blocks.values()) {\n const base = isBaseCondition(block);\n const ck = conditionKey(block.condition);\n for (const [prop, decl] of block.decls) {\n const val = String(decl.value);\n if (prop === DISPLAY) {\n if (base && CENTERING_DISPLAYS.has(val)) continue;\n return false;\n }\n if (prop === ALIGN_ITEMS) {\n if (base && val === 'center') continue;\n return false;\n }\n if (prop === JUSTIFY_CONTENT) {\n if (base && val === 'center') continue;\n return false;\n }\n if (prop === POSITION) {\n if (STATIC_POSITIONS.has(val)) continue;\n return false;\n }\n if (prop === TRANSFORM) {\n if (val === 'none') continue;\n return false;\n }\n if (isInherited(decl, norm)) continue; // folded onto the child by foldInheritedStyles\n if (childReproduces(childComputed, ck, prop, val)) continue;\n return false; // some other own style would be dropped\n }\n }\n return true;\n}\n\n/** True when `wrapper` has exactly ONE element child and no other RENDERED content (rule 4). */\nfunction wrapperCentersSingleElement(before: IRDocument, wrapper: IRElement): boolean {\n let elements = 0;\n for (const cid of wrapper.children) {\n const n = before.nodes.get(cid);\n if (!n) continue;\n if (n.kind === 'element') {\n elements += 1;\n continue;\n }\n if (n.kind === 'comment') continue; // comments paint nothing and are not flex/grid items\n if (n.kind === 'text' && n.value.trim() === '') continue; // collapsible whitespace ⇒ no item\n return false; // real text / an `{expr}` island the wrapper's centering also positions\n }\n return elements === 1;\n}\n\n/** True when the child ALREADY carries a non-neutral self-alignment that place-self:center would override (rule 5). */\nfunction childHasSelfAlign(childBefore: StyleMap | null, norm: StyleNormalizer): boolean {\n if (!childBefore) return false;\n const sm = norm.normalizeStyleMap(childBefore);\n for (const block of sm.blocks.values()) {\n for (const prop of SELF_ALIGN_PROPS) {\n const d = block.decls.get(prop);\n if (d && !NEUTRAL_ALIGN.has(String(d.value))) return true;\n }\n }\n return false;\n}\n\n/** True when the rewrite grants the child the `place-self:center` equivalent (rule 2, second half). */\nfunction childGainsPlaceSelfCenter(childAfter: StyleMap): boolean {\n if (baseValue(childAfter, PLACE_SELF) === 'center') return true;\n return (\n baseValue(childAfter, 'align-self' as CssProperty) === 'center' &&\n baseValue(childAfter, 'justify-self' as CssProperty) === 'center'\n );\n}\n\n/**\n * The provably-sound override for the ubiquitous centering wrapper. Flattening\n *\n * <P grid><W flex/grid items-center justify-center><C/></W></P> → <P grid><C place-self:center/></P>\n *\n * is render-identical ONLY when ALL hold (each proven statically from the before-tree):\n * 1. Parent P establishes a GRID formatting context that lets the wrapper fill its area — so the\n * child's new `justify-self:center` (ignored under flex/block) is honored. ({@link parentIsFillingGrid})\n * 2. Wrapper W centers a single child on both axes (`display:flex|grid` + `align-items:center` +\n * `justify-content:center`) and the child gains the equivalent `place-self:center`.\n * 3. W has no OTHER non-inherited box style whose removal would drop or shift anything.\n * ({@link wrapperHasOnlyCenteringStyle})\n * 4. W has exactly one ELEMENT child and no other rendered content. ({@link wrapperCentersSingleElement})\n * 5. C does not already carry a conflicting `place-self`/`align-self`/`justify-self`. ({@link childHasSelfAlign})\n *\n * Any failure → false → the wrapper is preserved (the conservative default). Works identically for the\n * HTML and JSX pipelines: the parent display is read from the before-tree's resolved computed styles.\n */\nfunction isContextCompensatedCentering(\n before: IRDocument,\n wrapper: IRElement,\n wrapperComputed: StyleMap,\n childBefore: StyleMap | null,\n childAfter: StyleMap | null,\n norm: StyleNormalizer,\n): boolean {\n if (!childAfter) return false;\n // (2) wrapper centering signature (base condition) + the child actually gains place-self:center.\n if (!CENTERING_DISPLAYS.has(baseValue(wrapperComputed, DISPLAY) ?? '')) return false;\n if (baseValue(wrapperComputed, ALIGN_ITEMS) !== 'center') return false;\n if (baseValue(wrapperComputed, JUSTIFY_CONTENT) !== 'center') return false;\n const childAfterNorm = norm.normalizeStyleMap(childAfter);\n if (!childGainsPlaceSelfCenter(childAfterNorm)) return false;\n // (3) nothing else on the wrapper is dropped.\n if (!wrapperHasOnlyCenteringStyle(wrapperComputed, childAfterNorm, norm)) return false;\n // (4) exactly one element child, nothing else the wrapper positions.\n if (!wrapperCentersSingleElement(before, wrapper)) return false;\n // (5) the child has no pre-existing self-alignment place-self:center would override.\n if (childHasSelfAlign(childBefore, norm)) return false;\n // (1) the new parent is a statically-known grid that lets the wrapper fill its area.\n return parentIsFillingGrid(before, wrapper, norm);\n}\n\n/** Self-alignment properties whose effect depends on the parent being a flex/grid container. */\nconst SELF_ALIGN_PROPS: readonly CssProperty[] = [\n 'place-self' as CssProperty,\n 'align-self' as CssProperty,\n 'justify-self' as CssProperty,\n];\n/** Self-alignment values that are no-ops (so adding them assumes nothing about the parent). */\nconst NEUTRAL_ALIGN: ReadonlySet<string> = new Set(['auto', 'normal', 'auto auto', '']);\n/** Parent displays under which `place-self`/`*-self` centering actually takes effect. */\nconst FLEX_GRID_DISPLAYS: ReadonlySet<string> = new Set(['flex', 'inline-flex', 'grid', 'inline-grid']);\n\n/**\n * True when the wrapper establishes a box/formatting/stacking context that positions or sizes its\n * children — so removing its box could move/resize the surviving child. Derived from the COMPUTED\n * style (the frontend leaves the `meta.establishes*` flags unset for class-resolved styles), exactly\n * how `hasOwnVisualStyle` reasons over the computed map.\n */\nfunction establishesChildContext(sm: StyleMap): boolean {\n for (const block of sm.blocks.values()) {\n const display = block.decls.get(DISPLAY);\n if (display && !CONTEXT_SAFE_DISPLAYS.has(String(display.value))) return true;\n const position = block.decls.get(POSITION);\n if (position && !STATIC_POSITIONS.has(String(position.value))) return true;\n const transform = block.decls.get(TRANSFORM);\n if (transform && String(transform.value) !== 'none') return true;\n }\n return false;\n}\n\n/* ───────────────────────── declaration reasoning ───────────────────────── */\n\nfunction isInherited(decl: StyleDecl, norm: StyleNormalizer): boolean {\n if (decl.inherited) return true;\n try {\n return norm.inherited.isInherited(decl.property);\n } catch {\n return false;\n }\n}\n\n/** True when the child reproduces this exact declaration (same property + value) in the same condition. */\nfunction childReproduces(\n childComputed: StyleMap | null,\n conditionK: string,\n prop: CssProperty,\n value: string,\n): boolean {\n if (!childComputed) return false;\n const block = childComputed.blocks.get(conditionK as never);\n if (!block) return false;\n const d = block.decls.get(prop);\n return d != null && String(d.value) === value;\n}\n\n/**\n * True when the wrapper carries a non-inherited declaration that is NOT reproduced on the surviving\n * child — i.e. flattening would DROP a renderable style. `display`/`position`/`transform` are skipped\n * because {@link establishesChildContext} already governs them (and when it passed they are no-ops).\n */\nfunction dropsOwnStyle(\n wrapperComputed: StyleMap,\n childComputed: StyleMap | null,\n norm: StyleNormalizer,\n): boolean {\n for (const block of wrapperComputed.blocks.values()) {\n const ck = conditionKey(block.condition);\n for (const [prop, decl] of block.decls) {\n if (prop === DISPLAY || prop === POSITION || prop === TRANSFORM) continue;\n if (isInherited(decl, norm)) continue; // folded onto the child by foldInheritedStyles\n if (!childReproduces(childComputed, ck, prop, String(decl.value))) return true;\n }\n }\n return false;\n}\n\n/* ───────────────────────── parent-context reasoning ───────────────────────── */\n\n/** The element's base-condition `display` value (normalized), or '' when unset/not an element. */\nfunction displayOf(el: IRElement | undefined, norm: StyleNormalizer): string {\n if (!el) return '';\n for (const block of norm.normalizeStyleMap(el.computed).blocks.values()) {\n if (block.condition.media === '' && block.condition.states.length === 0 && block.condition.pseudoElement === '') {\n const d = block.decls.get(DISPLAY);\n if (d) return String(d.value);\n }\n }\n return '';\n}\n\n/** True when unwrapping `wrapper` reparents the child UNDER a flex/grid container in the before-tree. */\nfunction newParentIsFlexOrGrid(before: IRDocument, wrapper: IRElement, norm: StyleNormalizer): boolean {\n if (wrapper.parent == null) return false;\n const p = before.nodes.get(wrapper.parent);\n if (!p || p.kind !== 'element') return false;\n return FLEX_GRID_DISPLAYS.has(displayOf(p, norm));\n}\n\n/**\n * True when the rewrite GRANTS the child a parent-context-dependent self-alignment (place-self /\n * align-self / justify-self with a non-neutral value) that was not already on it — centering that only\n * holds if the new parent is flex/grid.\n */\nfunction addsParentContextStyle(\n childBefore: StyleMap | null,\n childAfter: StyleMap | null,\n norm: StyleNormalizer,\n): boolean {\n if (!childAfter) return false;\n const before = childBefore ? norm.normalizeStyleMap(childBefore) : null;\n const after = norm.normalizeStyleMap(childAfter);\n for (const block of after.blocks.values()) {\n const ck = conditionKey(block.condition);\n for (const prop of SELF_ALIGN_PROPS) {\n const d = block.decls.get(prop);\n if (!d || NEUTRAL_ALIGN.has(String(d.value))) continue;\n const prev = before?.blocks.get(ck as never)?.decls.get(prop);\n if (!prev || String(prev.value) !== String(d.value)) return true;\n }\n }\n return false;\n}\n\n/* ───────────────────────── op-group anchors ───────────────────────── */\n\n/** The wrapper the group unwraps (the structural removal), or null when the group removes no box. */\nfunction unwrapTargetOf(ops: readonly RewriteOp[]): IRNodeId | null {\n for (const op of ops) if (op.op === 'unwrap') return op.target;\n return null;\n}\n\n/** The surviving child styles fold onto: the mergeStyle/fold target, else the wrapper's sole element child. */\nfunction survivingChildOf(ops: readonly RewriteOp[], wrapper: IRElement, before: IRDocument): IRNodeId | null {\n for (const op of ops) if (op.op === 'mergeStyle') return op.target;\n for (const op of ops) if (op.op === 'foldInheritedStyles' && op.into.length > 0) return op.into[0]!;\n for (const c of wrapper.children) {\n const n = before.nodes.get(c);\n if (n && n.kind === 'element') return c;\n }\n return null;\n}\n\n/* ───────────────────────── the classifier ───────────────────────── */\n\n/**\n * Statically classify one applied flatten op-group. `before` is the doc as it was BEFORE the group's\n * ops; `after` is the result of applying them.\n *\n * A group that unwraps no element box (e.g. {@link redundant-fragment}, or a style-only flatten) is\n * `provably-safe` — there is no box whose removal could move/resize anything. Otherwise the three\n * criteria above decide.\n */\nexport function classifyFlattenOps(\n before: IRDocument,\n after: IRDocument,\n ops: readonly RewriteOp[],\n norm: StyleNormalizer,\n): FlattenClassification {\n const wrapperId = unwrapTargetOf(ops);\n if (wrapperId == null) return { kind: 'provably-safe', wrapperId: null, childId: null };\n\n const wrapper = before.nodes.get(wrapperId);\n // A fragment carries no box and no computed style — unwrapping it is always layout-identical.\n if (!wrapper || wrapper.kind !== 'element') {\n return { kind: 'provably-safe', wrapperId: null, childId: null };\n }\n\n // SAFETY (Layer 2, backstop): if ANY of the wrapper's own class tokens was UNRESOLVED, its true\n // style is UNKNOWN — `wrapper.computed` is only the resolved subset, so the static \"inert\" reasoning\n // below (which sees an empty/partial map) could wrongly clear it. Never treat such a wrapper as\n // provably safe to unwrap. Under the default `'provably-safe'` gate this reverts (preserves) the\n // flatten; the match-time `hasOwnVisualStyle` gate already blocks the paintsNothing patterns, so this\n // catches a positive-computed flatten (e.g. nested-flex-merge) that also carries an unknown token.\n if (wrapper.meta.hasUnresolvedClasses) {\n return { kind: 'needs-verification', wrapperId, childId: survivingChildOf(ops, wrapper, before) };\n }\n\n const childId = survivingChildOf(ops, wrapper, before);\n const wrapperComputed = norm.normalizeStyleMap(wrapper.computed);\n const childAfter = childId != null ? getElement(after, childId)?.computed ?? null : null;\n const childBefore = childId != null ? getElement(before, childId)?.computed ?? null : null;\n\n // (OVERRIDE) A flex/grid centering wrapper establishes a formatting context — so (A) below would\n // reject it — YET collapsing it to `place-self:center` on the sole child is provably layout-neutral\n // when the child's NEW parent is a statically-known grid that lets the wrapper fill its area (and the\n // wrapper carries nothing else). This is the ONE context-compensated case; verified render-identical\n // in Chromium. Everything that fails any rule falls through to the conservative criteria below.\n if (isContextCompensatedCentering(before, wrapper, wrapperComputed, childBefore, childAfter, norm)) {\n return { kind: 'provably-safe', wrapperId, childId };\n }\n\n // (A) wrapper positions/sizes its children → removing its box can move/resize them.\n if (establishesChildContext(wrapperComputed)) {\n return { kind: 'needs-verification', wrapperId, childId };\n }\n // (B) wrapper drops a non-inherited own style the child does not reproduce.\n if (dropsOwnStyle(wrapperComputed, childAfter ? norm.normalizeStyleMap(childAfter) : null, norm)) {\n return { kind: 'needs-verification', wrapperId, childId };\n }\n // (C) rewrite adds parent-context-dependent centering, but the new parent is not statically flex/grid.\n if (addsParentContextStyle(childBefore, childAfter, norm) && !newParentIsFlexOrGrid(before, wrapper, norm)) {\n return { kind: 'needs-verification', wrapperId, childId };\n }\n\n return { kind: 'provably-safe', wrapperId, childId };\n}\n","/**\n * @domflax/core — pass manager (the sync, static flatten driver).\n *\n * Runs {@link Pattern}s grouped by {@link PassPhase} in declared order, driving the `flatten` phase to\n * a fixpoint under a max-iteration budget, isolating per-node pattern errors into {@link Diagnostic}s\n * (a thrown pattern never aborts the run — it becomes `DF_PATTERN_THREW`), and applying the static\n * flatten policy ({@link ApplyContext.gate}) — under `'provably-safe'` only provably layout-neutral\n * flattens commit, so the transform never changes rendering and never launches a browser.\n *\n * The supporting contexts (resolvers, selector index, rewrite factory, match context) live in\n * `./pass-context`; the static flatten classifier in `./flatten-safety`. Dependency-free: only the\n * `./types` contract + sibling runtime helpers.\n */\n\nimport type {\n ApplyContext,\n Diagnostic,\n FixpointConfig,\n HaltReason,\n IRDocument,\n IRNodeId,\n Pass,\n PassManager,\n PassPhase,\n Pattern,\n PhaseRunResult,\n RewriteFactory,\n RewriteOp,\n RewriteOpDraft,\n StyleMap,\n StyleNormalizer,\n StyleResolver,\n SyntheticSink,\n EmitContext,\n} from './types';\n\nimport { childIds, elementIds, getElement } from './builders';\nimport { applyOps } from './ops';\nimport { buildMatchContext, createRewriteFactory } from './pass-context';\nimport { classifyFlattenOps } from './flatten-safety';\n\n// Re-export the supporting contexts so `@domflax/core` consumers keep importing them from here / the\n// barrel exactly as before this module was split.\nexport {\n buildMatchContext,\n buildSelectorIndex,\n createNullResolver,\n createNullSelectorIndex,\n createRewriteFactory,\n} from './pass-context';\n\n/* ───────────────────────── defaults ───────────────────────── */\n\nexport const DEFAULT_FIXPOINT: FixpointConfig = {\n maxIterations: 16,\n phases: { flatten: 16, compress: 8, extract: 4 },\n onBudgetExhausted: 'warn',\n detectOscillation: true,\n};\n\nexport const PHASE_ORDER: readonly PassPhase[] = ['flatten', 'compress', 'extract'];\n\n/* ───────────────────────── op stamping + phase grouping ───────────────────────── */\n\nexport function stampOrigin(draft: RewriteOpDraft, pattern: Pattern): RewriteOp {\n return {\n ...draft,\n origin: { pattern: pattern.name, category: pattern.category, safety: pattern.safety },\n } as RewriteOp;\n}\n\nexport function patternsForPhase(passes: readonly Pass[], phase: PassPhase): Pattern[] {\n const out: Pattern[] = [];\n for (const pass of passes) {\n if (pass.phase !== phase) continue;\n for (const p of pass.patterns) out.push(p);\n }\n out.sort((a, b) => (b.priority ?? 0) - (a.priority ?? 0));\n return out;\n}\n\nexport interface RunState {\n doc: IRDocument;\n}\n\n/* ───────────────────────── flatten residual-skip (never drop an unreproducible style) ───────────────────────── */\n\n/** A throwaway {@link SyntheticSink} for the emit exactness probe (registrations are discarded). */\nfunction probeSink(): SyntheticSink {\n return {\n register(s): string {\n return s.className;\n },\n drain(): readonly never[] {\n return [];\n },\n };\n}\n\n/** Nodes a group writes STYLE onto (the survivors a flatten transfers declarations to). */\nfunction styleWriteTargets(ops: readonly RewriteOp[]): IRNodeId[] {\n const ids: IRNodeId[] = [];\n for (const op of ops) {\n if (op.op === 'mergeStyle' || op.op === 'setClassList') ids.push(op.target);\n else if (op.op === 'foldInheritedStyles') ids.push(...op.into);\n }\n return ids;\n}\n\n/** True iff the resolver can EXACTLY reverse-emit `sm` (no residual). An empty map is trivially exact. */\nfunction emitIsExact(resolver: StyleResolver, normalizer: StyleNormalizer, sm: StyleMap): boolean {\n if (sm.blocks.size === 0) return true;\n try {\n const ctx: EmitContext = { normalizer, sink: probeSink() };\n const r = resolver.emit(sm, ctx);\n return r.exact && r.residual == null;\n } catch {\n return true; // a throwing resolver must never block a flatten\n }\n}\n\n/**\n * T5 — flatten must never DROP a style it can't reproduce. After a flatten transfers declarations onto\n * a surviving (rewritable) element, if the resolver can no longer EXACTLY reverse-emit that element's\n * computed style — and it could before — the flatten would silently lose the residual declarations\n * during reverse-emit, so the whole flatten is reverted (the wrapper is kept). Pre-existing residue\n * (already non-exact before the flatten) is not blamed on the flatten and does not trigger a revert.\n */\nexport function flattenWouldDropStyle(\n before: IRDocument,\n after: IRDocument,\n ops: readonly RewriteOp[],\n resolver: StyleResolver,\n normalizer: StyleNormalizer,\n): boolean {\n for (const id of styleWriteTargets(ops)) {\n const newEl = getElement(after, id);\n if (!newEl) continue; // target was itself removed — its style lives on the survivor we also check\n // Opaque / dynamic class lists are kept verbatim by reverse-emit, so no style is dropped there.\n if (newEl.classes.opaque || newEl.classes.hasDynamic) continue;\n if (emitIsExact(resolver, normalizer, newEl.computed)) continue;\n const oldEl = getElement(before, id);\n const wasExact = !oldEl || emitIsExact(resolver, normalizer, oldEl.computed);\n if (wasExact) return true; // the flatten introduced an unreproducible style → revert\n }\n return false;\n}\n\n/* ───────────────────────── flatten gate decision (shared sync core) ───────────────────────── */\n\nexport type FlattenVerdict = 'commit' | 'revert';\n\n/**\n * Decide what to do with a freshly-applied flatten op-group, given the gate. Returns:\n * • `'commit'` — keep the outcome (the historical path for `'all'`, and provably-safe flattens).\n * • `'revert'` — discard + bar the node (residual-drop, or a needs-verification flatten under the\n * `'provably-safe'` gate).\n *\n * `before`/`after` are the docs immediately around the group's application.\n */\nexport function flattenVerdict(\n before: IRDocument,\n after: IRDocument,\n ops: readonly RewriteOp[],\n ctx: ApplyContext,\n): FlattenVerdict {\n // T5 (independent of the gate): a flatten must never drop a style the resolver can't re-emit.\n if (flattenWouldDropStyle(before, after, ops, ctx.resolver, ctx.normalizer)) return 'revert';\n\n const gate = ctx.gate ?? 'all';\n if (gate === 'all') return 'commit';\n\n const cls = classifyFlattenOps(before, after, ops, ctx.normalizer);\n return cls.kind === 'provably-safe' ? 'commit' : 'revert';\n}\n\n/* ───────────────────────── per-element pattern evaluation (shared) ───────────────────────── */\n\n/**\n * Evaluate every pattern against `elId` until one produces ops; returns the stamped op list (and its\n * pattern), or null when no pattern matched. Pattern throws become `DF_PATTERN_THREW` diagnostics.\n */\nexport function evaluateElement(\n doc: IRDocument,\n elId: IRNodeId,\n patterns: readonly Pattern[],\n ctx: ApplyContext,\n factory: RewriteFactory,\n phase: PassPhase,\n iteration: number,\n diagnostics: Diagnostic[],\n): { ops: RewriteOp[]; pattern: Pattern } | null {\n for (const pattern of patterns) {\n if (pattern.safety > ctx.safetyCeiling) continue;\n let drafts: readonly RewriteOpDraft[] = [];\n try {\n const mctx = buildMatchContext(doc, elId, ctx.resolver, ctx.selectors, ctx.safetyCeiling, phase, iteration);\n const result = pattern.evaluate(mctx, factory);\n if (!result) continue;\n drafts = result.ops;\n if (result.diagnostics) for (const d of result.diagnostics) diagnostics.push(d);\n } catch (err) {\n diagnostics.push({\n code: 'DF_PATTERN_THREW',\n severity: 'error',\n message: `pattern '${pattern.name}' threw: ${String((err as Error)?.message ?? err)}`,\n nodeId: elId,\n pattern: pattern.name,\n phase,\n iteration,\n cause: err,\n });\n continue;\n }\n if (drafts.length === 0) continue;\n return { ops: drafts.map((d) => stampOrigin(d, pattern)), pattern };\n }\n return null;\n}\n\n/** Emit the diagnostic recorded when a flatten is reverted by the gate / residual guard. */\nexport function revertDiagnostic(\n pattern: Pattern,\n elId: IRNodeId,\n phase: PassPhase,\n iteration: number,\n resolverId: string,\n): Diagnostic {\n return {\n code: 'DF_VERIFY_REVERTED',\n severity: 'warn',\n message:\n `flatten '${pattern.name}' reverted on node ${elId}: it would change rendering (drops a style, ` +\n `establishes layout context, or assumes a parent context) and was not proven safe by resolver ` +\n `'${resolverId}'`,\n nodeId: elId,\n pattern: pattern.name,\n phase,\n iteration,\n };\n}\n\n/* ───────────────────────── one sweep (sync) ───────────────────────── */\n\n/**\n * One sweep of a phase: evaluate every pattern against every live element, collect op drafts, stamp\n * origin, apply, then commit/revert per {@link flattenVerdict}. Returns the number of ops applied\n * (0 ⇒ fixpoint for this phase). Under the `'provably-safe'` gate, any flatten that is not provably\n * safe is reverted — the transform is fully static and never changes rendering.\n */\nfunction runSweep(\n state: RunState,\n patterns: readonly Pattern[],\n ctx: ApplyContext,\n factory: RewriteFactory,\n phase: PassPhase,\n iteration: number,\n touched: Set<IRNodeId>,\n diagnostics: Diagnostic[],\n flattenBarred: Set<IRNodeId>,\n): number {\n let appliedOps = 0;\n\n for (const elId of elementIds(state.doc)) {\n const el = getElement(state.doc, elId);\n if (!el) continue; // removed earlier in this sweep\n if (phase === 'flatten' && flattenBarred.has(elId)) continue;\n\n const evaluated = evaluateElement(state.doc, elId, patterns, ctx, factory, phase, iteration, diagnostics);\n if (!evaluated) continue;\n const { ops, pattern } = evaluated;\n\n const outcome = applyOps(state.doc, ops, ctx);\n for (const d of outcome.result.diagnostics) diagnostics.push(d);\n if (outcome.result.appliedGroups === 0) continue;\n\n if (phase === 'flatten') {\n const verdict = flattenVerdict(state.doc, outcome.doc, ops, ctx);\n if (verdict !== 'commit') {\n // Discard the outcome (keep the wrapper) AND bar this node from any further flatten this run.\n diagnostics.push(revertDiagnostic(pattern, elId, phase, iteration, ctx.resolver.id));\n flattenBarred.add(elId);\n continue;\n }\n }\n\n state.doc = outcome.doc;\n appliedOps += outcome.result.appliedGroups;\n for (const id of outcome.result.touched) touched.add(id);\n for (const id of outcome.result.created) touched.add(id);\n }\n return appliedOps;\n}\n\n/* ───────────────────────── oscillation fingerprint ───────────────────────── */\n\n/** Cheap structural fingerprint of the document for oscillation detection. */\nexport function docFingerprint(doc: IRDocument): string {\n const parts: string[] = [];\n const visit = (id: IRNodeId): void => {\n const n = doc.nodes.get(id);\n if (!n) return;\n parts.push(`${id}:${n.kind}`);\n for (const c of childIds(n)) visit(c);\n };\n visit(doc.root);\n return parts.join('|');\n}\n\n/* ───────────────────────── the fixpoint driver (sync) ───────────────────────── */\n\n/** A single phase's terminal result, built from the loop's accounting. */\nexport interface PhaseLoopState {\n iterations: number;\n converged: boolean;\n haltReason: HaltReason;\n readonly touched: Set<IRNodeId>;\n readonly diagnostics: Diagnostic[];\n readonly seen: Set<string>;\n}\n\n/** Record the budget-exhausted diagnostic + finalize a phase result. Shared by sync + async drivers. */\nexport function finalizePhase(\n phase: PassPhase,\n s: PhaseLoopState,\n budget: number,\n onBudgetExhausted: 'warn' | 'error',\n): PhaseRunResult {\n if (!s.converged && s.haltReason !== 'oscillation') {\n s.haltReason = 'budget';\n s.diagnostics.push({\n code: 'DF_FIXPOINT_BUDGET',\n severity: onBudgetExhausted === 'error' ? 'error' : 'warn',\n message: `phase '${phase}' exhausted ${budget}-iteration budget`,\n phase,\n iteration: s.iterations,\n });\n }\n return {\n phase,\n iterations: s.iterations,\n converged: s.converged,\n haltReason: s.haltReason,\n touched: s.touched,\n diagnostics: s.diagnostics,\n };\n}\n\n/**\n * Runs `passes` over `doc` to a per-phase fixpoint (synchronous). This is the concrete entry the\n * pipeline calls. Under the `'provably-safe'` gate, flattens that are not provably layout-neutral are\n * reverted — the transform is fully static and never changes rendering.\n */\nexport function runPasses(\n doc: IRDocument,\n passes: readonly Pass[],\n ctx: ApplyContext,\n config?: FixpointConfig,\n): { readonly doc: IRDocument; readonly results: readonly PhaseRunResult[] } {\n const cfg: FixpointConfig = { ...DEFAULT_FIXPOINT, ...config };\n const factory = createRewriteFactory();\n const state: RunState = { doc };\n const results: PhaseRunResult[] = [];\n // Nodes barred from flattening after a revert — persists across sweeps/phases.\n const flattenBarred = new Set<IRNodeId>();\n\n for (const phase of PHASE_ORDER) {\n const patterns = patternsForPhase(passes, phase);\n const budget = cfg.phases[phase] ?? cfg.maxIterations;\n const s: PhaseLoopState = {\n iterations: 0,\n converged: false,\n haltReason: 'converged',\n touched: new Set(),\n diagnostics: [],\n seen: new Set(),\n };\n\n if (patterns.length === 0) {\n s.converged = true;\n results.push(finalizePhase(phase, s, budget, cfg.onBudgetExhausted));\n continue;\n }\n\n while (s.iterations < budget) {\n s.iterations += 1;\n const applied = runSweep(\n state,\n patterns,\n ctx,\n factory,\n phase,\n s.iterations,\n s.touched,\n s.diagnostics,\n flattenBarred,\n );\n\n if (applied === 0) {\n s.converged = true;\n break;\n }\n\n if (cfg.detectOscillation) {\n const fp = docFingerprint(state.doc);\n if (s.seen.has(fp)) {\n s.haltReason = 'oscillation';\n s.diagnostics.push({\n code: 'DF_FIXPOINT_OSCILLATION',\n severity: 'warn',\n message: `phase '${phase}' oscillated; halting`,\n phase,\n iteration: s.iterations,\n });\n break;\n }\n s.seen.add(fp);\n }\n }\n\n results.push(finalizePhase(phase, s, budget, cfg.onBudgetExhausted));\n }\n\n return { doc: state.doc, results };\n}\n\n/** A {@link PassManager} that runs the given passes (carried on the manager instance). */\nexport function createPassManager(passes: readonly Pass[]): PassManager {\n return {\n run(doc: IRDocument, ctx: ApplyContext, config?: FixpointConfig): readonly PhaseRunResult[] {\n return runPasses(doc, passes, ctx, config).results;\n },\n };\n}\n","/**\n * @domflax/core — the pure, single-file pipeline.\n *\n * Wires injected interfaces together: {@link Frontend} → resolve → {@link PassManager} →\n * {@link Backend}. Core itself stays dependency-free; the resolver, frontend, and backend are all\n * supplied by the caller, so no heavy third-party libs ever reach this package.\n */\n\nimport type {\n ApplyContext,\n Backend,\n BackendContext,\n CodegenResult,\n Diagnostic,\n EditPlan,\n Frontend,\n FrontendParseContext,\n IRDocument,\n IRElement,\n PassPhase,\n Pipeline,\n PipelineInput,\n PipelineOutput,\n PipelineStats,\n SourceSpan,\n StyleMap,\n SyntheticClass,\n SyntheticSink,\n} from './types';\n\nimport { elementIds, getElement } from './builders';\nimport { createNullSelectorIndex, runPasses } from './pass-manager';\n\n/* ───────────────────────── synthetic sink ───────────────────────── */\n\n/** A minimal in-memory {@link SyntheticSink}: dedupes by className, drains in insertion order. */\nexport function createSyntheticSink(): SyntheticSink {\n const map = new Map<string, SyntheticClass>();\n return {\n register(s: SyntheticClass): string {\n if (!map.has(s.className)) map.set(s.className, s);\n return s.className;\n },\n drain(): readonly SyntheticClass[] {\n return [...map.values()];\n },\n };\n}\n\n/* ───────────────────────── resolve step ───────────────────────── */\n\nfunction staticClassTokens(el: IRElement): string[] {\n const out: string[] = [];\n for (const seg of el.classes.segments) {\n if (seg.kind === 'static') for (const t of seg.tokens) out.push(t.value);\n }\n return out;\n}\n\n/**\n * Populate each element's `computed` StyleMap from its author classes via the injected resolver.\n * Opaque/spread elements and elements without static classes are left untouched. Resolver throws\n * are isolated into diagnostics (a stub resolver may legitimately be NotImplemented).\n */\nfunction resolveStyles(\n doc: IRDocument,\n input: PipelineInput,\n diagnostics: Diagnostic[],\n): void {\n const { resolver, normalizer } = input;\n for (const id of elementIds(doc)) {\n const el = getElement(doc, id);\n if (!el || el.classes.opaque) continue;\n const tokens = staticClassTokens(el);\n if (tokens.length === 0) continue;\n try {\n const result = resolver.resolve({\n classes: tokens,\n element: {\n tagName: el.tag,\n namespace: el.namespace === 'svg' ? 'svg' : 'html',\n },\n });\n let styles: StyleMap = result.styles;\n try {\n styles = normalizer.normalizeStyleMap(styles);\n } catch {\n /* normalizer is optional/stubbed — keep raw styles */\n }\n el.computed = styles;\n for (const w of result.warnings) {\n diagnostics.push({\n code: 'DF_STYLE_CONFLICT_UNRESOLVED',\n severity: w.severity,\n message: w.message,\n nodeId: id,\n });\n }\n } catch (err) {\n diagnostics.push({\n code: 'DF_OP_PRECONDITION_FAILED',\n severity: 'debug',\n message: `resolve skipped for <${el.tag}>: ${String((err as Error)?.message ?? err)}`,\n nodeId: id,\n cause: err,\n });\n }\n }\n}\n\n/* ───────────────────────── the pipeline ───────────────────────── */\n\nconst ZERO_ITERATIONS: Readonly<Record<PassPhase, number>> = {\n flatten: 0,\n compress: 0,\n extract: 0,\n};\n\nclass DefaultPipeline implements Pipeline {\n run(input: PipelineInput): PipelineOutput {\n const startedAt = now();\n const diagnostics: Diagnostic[] = [];\n const report = (d: Diagnostic): void => {\n diagnostics.push(d);\n input.reporter?.report(d);\n };\n\n // 1. PARSE ────────────────────────────────────────────────────────────\n const parseCtx: FrontendParseContext = {\n id: input.id,\n kind: input.kind,\n resolver: input.resolver,\n normalizer: input.normalizer,\n config: { preserveComments: input.config?.preserveComments ?? true },\n onDiagnostic: report,\n };\n if (input.babelAst !== undefined) parseCtx.babelAst = input.babelAst;\n\n const parsed = input.frontend.parse(input.code, parseCtx);\n for (const d of parsed.diagnostics) report(d);\n const doc = parsed.doc;\n const nodesIn = doc.nodes.size;\n\n // 2. RESOLVE ──────────────────────────────────────────────────────────\n resolveStyles(doc, input, diagnostics);\n\n // 3. PASSES (fixpoint per phase) ──────────────────────────────────────\n const ctx: ApplyContext = {\n doc,\n safetyCeiling: input.config?.safety ?? 2,\n normalizer: input.normalizer,\n selectors: createNullSelectorIndex(),\n resolver: input.resolver,\n };\n const { doc: optimized, results } = runPasses(doc, input.passes, ctx, fixpointFrom(input));\n\n let opsApplied = 0;\n const iterations: Record<PassPhase, number> = { ...ZERO_ITERATIONS };\n for (const r of results) {\n iterations[r.phase] = r.iterations;\n for (const d of r.diagnostics) {\n diagnostics.push(d);\n input.reporter?.report(d);\n }\n opsApplied += r.touched.size;\n }\n\n // 4. PRINT ────────────────────────────────────────────────────────────\n const editPlan: EditPlan = {\n moduleId: input.id,\n ops: [],\n provenance: new Map(),\n };\n const backendCtx: BackendContext = {\n normalizer: input.normalizer,\n resolver: input.resolver,\n sink: createSyntheticSink(),\n eol: eolOf(optimized),\n onDiagnostic: report,\n };\n const printed: CodegenResult = input.backend.print(optimized, editPlan, backendCtx);\n for (const d of printed.diagnostics) {\n diagnostics.push(d);\n input.reporter?.report(d);\n }\n\n // 5. ASSEMBLE OUTPUT ──────────────────────────────────────────────────\n const stats: PipelineStats = {\n nodesIn,\n nodesOut: optimized.nodes.size,\n opsApplied,\n iterations,\n durationMs: now() - startedAt,\n };\n const touched: readonly SourceSpan[] = printed.edits.map((e) => e.span);\n\n return {\n code: printed.code,\n map: printed.map,\n changed: printed.code !== input.code,\n touched,\n diagnostics,\n stats,\n doc: optimized,\n editPlan,\n };\n }\n}\n\nfunction fixpointFrom(input: PipelineInput): import('./types').FixpointConfig | undefined {\n const fp = input.config?.fixpoint;\n if (!fp) return undefined;\n return {\n maxIterations: fp.maxIterations ?? 16,\n phases: fp.phases ?? {},\n onBudgetExhausted: fp.onBudgetExhausted ?? 'warn',\n detectOscillation: fp.detectOscillation ?? true,\n };\n}\n\nfunction eolOf(doc: IRDocument): '\\n' | '\\r\\n' {\n for (const src of doc.sources.values()) return src.eol;\n return '\\n';\n}\n\n// `performance` is a host global (node20 / browser) not covered by the ES2023 lib;\n// declared minimally so the runtime feature-detection below stays type-safe.\ndeclare const performance: { now(): number } | undefined;\n\nfunction now(): number {\n return typeof performance !== 'undefined' && typeof performance.now === 'function'\n ? performance.now()\n : Date.now();\n}\n\n/** Build the pure single-file {@link Pipeline}. */\nexport function createPipeline(): Pipeline {\n return new DefaultPipeline();\n}\n","/**\r\n * @domflax/core — the shared reverse-emit step (computed → className).\r\n *\r\n * The backend re-prints `className` from each element's {@link ClassList}, but the pass manager\r\n * records optimized styles on `computed`. This module folds those optimized computed styles back\r\n * into the element's static class tokens, and is the SINGLE source of truth shared by every\r\n * orchestrator (the `domflax` meta package, `@domflax/cli`, and the pattern auto-test harness) so\r\n * their pipelines cannot diverge.\r\n *\r\n * ## Only STYLE-DIRTY elements are re-emitted (never inflate a bystander)\r\n *\r\n * Reverse-emit runs ONLY on elements a pass actually rewrote the computed style of — `meta.styleDirty`\r\n * (a `setClassList`, a `mergeStyle` onto it, or an inherited fold into it). An element that was merely\r\n * `touched` as a STRUCTURAL BYSTANDER — a child was flattened/unwrapped, a sibling merged/moved, a\r\n * node inserted next to it — never has its own computed changed, so its `class` attribute is left\r\n * BYTE-FOR-BYTE IDENTICAL. This is what stops a real custom-CSS site from INFLATING: an unchanged\r\n * `<div class=\"product-art\">` can no longer gain a redundant `.bg-cream-deep` just because an inert\r\n * child next to it was flattened.\r\n *\r\n * ## REPLACE, not append — with retained-class coverage SUBTRACTED\r\n *\r\n * For every style-dirty, rewritable (non-opaque, non-dynamic) element we ask the resolver for the\r\n * MINIMAL class set reproducing the element's computed style, then REPLACE the element's droppable\r\n * tokens with it — rather than appending. Replacing is what lets a compress pass actually shorten\r\n * output: `px-4 py-4` collapses to `p-4`, equal `w/h` to `size-*`, the four insets to `inset-0`, and\r\n * fully-overridden duplicates simply disappear.\r\n *\r\n * Crucially, before choosing what to emit we SUBTRACT the style already supplied by the element's\r\n * RETAINED (kept, non-droppable) classes: we emit only for the RESIDUAL declarations those classes do\r\n * not already reproduce. So reverse-emit can never materialize a utility for a property a semantic\r\n * class the element keeps already sets (the `.product-art` background is never re-added as\r\n * `.bg-cream-deep`). Output therefore never grows with a class whose contribution is already covered.\r\n *\r\n * ## Droppability gate (never lose a load-bearing class)\r\n *\r\n * A token is only removed when `resolver.selectorUsage(token).droppable` is true — i.e. it is a\r\n * plain, resolver-owned utility whose entire contribution is reproducible from `computed`. Tokens\r\n * that are unknown to the resolver, opaque (combinator/at-rule utilities whose effect never folds\r\n * onto the element's own box), variant-bound, or referenced by a custom-CSS selector are NOT\r\n * droppable and are preserved verbatim. As a safety net, if the residual `emit` produces nothing at\r\n * all we leave the element's tokens untouched (a resolver that failed to load must never erase\r\n * classes).\r\n */\r\n\r\nimport { elementIds, getElement } from './builders';\r\nimport { createSyntheticSink } from './pipeline';\r\nimport type {\r\n ClassList,\r\n ClassSegment,\r\n ClassToken,\r\n ConditionKey,\r\n CssProperty,\r\n EmitContext,\r\n IRDocument,\r\n SafetyLevel,\r\n StyleBlock,\r\n StyleDecl,\r\n StyleMap,\r\n StyleNormalizer,\r\n StyleResolver,\r\n} from './types';\r\n\r\n/** All static class tokens of a {@link ClassList}, in source order. */\r\nfunction staticTokensOf(cl: ClassList): string[] {\r\n const out: string[] = [];\r\n for (const seg of cl.segments) {\r\n if (seg.kind === 'static') for (const t of seg.tokens) out.push(t.value);\r\n }\r\n return out;\r\n}\r\n\r\n/** A rewritable static {@link ClassList} over `tokens`, preserving the previous list's spans. */\r\nfunction staticClassList(prev: ClassList, tokens: readonly string[]): ClassList {\r\n const classTokens: ClassToken[] = tokens.map((value) => ({ value }));\r\n const seg: ClassSegment = { kind: 'static', tokens: classTokens };\r\n return {\r\n form: 'string-literal',\r\n segments: [seg],\r\n valueSpan: prev.valueSpan,\r\n attrSpan: prev.attrSpan,\r\n hasDynamic: false,\r\n opaque: false,\r\n rewritable: true,\r\n };\r\n}\r\n\r\n/** Two token lists are equal iff same length and same tokens in the same order. */\r\nfunction sameTokens(a: readonly string[], b: readonly string[]): boolean {\r\n if (a.length !== b.length) return false;\r\n for (let i = 0; i < a.length; i += 1) if (a[i] !== b[i]) return false;\r\n return true;\r\n}\r\n\r\n/**\r\n * Return the RESIDUAL of `computed` after removing every declaration the element's retained classes\r\n * already reproduce EXACTLY (same value + `!important`, in the same style condition). What's left is\r\n * the set of declarations the emitted classes must actually cover — so reverse-emit never re-adds a\r\n * utility for a property a kept class already supplies. A declaration whose retained-class value\r\n * DIFFERS from the computed one (i.e. the class was overridden) is kept in the residual: the final\r\n * value still has to be emitted by something.\r\n */\r\nfunction residualStyle(computed: StyleMap, covered: StyleMap, norm: StyleNormalizer): StyleMap {\r\n const cov = norm.normalizeStyleMap(covered);\r\n const blocks = new Map<ConditionKey, StyleBlock>();\r\n for (const [key, block] of norm.normalizeStyleMap(computed).blocks) {\r\n const covBlock = cov.blocks.get(key);\r\n const decls = new Map<CssProperty, StyleDecl>();\r\n for (const [prop, decl] of block.decls) {\r\n const covDecl = covBlock?.decls.get(prop);\r\n if (covDecl && covDecl.value === decl.value && covDecl.important === decl.important) continue;\r\n decls.set(prop, decl);\r\n }\r\n if (decls.size > 0) blocks.set(key, { condition: block.condition, decls });\r\n }\r\n return { blocks };\r\n}\r\n\r\n/** The rendered `class=\"…\"` byte length of a token list (tokens joined by single spaces). */\r\nfunction joinedLength(tokens: readonly string[]): number {\r\n if (tokens.length === 0) return 0;\r\n let len = tokens.length - 1; // joining spaces\r\n for (const t of tokens) len += t.length;\r\n return len;\r\n}\r\n\r\n/** SafetyLevel a `compress/*` rewrite carried — an opaque (floor-0) element is off-limits to it. */\r\nconst COMPRESS_FLOOR: SafetyLevel = 1;\r\n\r\n/**\r\n * Fold each rewritable element's computed style back into the MINIMAL static class-token set — the\r\n * general compress engine (see module docs + {@link import('./compress-engine')}). Mutates `doc`.\r\n *\r\n * TWO kinds of element are processed, and their guarantees differ:\r\n *\r\n * • STYLE-DIRTY — a pass rewrote this element's own computed style (a flatten fold / merge). Its\r\n * computed CHANGED, so its classes MUST be re-derived to represent the new style (which may\r\n * legitimately need MORE tokens than before). Handled exactly as it always was.\r\n *\r\n * • COMPRESS-ONLY — no pass touched it; we run the exact-cover engine purely to SHORTEN its class\r\n * string (`px-4 py-4 → p-4`, drop a redundant class, pick a custom class that covers the same\r\n * style, …). This is a pure class-string rewrite that must NEVER change the render or GROW the\r\n * output, so it carries two extra hard backstops below: the rewritten set must re-resolve to the\r\n * element's exact computed style, and it must not be longer than the original. A structural\r\n * bystander with no compression opportunity therefore keeps its `class` attribute byte-for-byte.\r\n */\r\nexport function syncClassesFromComputed(\r\n doc: IRDocument,\r\n resolver: StyleResolver,\r\n norm: StyleNormalizer,\r\n): void {\r\n const sink = createSyntheticSink();\r\n // A token is safe to drop/replace only when the resolver OWNS it (an unknown / JS-hook / typo class\r\n // is preserved verbatim) AND its whole contribution is a plain, reproducible subject utility. Owning\r\n // is checked explicitly so a custom-CSS resolver that has no usage record for an unknown token (its\r\n // conservative default is \"droppable\") can never erase it.\r\n const isDroppable = (t: string): boolean =>\r\n resolver.owns(t) && resolver.selectorUsage(t).droppable;\r\n\r\n for (const id of elementIds(doc)) {\r\n const el = getElement(doc, id);\r\n if (!el) continue;\r\n if (el.classes.opaque || el.classes.hasDynamic) continue;\r\n\r\n const compressOnly = !el.meta.styleDirty;\r\n // COMPRESS-ONLY mirrors the compress patterns' applier gate: an opaque (floor-0) element — an HTML\r\n // `id`/`on*=`/`<script>` node, a synthetic wrapper — is never rewritten. STYLE-DIRTY elements were\r\n // already rewritten by an op the applier authorized, so their floor is irrelevant here.\r\n if (compressOnly && el.meta.safetyFloor < COMPRESS_FLOOR) continue;\r\n\r\n const tokens = staticTokensOf(el.classes);\r\n if (tokens.length === 0) continue;\r\n\r\n // Tokens that are ALWAYS retained (unknown / opaque / variant / selector-bound). Their style is\r\n // subtracted from the computed map so we never re-emit a class for a property they already cover.\r\n const retained = tokens.filter((t) => !isDroppable(t));\r\n // A pure-compress element with NOTHING droppable can never shorten — leave it byte-for-byte.\r\n if (compressOnly && retained.length === tokens.length) continue;\r\n\r\n const covered = retained.length > 0 ? resolver.resolve({ classes: retained }).styles : null;\r\n const target = covered ? residualStyle(el.computed, covered, norm) : el.computed;\r\n\r\n // Minimal class set reproducing the residual (computed MINUS retained-class coverage).\r\n const ctx: EmitContext = { normalizer: norm, sink };\r\n const emitted = resolver.emit(target, ctx).classes;\r\n // A resolver that reverse-synthesized nothing must never erase the element's classes.\r\n if (emitted.length === 0) continue;\r\n\r\n const emittedSet = new Set(emitted);\r\n const next: string[] = [];\r\n const seen = new Set<string>();\r\n\r\n // 1. Keep each existing token that is either NOT droppable (unknown / opaque / variant /\r\n // selector-bound) or still part of the emitted minimal set — preserving source order.\r\n for (const t of tokens) {\r\n if (seen.has(t)) continue;\r\n const keep = emittedSet.has(t) || !isDroppable(t);\r\n if (keep) {\r\n next.push(t);\r\n seen.add(t);\r\n }\r\n }\r\n // 2. Append any newly-emitted classes not already present, in emit order.\r\n for (const c of emitted) {\r\n if (seen.has(c)) continue;\r\n next.push(c);\r\n seen.add(c);\r\n }\r\n\r\n if (sameTokens(next, tokens)) continue; // no churn when nothing actually changed\r\n\r\n if (compressOnly) {\r\n // Hard correctness backstop for a pure compress: the rewritten token set must reproduce the\r\n // element's EXACT computed style (never change a pixel) and must NOT be longer than the original\r\n // (never inflate). Either failing ⇒ keep the original classes untouched.\r\n if (!norm.equals(resolver.resolve({ classes: next }).styles, el.computed)) continue;\r\n if (joinedLength(next) > joinedLength(tokens)) continue;\r\n }\r\n\r\n el.classes = staticClassList(el.classes, next);\r\n }\r\n}\r\n","/**\r\n * @domflax/core — the general COMPRESS ENGINE: a minimal-string exact-cover solver.\r\n *\r\n * ## What it replaces\r\n *\r\n * The hand-written compress patterns (padding/margin/inset/size/gap/place/border/overflow/…-shorthand\r\n * and dedupe-classes) each recognised ONE shorthand shape and folded it. This module subsumes them\r\n * ALL with a SINGLE, provider-uniform algorithm: given an element's target computed style, find the\r\n * class set that reproduces it EXACTLY with the SHORTEST total `class=\"…\"` string, searching the whole\r\n * vocabulary (every Tailwind utility AND the project's custom-CSS classes at once).\r\n *\r\n * ## The algorithm (per element, per style-condition — all folded into one solve)\r\n *\r\n * Given a normalized target StyleMap `U`:\r\n * 1. UNIVERSE = the set of `(conditionKey, property, value, important)` tuples in `U`\r\n * (a `tupleKey` per {@link tupleKey}).\r\n * 2. CANDIDATES = the vocabulary classes whose FULL normalized-longhand declaration set is a SUBSET\r\n * of `U` (never introduces a declaration `U` does not already contain). The caller feeds the\r\n * vocabulary; the element's own droppable tokens are part of it, guaranteeing feasibility and the\r\n * \"never worse than the original\" property.\r\n * 3. COST(class) = token length + 1 (the token plus its joining space) — so minimizing total cost\r\n * minimizes the rendered `class=\"…\"` byte length exactly.\r\n * 4. MIN-COST EXACT COVER via bitmask DP over `U`'s tuples: `dp[coveredMask]` = least cost reaching\r\n * that coverage; each transition adds one candidate's mask. Because every candidate AGREES with\r\n * `U` on every tuple it sets, ANY full cover reproduces `U` at the tuple level.\r\n * 5. `|U|` is BOUNDED ({@link DEFAULT_MAX_UNIVERSE}); a larger condition-block returns `null` so the\r\n * caller falls back to its greedy emit for that element.\r\n *\r\n * The **correctness backstop** (re-resolve the chosen set and assert it equals `U` exactly) lives in\r\n * each resolver's `emit` — it owns the forward `resolve`, and running the check there keeps this core\r\n * helper pure and provider-agnostic. A chosen set that fails the backstop is discarded and the greedy\r\n * emit is used instead, so a set that does not reproduce `U` is NEVER emitted.\r\n */\r\n\r\nimport type { StyleMap, StyleNormalizer } from './types';\r\n\r\n/** Field separator for {@link tupleKey} — a control char that never appears in CSS text. */\r\nconst SEP = '\u0001';\r\n\r\n/**\r\n * The canonical key for one normalized declaration under one style condition: the atomic unit both the\r\n * target universe and every vocabulary class are expressed in. Equal keys ⇔ the SAME declaration.\r\n */\r\nexport function tupleKey(\r\n condition: string,\r\n property: string,\r\n value: string,\r\n important: boolean,\r\n): string {\r\n return `${condition}${SEP}${property}${SEP}${value}${SEP}${important ? '1' : '0'}`;\r\n}\r\n\r\n/**\r\n * Flatten a StyleMap into its set of {@link tupleKey}s (normalizing first). This is how BOTH the target\r\n * universe and each vocabulary class's declarations are lowered, so a class's tuples can be tested for\r\n * subset-membership in the universe by plain string equality.\r\n */\r\nexport function styleMapTuples(map: StyleMap, norm: StyleNormalizer): string[] {\r\n const out: string[] = [];\r\n const normalized = norm.normalizeStyleMap(map);\r\n for (const [ck, block] of normalized.blocks) {\r\n for (const [prop, decl] of block.decls) {\r\n out.push(tupleKey(String(ck), String(prop), String(decl.value), decl.important));\r\n }\r\n }\r\n return out;\r\n}\r\n\r\n/** One vocabulary entry: a class token and the {@link tupleKey}s its full declaration set produces. */\r\nexport interface CoverClass {\r\n readonly token: string;\r\n readonly tuples: readonly string[];\r\n}\r\n\r\nexport interface MinCoverOptions {\r\n /** Upper bound on `|U|`; above it the DP is skipped (`null`) so the caller uses its greedy emit. */\r\n readonly maxUniverse?: number;\r\n}\r\n\r\n/**\r\n * The largest universe the bitmask DP will solve. 20 tuples ⇒ a `2^20` (~1M) DP table, comfortably\r\n * fast and bounded in memory; a heavier element (rare) falls back to the resolver's greedy emit.\r\n */\r\nexport const DEFAULT_MAX_UNIVERSE = 20;\r\n\r\n/**\r\n * Solve the minimal-string exact cover of `universe` using `vocabulary`.\r\n *\r\n * Returns the chosen class tokens (sorted, de-duplicated) whose union reproduces `universe` EXACTLY at\r\n * least total string cost, or `null` when there is no exact cover OR the universe exceeds the bound (in\r\n * both cases the caller falls back to its greedy emit). An empty universe yields `[]`.\r\n *\r\n * Pure and provider-agnostic: the caller performs the re-resolve correctness backstop.\r\n */\r\nexport function minStringCover(\r\n universe: readonly string[],\r\n vocabulary: Iterable<CoverClass>,\r\n options: MinCoverOptions = {},\r\n): readonly string[] | null {\r\n const uniq = [...new Set(universe)];\r\n if (uniq.length === 0) return [];\r\n const n = uniq.length;\r\n const max = options.maxUniverse ?? DEFAULT_MAX_UNIVERSE;\r\n if (n > max) return null;\r\n\r\n const bitOf = new Map<string, number>();\r\n uniq.forEach((t, i) => bitOf.set(t, i));\r\n\r\n interface Cand {\r\n readonly token: string;\r\n readonly mask: number;\r\n readonly cost: number;\r\n }\r\n // A candidate is any vocabulary class ALL of whose tuples lie in the universe (a subset fit). Two\r\n // classes with the same coverage mask are collapsed to the cheaper (shorter, then lexicographically\r\n // smaller) one — an equal-mask class can never help beyond the cheapest representative.\r\n const byMask = new Map<number, Cand>();\r\n for (const entry of vocabulary) {\r\n if (entry.tuples.length === 0) continue;\r\n let mask = 0;\r\n let ok = true;\r\n for (const t of entry.tuples) {\r\n const b = bitOf.get(t);\r\n if (b === undefined) {\r\n ok = false;\r\n break;\r\n }\r\n mask |= 1 << b;\r\n }\r\n if (!ok || mask === 0) continue;\r\n const cost = entry.token.length + 1;\r\n const prev = byMask.get(mask);\r\n if (!prev || cost < prev.cost || (cost === prev.cost && entry.token < prev.token)) {\r\n byMask.set(mask, { token: entry.token, mask, cost });\r\n }\r\n }\r\n const cands = [...byMask.values()];\r\n if (cands.length === 0) return null;\r\n\r\n const full = (1 << n) - 1;\r\n\r\n // For each universe bit, the candidates that cover it — the DP only ever expands the lowest still-\r\n // uncovered bit, which bounds the branching without missing any optimum.\r\n const byBit: number[][] = Array.from({ length: n }, () => []);\r\n cands.forEach((c, ci) => {\r\n for (let b = 0; b < n; b += 1) if (c.mask & (1 << b)) byBit[b]!.push(ci);\r\n });\r\n\r\n const size = full + 1;\r\n const dp = new Float64Array(size).fill(Infinity);\r\n const fromCand = new Int32Array(size).fill(-1);\r\n const fromMask = new Int32Array(size).fill(-1);\r\n dp[0] = 0;\r\n\r\n for (let mask = 0; mask < full; mask += 1) {\r\n const cur = dp[mask]!;\r\n if (!Number.isFinite(cur)) continue;\r\n // Lowest uncovered bit — every optimal cover must include a candidate covering it.\r\n let b = 0;\r\n while (b < n && mask & (1 << b)) b += 1;\r\n for (const ci of byBit[b]!) {\r\n const c = cands[ci]!;\r\n const nm = mask | c.mask;\r\n const cost = cur + c.cost;\r\n if (cost < dp[nm]!) {\r\n dp[nm] = cost;\r\n fromCand[nm] = ci;\r\n fromMask[nm] = mask;\r\n }\r\n }\r\n }\r\n\r\n if (!Number.isFinite(dp[full]!)) return null;\r\n\r\n const chosen: string[] = [];\r\n let m = full;\r\n while (m !== 0) {\r\n const ci = fromCand[m]!;\r\n if (ci < 0) return null;\r\n chosen.push(cands[ci]!.token);\r\n m = fromMask[m]!;\r\n }\r\n return [...new Set(chosen)].sort();\r\n}\r\n","/**\n * @domflax/frontend-html — IR → HTML backend (SURGICAL, verbatim-preserving).\n *\n * The pass manager mutates the IR tree that was lowered from a complete HTML document. The backend\n * emits the SAME document back with ONLY the diffs the passes produced, applied as span edits over the\n * ORIGINAL source via `magic-string`. It NEVER re-serializes the parse5 tree — doing so would normalize\n * quoting/whitespace/attribute order across the whole file. Every untouched byte (doctype, `<head>`,\n * comments, scripts, whitespace, attribute ordering) stays byte-for-byte identical.\n *\n * • CLASS CHANGE — for a surviving element whose static class list differs from its source text,\n * overwrite just the `class` attribute VALUE span (quotes included) with the new tokens.\n * • UNWRAP (flatten) — when a wrapper element was removed but a descendant survived, delete ONLY the\n * wrapper's open- and close-tag spans; the children (their entire subtrees) survive verbatim.\n * • FULL REMOVAL — when a node was removed with no surviving descendant, delete its whole span.\n */\n\nimport MagicString from 'magic-string';\n\nimport type {\n Backref,\n ClassList,\n IRDocument,\n IRElement,\n IRNode,\n IRNodeId,\n SourceFile,\n SourceSpan,\n} from '@domflax/core';\n\n/* ───────────────────────── shared helpers ───────────────────────── */\n\n/** All static class tokens of a {@link ClassList}, in source order. */\nfunction staticTokensOf(classes: ClassList): string[] {\n const out: string[] = [];\n for (const seg of classes.segments) {\n if (seg.kind === 'static') for (const t of seg.tokens) out.push(t.value);\n }\n return out;\n}\n\n/** Two token lists are equal iff same length and same tokens in the same order. */\nfunction sameTokens(a: readonly string[], b: readonly string[]): boolean {\n if (a.length !== b.length) return false;\n for (let i = 0; i < a.length; i += 1) if (a[i] !== b[i]) return false;\n return true;\n}\n\n/** Pick the single retained source file this document was parsed from (if any). */\nfunction primarySource(doc: IRDocument): SourceFile | null {\n for (const sf of doc.sources.values()) {\n if (typeof sf.text === 'string' && sf.text.length > 0) return sf;\n }\n return null;\n}\n\n/** Collect every node reachable from the root of the (mutated) tree. */\nfunction collectKept(doc: IRDocument): IRNode[] {\n const out: IRNode[] = [];\n const seen = new Set<IRNodeId>();\n const visit = (id: IRNodeId): void => {\n if (seen.has(id)) return;\n seen.add(id);\n const n = doc.nodes.get(id);\n if (!n) return;\n out.push(n);\n if (n.kind === 'element' || n.kind === 'fragment') for (const c of n.children) visit(c);\n };\n visit(doc.root);\n return out;\n}\n\n/** Span `a` strictly contains span `b` (same file, b nested inside, not identical). */\nfunction strictlyContains(a: SourceSpan, b: SourceSpan): boolean {\n if (a.file !== b.file) return false;\n if (a.start <= b.start && b.end <= a.end) return !(a.start === b.start && a.end === b.end);\n return false;\n}\n\n/** All ids the backref table knows about (every originally-parsed element with a source location). */\nfunction backrefIds(doc: IRDocument): IRNodeId[] {\n const out: IRNodeId[] = [];\n const max = doc.alloc.peek as unknown as number;\n for (let i = 1; i < max; i += 1) {\n const id = i as IRNodeId;\n if (doc.backref.get(id)) out.push(id);\n }\n return out;\n}\n\n/* ───────────────────────── class-value rewrite ───────────────────────── */\n\n/** The tokens currently written in the class value span (quotes/whitespace stripped). */\nfunction currentTokens(sf: SourceFile, valueSpan: SourceSpan): string[] {\n const raw = sf.text.slice(valueSpan.start, valueSpan.end).trim();\n const unquoted = raw.replace(/^['\"]/, '').replace(/['\"]$/, '');\n return unquoted.split(/\\s+/).filter((t) => t.length > 0);\n}\n\n/** Apply the class-list diff for one surviving element. Returns true if a byte edit was made. */\nfunction editClasses(ms: MagicString, doc: IRDocument, sf: SourceFile, el: IRElement): boolean {\n const classes = el.classes;\n if (classes.hasDynamic || classes.opaque) return false; // never rewrite an opaque/dynamic list\n\n const tokens = staticTokensOf(classes);\n const valueSpan = classes.valueSpan;\n\n if (valueSpan && valueSpan.file === sf.id) {\n if (sameTokens(currentTokens(sf, valueSpan), tokens)) return false; // unchanged → leave verbatim\n const current = sf.text.slice(valueSpan.start, valueSpan.end).trim();\n const quote = current.startsWith(\"'\") ? \"'\" : '\"';\n ms.overwrite(valueSpan.start, valueSpan.end, `${quote}${tokens.join(' ')}${quote}`);\n return true;\n }\n\n // No class attribute originally, but the passes added classes ⇒ insert one on the opening tag.\n if (tokens.length === 0) return false;\n const openTag = doc.backref.get(el.id)?.openTagSpan;\n if (!openTag || openTag.file !== sf.id) return false;\n ms.appendLeft(openTag.start + 1 + el.tag.length, ` class=\"${tokens.join(' ')}\"`);\n return true;\n}\n\n/* ───────────────────────── surgical codegen ───────────────────────── */\n\ninterface RemovedRegion {\n readonly backref: Backref;\n /** A surviving node nested inside this region ⇒ this was an UNWRAP (keep inner, drop tags). */\n readonly unwrapped: boolean;\n}\n\n/** Surgical whole-document codegen. Returns null when the document has no retained source. */\nfunction surgicalPrint(doc: IRDocument): string | null {\n const sf = primarySource(doc);\n if (!sf) return null;\n\n const ms = new MagicString(sf.text);\n\n const kept = collectKept(doc);\n const keptSpans: SourceSpan[] = [];\n for (const n of kept) if (n.span && n.span.file === sf.id) keptSpans.push(n.span);\n\n // 1) Structural removals — an id in the backref table but absent from the live node map was removed\n // by the passes. Classify as UNWRAP (a surviving node nests inside) or FULL removal.\n const removed: RemovedRegion[] = [];\n for (const id of backrefIds(doc)) {\n if (doc.nodes.has(id)) continue;\n const back = doc.backref.get(id);\n if (!back || back.span.file !== sf.id) continue;\n const unwrapped = keptSpans.some((k) => strictlyContains(back.span, k));\n removed.push({ backref: back, unwrapped });\n }\n\n // Skip any removed region nested inside a FULL-removal region (already deleted by the ancestor), so\n // every delete stays disjoint (magic-string requires it).\n const fullRemovals = removed.filter((r) => !r.unwrapped).map((r) => r.backref.span);\n for (const r of removed) {\n const s = r.backref.span;\n if (fullRemovals.some((f) => f !== s && strictlyContains(f, s))) continue;\n\n if (r.unwrapped) {\n const open = r.backref.openTagSpan;\n const close = r.backref.closeTagSpan;\n if (open && open.file === sf.id && open.end > open.start) ms.remove(open.start, open.end);\n if (close && close.file === sf.id && close.end > close.start) ms.remove(close.start, close.end);\n } else {\n ms.remove(s.start, s.end);\n }\n }\n\n // 2) Class-list diffs on every surviving element.\n for (const n of kept) if (n.kind === 'element') editClasses(ms, doc, sf, n);\n\n return ms.toString();\n}\n\n/** Emit the (possibly edited) document. Falls back to the empty string only for a source-less doc. */\nexport function doPrint(doc: IRDocument): string {\n return surgicalPrint(doc) ?? '';\n}\n","/**\n * @domflax/frontend-html — the parse5 HTML → IR parse pass.\n *\n * Parses HTML with parse5 (WHATWG-compliant tree construction) and lowers its tree into the\n * `@domflax/core` IR: every element → {@link IRElement} (tag + non-class attributes, with the `class`\n * attribute resolved through `ctx.resolver`/`ctx.normalizer` into `computed` so downstream patterns\n * match on resolved style), text → {@link IRText}, comments → {@link IRComment}. Doctype and\n * auto-inserted (`<html>`/`<head>`/`<body>`) wrappers are preserved verbatim: doctype is not\n * represented, synthetic wrappers become opaque (never edited).\n *\n * Precise SOURCE SPANS from parse5 location info (element span, open-/close-tag spans, and the `class`\n * VALUE span) are recorded in the {@link MutableBackrefTable} so the backend edits surgically instead\n * of re-serializing (which would reformat the whole document).\n *\n * OPACITY (never flatten/rewrite), enforced via `meta.safetyFloor = 0` (blocks every op above lint):\n * • elements with an `id`, any inline `on*=` handler, or `contenteditable` (element only);\n * • `<script>`/`<style>`/`<template>`/`<svg>`/`<pre>`/`<textarea>` subtrees (not descended into);\n * • synthetic (auto-inserted) elements carrying no source location.\n *\n * parse5 is LAZILY required (via `createRequire`, since {@link Frontend.parse} is synchronous) INSIDE\n * `doParse`, so the JSX-only path never loads it.\n */\n\nimport { createRequire } from 'node:module';\n\nimport type {\n AttrMap,\n AttrValue,\n ClassList,\n ClassSegment,\n Diagnostic,\n FrontendParseContext,\n IRDocument,\n IRElement,\n IRFragment,\n IRNodeId,\n MutableBackrefTable,\n NodeMeta,\n ParseResult,\n SourceFile,\n StyleMap,\n} from '@domflax/core';\nimport {\n createComment,\n createDocument,\n createElement,\n createText,\n defaultMeta,\n emptyClassList,\n emptyStyleMap,\n} from '@domflax/core';\n\nimport type { P5Attr, P5Location, P5Node, Parse5Module } from './walk';\nimport {\n FILE_ID,\n attrsLocOf,\n classValueSpan,\n elementIsOpaque,\n hasEventHandler,\n isOpaqueSubtreeTag,\n span,\n} from './walk';\n\n/* ───────────────────────── lazy parse5 ───────────────────────── */\n\nlet cachedParse5: Parse5Module | null = null;\n\n/**\n * Load parse5 lazily via `createRequire` (NOT a top-level import): {@link Frontend.parse} is\n * synchronous, so a dynamic `import()` is unavailable, and the JSX-only path must never pull parse5\n * into memory. Rooted at THIS module so it resolves the parse5 the frontend depends on.\n */\nfunction loadParse5(): Parse5Module {\n if (cachedParse5) return cachedParse5;\n const req = createRequire(import.meta.url);\n cachedParse5 = req('parse5') as Parse5Module;\n return cachedParse5;\n}\n\n/* ───────────────────────── parse pass ───────────────────────── */\n\nexport function doParse(code: string, ctx: FrontendParseContext): ParseResult {\n const diagnostics: Diagnostic[] = [];\n const doc: IRDocument = createDocument('html');\n const backref = doc.backref as MutableBackrefTable;\n\n const parse5 = loadParse5();\n const document = parse5.parse(code, { sourceCodeLocationInfo: true });\n\n const eol: '\\n' | '\\r\\n' = code.includes('\\r\\n') ? '\\r\\n' : '\\n';\n const sourceFile: SourceFile = {\n id: FILE_ID,\n path: ctx.id,\n text: code,\n frontend: 'html',\n eol,\n indentUnit: ' ',\n native: document,\n };\n doc.sources.set(FILE_ID, sourceFile);\n\n /* ----- class resolution (static classes → computed style) ----- */\n\n const resolveComputed = (\n tokens: readonly string[],\n tag: string,\n nodeId: IRNodeId,\n meta: NodeMeta,\n ): StyleMap => {\n if (tokens.length === 0) return emptyStyleMap();\n const res = ctx.resolver.resolve({ classes: tokens, element: { tagName: tag, namespace: 'html' } });\n // SAFETY (Layer 2): any unresolved token → the element's true style is UNKNOWN → mark it opaque\n // for flatten (never unwrap it as inert). Resolved-to-no-paint elements keep hasUnresolvedClasses\n // false and stay flatten-eligible.\n if (res.unknown.length > 0) meta.hasUnresolvedClasses = true;\n for (const w of res.warnings) {\n diagnostics.push({\n code: 'DF_STYLE_CONFLICT_UNRESOLVED',\n severity: w.severity,\n message: w.message,\n nodeId,\n });\n }\n return ctx.normalizer.normalizeStyleMap(res.styles);\n };\n\n const splitTokens = (raw: string): string[] => raw.split(/\\s+/).filter((t) => t.length > 0);\n\n /* ----- child lowering ----- */\n\n const appendChild = (node: P5Node, parentId: IRNodeId, out: IRNodeId[]): void => {\n const name = node.nodeName;\n if (name === '#text') {\n const value = node.value ?? '';\n const id = doc.alloc.next();\n const loc = node.sourceCodeLocation ?? null;\n doc.nodes.set(\n id,\n createText(id, value, {\n parent: parentId,\n span: loc ? span(loc.startOffset, loc.endOffset) : null,\n collapsible: /^\\s*$/.test(value),\n }),\n );\n out.push(id);\n return;\n }\n if (name === '#comment') {\n const id = doc.alloc.next();\n const loc = node.sourceCodeLocation ?? null;\n doc.nodes.set(\n id,\n createComment(id, node.data ?? '', {\n parent: parentId,\n span: loc ? span(loc.startOffset, loc.endOffset) : null,\n }),\n );\n out.push(id);\n return;\n }\n if (name === '#documentType') return; // doctype stays verbatim in source (never represented)\n if (name.startsWith('#')) {\n // #document / #document-fragment — a container with no element identity: hoist its children.\n for (const c of node.childNodes ?? []) appendChild(c, parentId, out);\n return;\n }\n out.push(buildElement(node, parentId));\n };\n\n /* ----- element lowering ----- */\n\n const buildElement = (node: P5Node, parentId: IRNodeId): IRNodeId => {\n const id = doc.alloc.next();\n const tag = (node.tagName ?? node.nodeName).toLowerCase();\n const loc: P5Location | null = node.sourceCodeLocation ?? null;\n const attrsArr: readonly P5Attr[] = node.attrs ?? [];\n\n const opaqueSubtree = isOpaqueSubtreeTag(tag);\n const synthetic = loc == null; // auto-inserted <html>/<head>/<body>\n const opaque = opaqueSubtree || synthetic || elementIsOpaque(attrsArr);\n\n const meta: NodeMeta = defaultMeta();\n meta.hasEventHandlers = hasEventHandler(attrsArr);\n // Opaque nodes get floor 0 (any op above lint is refused by the applier); optimizable nodes get\n // floor 3 (fully open — the pattern predicates + flatten classifier are the real gate).\n meta.safetyFloor = opaque ? 0 : 3;\n\n // Split attributes: `class` → ClassList; everything else → AttrMap entries (so flatten's\n // `hasOwnAttrs` guard sees id/data-*/… and refuses to unwrap the element).\n let classes: ClassList = emptyClassList();\n let classTokens: string[] = [];\n const entries = new Map<string, AttrValue>();\n const order: string[] = [];\n\n for (const a of attrsArr) {\n if (a.name.toLowerCase() === 'class') {\n classTokens = splitTokens(a.value);\n const valueSpan = classValueSpan(loc, code);\n const clAttr = attrsLocOf(loc)?.['class'];\n const seg: ClassSegment = {\n kind: 'static',\n span: valueSpan ?? undefined,\n tokens: classTokens.map((value) => ({ value })),\n };\n classes = {\n form: 'string-literal',\n segments: [seg],\n valueSpan,\n attrSpan: clAttr ? span(clAttr.startOffset, clAttr.endOffset) : undefined,\n hasDynamic: false,\n opaque: false,\n rewritable: valueSpan != null,\n };\n continue;\n }\n const v = a.value;\n entries.set(a.name, { kind: 'static', value: v === '' ? true : v });\n order.push(a.name);\n }\n\n const attrs: AttrMap = { entries, spreads: [], order };\n const computed = resolveComputed(classTokens, tag, id, meta);\n\n // Children — opaque-subtree elements are NOT descended into; their inner bytes survive verbatim.\n const children: IRNodeId[] = [];\n if (!opaqueSubtree) {\n for (const c of node.childNodes ?? []) appendChild(c, id, children);\n }\n\n const el: IRElement = createElement(id, {\n tag,\n namespace: 'html',\n isComponent: false,\n selfClosing: loc ? loc.endTag == null : false,\n classes,\n computed,\n attrs,\n children,\n parent: parentId,\n span: loc ? span(loc.startOffset, loc.endOffset) : null,\n meta,\n });\n doc.nodes.set(id, el);\n\n // Backref (surgical-edit anchors) — only for elements with a real source location. Synthetic\n // wrappers get none, so the backend never tries to move/remove their bytes.\n if (loc) {\n backref.set(id, {\n nodeId: id,\n span: span(loc.startOffset, loc.endOffset),\n openTagSpan: loc.startTag ? span(loc.startTag.startOffset, loc.startTag.endOffset) : null,\n closeTagSpan: loc.endTag ? span(loc.endTag.startOffset, loc.endTag.endOffset) : null,\n innerSpan: null,\n selfClosing: loc.endTag == null,\n });\n }\n return id;\n };\n\n /* ----- attach top-level nodes under the root fragment ----- */\n\n const rootFrag = doc.nodes.get(doc.root) as IRFragment;\n appendChild(document, doc.root, rootFrag.children);\n\n return { doc, diagnostics };\n}\n","/**\n * @domflax/frontend-html — pure parse5 interop, constants, and opacity/span helpers.\n *\n * Stateless building blocks shared by the HTML parse pass: the minimal parse5 node/location shapes\n * this frontend reads (parse5 ships its own types, but the frontend requires it LAZILY as `unknown`,\n * so it re-declares only the slice it touches), the fixed constants, the opacity classification\n * predicates (which elements/subtrees must never be flattened or rewritten), and the source-span\n * helpers that turn parse5 location info into {@link SourceSpan}s for surgical codegen.\n *\n * No closure state, no document mutation, no third-party imports — only the `@domflax/core` type\n * contract.\n */\n\nimport type { FileKind, SourceFileId, SourceSpan } from '@domflax/core';\n\n/** Languages this frontend claims. HTML only; JSX/TSX is owned by a sibling frontend. */\nexport const HTML_LANGS: readonly FileKind[] = ['html'];\n\n/** The single registered source file id (one parse == one document). */\nexport const FILE_ID = 1 as SourceFileId;\n\n/* ───────────────────────── parse5 minimal shapes (lazy-required as unknown) ───────────────────────── */\n\n/** A `{ startOffset, endOffset }` byte range parse5 records for a node/tag/attribute. */\nexport interface P5Range {\n readonly startOffset: number;\n readonly endOffset: number;\n}\n\n/** parse5 element start-tag location (parse5 v7 nests per-attribute ranges under `startTag.attrs`). */\nexport interface P5TagLoc extends P5Range {\n readonly attrs?: Readonly<Record<string, P5Range>>;\n}\n\n/** parse5 element source-code location. `attrs` may live at the top level (v6) or under `startTag` (v7). */\nexport interface P5Location extends P5Range {\n readonly startTag?: P5TagLoc | null;\n readonly endTag?: P5Range | null;\n readonly attrs?: Readonly<Record<string, P5Range>>;\n}\n\nexport interface P5Attr {\n readonly name: string;\n readonly value: string;\n}\n\nexport interface P5Node {\n readonly nodeName: string;\n readonly tagName?: string;\n readonly value?: string; // #text\n readonly data?: string; // #comment\n readonly attrs?: readonly P5Attr[];\n readonly childNodes?: readonly P5Node[];\n readonly sourceCodeLocation?: P5Location | null;\n}\n\n/** The tiny slice of the parse5 module surface the frontend calls. */\nexport interface Parse5Module {\n parse(html: string, opts: { readonly sourceCodeLocationInfo: boolean }): P5Node;\n}\n\n/* ───────────────────────── HTML detection ───────────────────────── */\n\n/** Lightweight heuristic: does this source id / code look like HTML we can own? */\nexport function looksLikeHtml(id: string, code: string): boolean {\n if (/\\.html?$/i.test(id)) return true;\n const head = code.slice(0, 256).trimStart().toLowerCase();\n return head.startsWith('<!doctype html') || head.startsWith('<html') || head.startsWith('<');\n}\n\n/* ───────────────────────── opacity classification ───────────────────────── */\n\n/**\n * Tags whose ENTIRE subtree is opaque — never descended into, flattened, or rewritten. Raw-text /\n * embedded-content / whitespace-significant elements whose inner bytes must survive verbatim:\n * `<script>`/`<style>` (raw text + JS/CSS), `<template>` (inert content), `<svg>` (foreign markup),\n * `<pre>`/`<textarea>` (whitespace-significant).\n */\nexport const OPAQUE_SUBTREE_TAGS: ReadonlySet<string> = new Set([\n 'script',\n 'style',\n 'template',\n 'svg',\n 'pre',\n 'textarea',\n]);\n\nexport function isOpaqueSubtreeTag(tag: string): boolean {\n return OPAQUE_SUBTREE_TAGS.has(tag);\n}\n\n/**\n * Element-level opacity: an `id` (JS may `querySelector`/anchor-link it), any inline `on*=` event\n * handler, or `contenteditable` pins the element's identity/behaviour — it must never be flattened or\n * rewritten (its subtree may still be optimized).\n */\nexport function elementIsOpaque(attrs: readonly P5Attr[]): boolean {\n for (const a of attrs) {\n const n = a.name.toLowerCase();\n if (n === 'id' || n === 'contenteditable') return true;\n if (n.startsWith('on')) return true;\n }\n return false;\n}\n\n/** True when the element carries any inline `on*=` event handler. */\nexport function hasEventHandler(attrs: readonly P5Attr[]): boolean {\n for (const a of attrs) if (/^on/i.test(a.name)) return true;\n return false;\n}\n\n/* ───────────────────────── source-span helpers ───────────────────────── */\n\n/** A {@link SourceSpan} over `[start, end)` in the single source file. */\nexport function span(start: number, end: number): SourceSpan {\n return { file: FILE_ID, start, end };\n}\n\n/** The per-attribute location map, tolerating both the v6 (top-level) and v7 (`startTag`) layouts. */\nexport function attrsLocOf(loc: P5Location | null | undefined): Readonly<Record<string, P5Range>> | undefined {\n if (!loc) return undefined;\n return loc.startTag?.attrs ?? loc.attrs;\n}\n\n/**\n * The VALUE span (quotes included) of the `class` attribute — the splice target the backend overwrites\n * to rewrite the class list in place. Derived from the whole-attribute range (`class=\"…\"`) by skipping\n * past the name and `=`; returns null when there is no class attribute or it has no value.\n */\nexport function classValueSpan(loc: P5Location | null | undefined, source: string): SourceSpan | null {\n const attrsLoc = attrsLocOf(loc);\n const cl = attrsLoc?.['class'];\n if (!cl) return null;\n const text = source.slice(cl.startOffset, cl.endOffset);\n const eq = text.indexOf('=');\n if (eq === -1) return null; // bare `class` with no value\n let i = eq + 1;\n while (i < text.length && /\\s/.test(text[i]!)) i += 1;\n if (i >= text.length) return null;\n return span(cl.startOffset + i, cl.endOffset);\n}\n","/**\n * @domflax/frontend-html — parse5 HTML <-> IR frontend + backend.\n *\n * A {@link Frontend} that parses HTML into an {@link IRDocument} (parse5 tree → IR, resolving each\n * element's `class` attribute onto `computed`), and a matching {@link Backend} that prints the edited\n * document back to HTML with SURGICAL, span-based edits over the original source (never re-serializing\n * the parse5 tree). Untouched bytes — doctype, comments, whitespace, scripts, attribute order — stay\n * byte-for-byte identical.\n *\n * parse5 is a real dependency but is LAZILY required inside `parse()` (see `./parse`), so the JSX-only\n * path never loads it. The parse walk + opacity/span helpers live in `./walk` + `./parse`; the reverse\n * codegen in `./backend`. This module is the public assembly point.\n */\n\nimport type {\n Backend,\n BackendContext,\n CodegenResult,\n EditPlan,\n Frontend,\n FrontendParseContext,\n IRDocument,\n ParseResult,\n} from '@domflax/core';\n\nimport { doPrint } from './backend';\nimport { doParse } from './parse';\nimport { HTML_LANGS, looksLikeHtml } from './walk';\n\nexport { HTML_LANGS, looksLikeHtml } from './walk';\n\n/** HTML frontend: parse5 HTML → IR (with source spans for surgical codegen). */\nexport const htmlFrontend: Frontend = {\n name: 'html',\n langs: HTML_LANGS,\n canParse(id: string, code: string): boolean {\n return looksLikeHtml(id, code);\n },\n parse(code: string, ctx: FrontendParseContext): ParseResult {\n return doParse(code, ctx);\n },\n};\n\n/** Factory mirror — returns a fresh handle to the (stateless) HTML frontend. */\nexport function createHtmlFrontend(): Frontend {\n return htmlFrontend;\n}\n\n/** HTML backend: IR → HTML via span-based surgical edits over the retained verbatim source. */\nexport const htmlBackend: Backend = {\n name: 'html',\n langs: HTML_LANGS,\n print(doc: IRDocument, _plan: EditPlan, _ctx: BackendContext): CodegenResult {\n return { code: doPrint(doc), map: null, edits: [], diagnostics: [] };\n },\n};\n\n/** Factory mirror — returns a fresh handle to the (stateless) HTML backend. */\nexport function createHtmlBackend(): Backend {\n return htmlBackend;\n}\n\nexport default htmlFrontend;\n","/**\n * @domflax/frontend-jsx — AST interop, constants, and pure classification helpers.\n *\n * Stateless building blocks shared by the JSX parse pass: the `@babel/traverse`\n * default-export normalization, the frontend's fixed constants, and the pure\n * name/classification/JSX-discovery helpers (no closure state, no document mutation).\n */\n\nimport babelTraverse from '@babel/traverse';\nimport type {\n JSXAttribute,\n JSXElement,\n JSXFragment,\n JSXIdentifier,\n JSXMemberExpression,\n JSXNamespacedName,\n Node as BabelNode,\n} from '@babel/types';\n\nimport type { ClassListForm, ExprKind, FileKind, SourceFileId } from '@domflax/core';\n\n/* ───────────────────────── @babel/traverse interop ───────────────────────── */\n\n// `@babel/traverse` is published as CJS (`module.exports = traverse; exports.default = traverse`).\n// Under an ESM default import the value may be the function OR `{ default: fn }` depending on the\n// interop layer (Node ESM vs. esbuild vs. tsup), so normalize defensively.\nexport const traverse = (\n typeof babelTraverse === 'function'\n ? babelTraverse\n : (babelTraverse as unknown as { default: typeof babelTraverse }).default\n) as typeof babelTraverse;\n\n/** Languages this frontend claims. JSX/TSX only; HTML is owned by a sibling frontend. */\nexport const JSX_LANGS: readonly FileKind[] = ['jsx', 'tsx'];\n\n/** The single registered source file id (one parse == one module). */\nexport const FILE_ID = 1 as SourceFileId;\n\n/** Marker payload stored for every interned expression so the backend can re-print it. */\nexport interface ExprPayload {\n readonly text: string;\n readonly spread: boolean;\n}\n\n/* ───────────────────────── name + classification helpers ───────────────────────── */\n\nexport type JSXName = JSXIdentifier | JSXMemberExpression | JSXNamespacedName;\n\nexport function jsxName(node: JSXName): string {\n switch (node.type) {\n case 'JSXIdentifier':\n return node.name;\n case 'JSXMemberExpression':\n return `${jsxName(node.object)}.${node.property.name}`;\n case 'JSXNamespacedName':\n return `${node.namespace.name}:${node.name.name}`;\n }\n}\n\n/** Component vs. intrinsic: capitalized identifier or member expression ⇒ component. */\nexport function isComponentName(node: JSXName): boolean {\n if (node.type === 'JSXMemberExpression') return true;\n if (node.type === 'JSXNamespacedName') return false;\n return /^[A-Z]/.test(node.name);\n}\n\nexport function attrName(name: JSXAttribute['name']): string {\n return name.type === 'JSXNamespacedName'\n ? `${name.namespace.name}:${name.name.name}`\n : name.name;\n}\n\nexport function exprKind(node: BabelNode): ExprKind {\n switch (node.type) {\n case 'CallExpression':\n case 'OptionalCallExpression':\n return 'call';\n case 'MemberExpression':\n case 'OptionalMemberExpression':\n return 'member';\n case 'ConditionalExpression':\n case 'LogicalExpression':\n return 'conditional';\n case 'TemplateLiteral':\n case 'TaggedTemplateExpression':\n return 'template';\n case 'Identifier':\n return 'identifier';\n case 'SpreadElement':\n return 'spread';\n default:\n return 'other';\n }\n}\n\n/** Map a dynamic className expression to the closest {@link ClassListForm}. */\nexport function classFormOf(node: BabelNode): ClassListForm {\n switch (node.type) {\n case 'TemplateLiteral':\n case 'TaggedTemplateExpression':\n return 'template-literal';\n case 'CallExpression':\n case 'OptionalCallExpression':\n return 'call';\n case 'ConditionalExpression':\n case 'LogicalExpression':\n return 'conditional';\n case 'MemberExpression':\n case 'OptionalMemberExpression':\n case 'Identifier':\n return 'member';\n default:\n return 'call';\n }\n}\n\n/**\n * Find the OUTERMOST JSXElement/JSXFragment nodes that a dynamic expression renders, so the frontend\n * can lower JSX nested inside `{…}` holes — `.map`/`.filter`/`.forEach((x) => <jsx/>)` callbacks,\n * `&&`/`||` logical expressions, ternaries, and parenthesized/cast wrappers — into REAL IR element\n * nodes. The dynamic scaffolding around them (the call itself, the conditions, `{expr}` holes) stays\n * opaque; only the renderable JSX is surfaced so the pass manager descends into and optimizes it.\n *\n * Only the outermost JSX is collected: `buildElement`/`buildFragment` recurse into the\n * descendants themselves, so we must NOT descend past a JSX boundary here (that would double-register\n * inner elements).\n */\nexport function findNestedJsxRoots(root: BabelNode): (JSXElement | JSXFragment)[] {\n const out: (JSXElement | JSXFragment)[] = [];\n const seen = new Set<BabelNode>();\n\n const visit = (n: BabelNode | null | undefined): void => {\n if (!n || seen.has(n)) return;\n seen.add(n);\n switch (n.type) {\n case 'JSXElement':\n case 'JSXFragment':\n out.push(n); // outermost renderable JSX — buildElement/buildFragment recurse from here\n return;\n case 'ParenthesizedExpression':\n case 'TSNonNullExpression':\n case 'TSAsExpression':\n case 'TSSatisfiesExpression':\n case 'TSTypeAssertion':\n visit(n.expression);\n return;\n case 'LogicalExpression':\n visit(n.left);\n visit(n.right);\n return;\n case 'ConditionalExpression':\n visit(n.consequent);\n visit(n.alternate);\n return;\n case 'SequenceExpression':\n for (const e of n.expressions) visit(e);\n return;\n case 'CallExpression':\n case 'OptionalCallExpression':\n // `.map`/`.filter`/`.forEach(cb)` etc. — descend into the call arguments (the callbacks),\n // never the callee (that is the `items.map` member access, which renders nothing).\n for (const a of n.arguments) visit(a as BabelNode);\n return;\n case 'ArrowFunctionExpression':\n case 'FunctionExpression':\n visit(n.body);\n return;\n case 'BlockStatement':\n for (const s of n.body) visit(s);\n return;\n case 'ReturnStatement':\n visit(n.argument);\n return;\n case 'IfStatement':\n visit(n.consequent);\n visit(n.alternate);\n return;\n case 'ArrayExpression':\n for (const el of n.elements) visit(el as BabelNode);\n return;\n default:\n return;\n }\n };\n\n visit(root);\n return out;\n}\n\nexport function looksLikeJsx(id: string, code: string): boolean {\n if (/\\.[jt]sx$/i.test(id)) return true;\n return /<\\/?[A-Za-z][\\w.-]*|<>/.test(code);\n}\n","/**\n * @domflax/frontend-jsx — the JSX/TSX → IR parse pass.\n *\n * Walks a Babel AST (`@babel/parser` → `@babel/traverse`) and lowers JSXElement /\n * JSXFragment / JSXText / JSXExpressionContainer / JSXSpreadChild nodes into the\n * `@domflax/core` IR. ALL dynamic JavaScript stays out of the structural IR: every\n * expression container, spread, and dynamic className/child is interned into the\n * document's {@link ExprRegistry} as an opaque {@link ExprRef} (with its verbatim source\n * slice as payload), and only its source span survives in the tree.\n *\n * Static `class`/`className` literals are split into {@link ClassToken}s on a static\n * {@link ClassSegment}; a non-string-literal className becomes a single dynamic segment\n * (opaque, never optimized). Static classes are resolved through the supplied\n * {@link StyleResolver} + {@link StyleNormalizer} into `element.computed` so downstream\n * patterns can match on resolved style.\n *\n * NodeMeta opacity barriers populated here: hasRef (`ref=`), hasEventHandlers (`on*=`),\n * hasKey (`key=`), hasSpreadAttrs (`{...x}`), hasDangerousHtml\n * (`dangerouslySetInnerHTML=`), hasDynamicChildren (any expression / spread child),\n * isComponent (capitalized / member tag). \"hasDynamicClasses\" is carried on the\n * {@link ClassList} itself (`hasDynamic` / `opaque`), not on NodeMeta.\n */\n\nimport { parse as babelParse } from '@babel/parser';\nimport type { NodePath } from '@babel/traverse';\nimport type {\n Expression,\n JSXAttribute,\n JSXElement,\n JSXEmptyExpression,\n JSXFragment,\n JSXOpeningElement,\n Node as BabelNode,\n} from '@babel/types';\n\nimport type {\n AttrMap,\n AttrValue,\n ClassList,\n ClassSegment,\n ClassToken,\n Diagnostic,\n ExprRef,\n FrontendParseContext,\n IRDocument,\n IRElement,\n IRFragment,\n IRNamespace,\n IRNodeId,\n MutableBackrefTable,\n NodeMeta,\n ParseResult,\n SourceFile,\n SourceSpan,\n StyleMap,\n} from '@domflax/core';\nimport {\n createDocument,\n createElement,\n createExpr,\n createFragment,\n createText,\n defaultMeta,\n emptyClassList,\n emptyStyleMap,\n} from '@domflax/core';\n\nimport type { ExprPayload } from './frontend-ast';\nimport {\n FILE_ID,\n attrName,\n classFormOf,\n exprKind,\n findNestedJsxRoots,\n isComponentName,\n jsxName,\n traverse,\n} from './frontend-ast';\n\nexport function doParse(code: string, ctx: FrontendParseContext): ParseResult {\n const diagnostics: Diagnostic[] = [];\n const doc: IRDocument = createDocument('jsx');\n const backref = doc.backref as MutableBackrefTable;\n\n const ast = babelParse(code, {\n sourceType: 'module',\n plugins: ['jsx', 'typescript'],\n });\n\n const eol: '\\n' | '\\r\\n' = code.includes('\\r\\n') ? '\\r\\n' : '\\n';\n const sourceFile: SourceFile = {\n id: FILE_ID,\n path: ctx.id,\n text: code,\n frontend: 'jsx',\n eol,\n indentUnit: ' ',\n native: ast,\n };\n doc.sources.set(FILE_ID, sourceFile);\n\n /* ----- span helpers (close over `code`) ----- */\n\n const spanOf = (node: BabelNode): SourceSpan | null => {\n if (node.start == null || node.end == null) return null;\n const span: SourceSpan = {\n file: FILE_ID,\n start: node.start,\n end: node.end,\n startLoc: node.loc\n ? { line: node.loc.start.line, column: node.loc.start.column }\n : undefined,\n endLoc: node.loc ? { line: node.loc.end.line, column: node.loc.end.column } : undefined,\n };\n return span;\n };\n\n const sliceOf = (node: BabelNode): string =>\n node.start == null || node.end == null ? '' : code.slice(node.start, node.end);\n\n /** Intern an expression as an opaque ExprRef, recording its verbatim source slice. */\n const internExpr = (node: Expression | JSXEmptyExpression, spread: boolean): ExprRef => {\n const payload: ExprPayload = { text: sliceOf(node), spread };\n return doc.exprs.intern({\n span: spanOf(node) ?? { file: FILE_ID, start: 0, end: 0 },\n kind: exprKind(node),\n payload,\n });\n };\n\n /* ----- class list ----- */\n\n const splitTokens = (raw: string): ClassToken[] =>\n raw\n .split(/\\s+/)\n .filter((t) => t.length > 0)\n .map((value) => ({ value }) as ClassToken);\n\n const buildClassList = (attr: JSXAttribute): ClassList => {\n const attrSpan = spanOf(attr) ?? undefined;\n const v = attr.value;\n\n const staticList = (tokens: ClassToken[], valueSpan: SourceSpan | null): ClassList => {\n const seg: ClassSegment = { kind: 'static', span: valueSpan ?? undefined, tokens };\n return {\n form: 'string-literal',\n segments: [seg],\n valueSpan,\n attrSpan,\n hasDynamic: false,\n opaque: false,\n rewritable: true,\n };\n };\n\n if (v == null) return staticList([], null);\n\n if (v.type === 'StringLiteral') {\n return staticList(splitTokens(v.value), spanOf(v));\n }\n\n if (v.type === 'JSXExpressionContainer') {\n const expr = v.expression;\n // `className={\"a b\"}` is still a static string literal.\n if (expr.type === 'StringLiteral') {\n return staticList(splitTokens(expr.value), spanOf(expr));\n }\n if (expr.type === 'JSXEmptyExpression') return staticList([], null);\n const ref = internExpr(expr, false);\n const valueSpan = spanOf(expr);\n const seg: ClassSegment = { kind: 'dynamic', span: valueSpan ?? undefined, expr: ref };\n return {\n form: classFormOf(expr),\n segments: [seg],\n valueSpan,\n attrSpan,\n hasDynamic: true,\n opaque: true,\n rewritable: false,\n };\n }\n\n return emptyClassList();\n };\n\n const staticTokensOf = (classes: ClassList): string[] => {\n const out: string[] = [];\n for (const seg of classes.segments) {\n if (seg.kind === 'static') for (const t of seg.tokens) out.push(t.value);\n }\n return out;\n };\n\n /* ----- attribute value ----- */\n\n const buildAttrValue = (attr: JSXAttribute): AttrValue => {\n const v = attr.value;\n if (v == null) return { kind: 'static', value: true, span: spanOf(attr) ?? undefined };\n if (v.type === 'StringLiteral') {\n return { kind: 'static', value: v.value, span: spanOf(v) ?? undefined };\n }\n if (v.type === 'JSXExpressionContainer') {\n if (v.expression.type === 'JSXEmptyExpression') {\n return { kind: 'static', value: true, span: spanOf(v) ?? undefined };\n }\n return { kind: 'dynamic', expr: internExpr(v.expression, false), span: spanOf(v) ?? undefined };\n }\n // JSXElement / JSXFragment used as an attribute value → opaque expression.\n return { kind: 'dynamic', expr: internExpr(v as Expression, false), span: spanOf(v) ?? undefined };\n };\n\n /* ----- node builders ----- */\n\n const buildNestedRoot = (jsx: JSXElement | JSXFragment, parentId: IRNodeId): IRNodeId =>\n jsx.type === 'JSXFragment' ? buildFragment(jsx, parentId) : buildElement(jsx, parentId);\n\n /** Lower a single JSX child, appending the resulting IR node id(s) onto `out`. */\n const appendChild = (\n node: JSXElement['children'][number],\n parentId: IRNodeId,\n out: IRNodeId[],\n ): void => {\n switch (node.type) {\n case 'JSXText': {\n const id = doc.alloc.next();\n doc.nodes.set(\n id,\n createText(id, node.value, {\n parent: parentId,\n span: spanOf(node),\n collapsible: /^\\s*$/.test(node.value),\n }),\n );\n out.push(id);\n return;\n }\n case 'JSXExpressionContainer': {\n const expr = node.expression;\n if (expr.type === 'JSXEmptyExpression') return; // `{/* comment */}`\n // A container whose WHOLE expression is a JSX node (`{<X/>}`) renders that node directly —\n // lower it as a real element so passes can optimize it (no opaque wrapper needed).\n if (expr.type === 'JSXElement' || expr.type === 'JSXFragment') {\n out.push(buildNestedRoot(expr, parentId));\n return;\n }\n // Otherwise the expression itself stays OPAQUE — the `.map`/condition/`{expr}` hole is\n // interned and preserved verbatim by the backend …\n const id = doc.alloc.next();\n const ref = internExpr(expr, false);\n doc.nodes.set(id, createExpr(id, ref, { parent: parentId, span: spanOf(node) }));\n out.push(id);\n // … but any JSX nested INSIDE it (map/filter callbacks, `&&`/`||`, ternary, parens) is\n // lowered to real element nodes (with their true source spans) so the pass manager descends\n // into and optimizes them too.\n for (const jsx of findNestedJsxRoots(expr)) out.push(buildNestedRoot(jsx, parentId));\n return;\n }\n case 'JSXSpreadChild': {\n const id = doc.alloc.next();\n const ref = internExpr(node.expression, true);\n doc.nodes.set(id, createExpr(id, ref, { parent: parentId, span: spanOf(node) }));\n out.push(id);\n for (const jsx of findNestedJsxRoots(node.expression)) {\n out.push(buildNestedRoot(jsx, parentId));\n }\n return;\n }\n case 'JSXElement':\n out.push(buildElement(node, parentId));\n return;\n case 'JSXFragment':\n out.push(buildFragment(node, parentId));\n return;\n default:\n return;\n }\n };\n\n const buildFragment = (node: JSXFragment, parentId: IRNodeId): IRNodeId => {\n const id = doc.alloc.next();\n const children: IRNodeId[] = [];\n for (const c of node.children) appendChild(c, id, children);\n doc.nodes.set(id, createFragment(id, { children, parent: parentId, span: spanOf(node) }));\n backref.set(id, {\n nodeId: id,\n span: spanOf(node) ?? { file: FILE_ID, start: 0, end: 0 },\n openTagSpan: spanOf(node.openingFragment),\n closeTagSpan: spanOf(node.closingFragment),\n innerSpan: null,\n selfClosing: false,\n });\n return id;\n };\n\n const buildElement = (node: JSXElement, parentId: IRNodeId): IRNodeId => {\n const id = doc.alloc.next();\n const opening: JSXOpeningElement = node.openingElement;\n const tag = jsxName(opening.name);\n const component = isComponentName(opening.name);\n\n const meta: NodeMeta = defaultMeta();\n meta.isComponent = component;\n\n let classes: ClassList = emptyClassList();\n const entries = new Map<string, AttrValue>();\n const order: string[] = [];\n const spreads: ExprRef[] = [];\n\n for (const attr of opening.attributes) {\n if (attr.type === 'JSXSpreadAttribute') {\n spreads.push(internExpr(attr.argument, true));\n meta.hasSpreadAttrs = true;\n continue;\n }\n const name = attrName(attr.name);\n if (name === 'className' || name === 'class') {\n classes = buildClassList(attr);\n continue;\n }\n if (name === 'ref') meta.hasRef = true;\n else if (name === 'key') meta.hasKey = true;\n else if (name === 'dangerouslySetInnerHTML') meta.hasDangerousHtml = true;\n else if (/^on[A-Z]/.test(name)) meta.hasEventHandlers = true;\n entries.set(name, buildAttrValue(attr));\n order.push(name);\n }\n\n const attrs: AttrMap = { entries, spreads, order };\n\n const children: IRNodeId[] = [];\n for (const c of node.children) appendChild(c, id, children);\n for (const cid of children) {\n const cn = doc.nodes.get(cid);\n if (cn && cn.kind === 'expr') {\n meta.hasDynamicChildren = true;\n break;\n }\n }\n\n // Resolve static classes (+ tag) into computed style via the injected resolver/normalizer.\n let computed: StyleMap = emptyStyleMap();\n if (!classes.hasDynamic) {\n const tokens = staticTokensOf(classes);\n if (tokens.length > 0) {\n const res = ctx.resolver.resolve({\n classes: tokens,\n element: { tagName: tag, namespace: component ? undefined : 'html' },\n });\n computed = ctx.normalizer.normalizeStyleMap(res.styles);\n // SAFETY (Layer 2): a token the resolver could not resolve leaves the element's true style\n // UNKNOWN → mark it opaque for flatten (never unwrap it as inert). Distinct from a token that\n // resolved to no paint (which keeps the element flatten-eligible).\n if (res.unknown.length > 0) meta.hasUnresolvedClasses = true;\n for (const w of res.warnings) {\n diagnostics.push({\n code: 'DF_STYLE_CONFLICT_UNRESOLVED',\n severity: w.severity,\n message: w.message,\n nodeId: id,\n });\n }\n }\n }\n\n const namespace: IRNamespace = component ? 'component' : 'html';\n const el: IRElement = createElement(id, {\n tag,\n namespace,\n isComponent: component,\n selfClosing: opening.selfClosing,\n classes,\n computed,\n attrs,\n children,\n parent: parentId,\n span: spanOf(node),\n meta,\n });\n doc.nodes.set(id, el);\n\n const inner =\n children.length > 0\n ? spanOf(node.children[0]! as BabelNode) && spanOf(node.children.at(-1)! as BabelNode)\n ? {\n file: FILE_ID,\n start: spanOf(node.children[0]! as BabelNode)!.start,\n end: spanOf(node.children.at(-1)! as BabelNode)!.end,\n }\n : null\n : null;\n backref.set(id, {\n nodeId: id,\n span: spanOf(node) ?? { file: FILE_ID, start: 0, end: 0 },\n openTagSpan: spanOf(opening),\n closeTagSpan: node.closingElement ? spanOf(node.closingElement) : null,\n innerSpan: inner,\n selfClosing: opening.selfClosing,\n });\n return id;\n };\n\n /* ----- collect the outermost JSX islands and attach them to the root fragment ----- */\n\n const roots: (JSXElement | JSXFragment)[] = [];\n traverse(ast, {\n JSXElement(path: NodePath<JSXElement>) {\n roots.push(path.node);\n path.skip();\n },\n JSXFragment(path: NodePath<JSXFragment>) {\n roots.push(path.node);\n path.skip();\n },\n });\n\n const rootFrag = doc.nodes.get(doc.root) as IRFragment;\n for (const r of roots) {\n const id = r.type === 'JSXFragment' ? buildFragment(r, doc.root) : buildElement(r, doc.root);\n rootFrag.children.push(id);\n }\n\n return { doc, diagnostics };\n}\n","/**\n * @domflax/frontend-jsx — Babel JSX/TSX → IR frontend.\n *\n * Walks a Babel AST (`@babel/parser` → `@babel/traverse`) and lowers JSXElement /\n * JSXFragment / JSXText / JSXExpressionContainer / JSXSpreadChild nodes into the\n * `@domflax/core` IR. ALL dynamic JavaScript stays out of the structural IR: every\n * expression container, spread, and dynamic className/child is interned into the\n * document's {@link ExprRegistry} as an opaque {@link ExprRef} (with its verbatim source\n * slice as payload), and only its source span survives in the tree.\n *\n * Static `class`/`className` literals are split into {@link ClassToken}s on a static\n * {@link ClassSegment}; a non-string-literal className becomes a single dynamic segment\n * (opaque, never optimized). Static classes are resolved through the supplied\n * {@link StyleResolver} + {@link StyleNormalizer} into `element.computed` so downstream\n * patterns can match on resolved style.\n *\n * NodeMeta opacity barriers populated here: hasRef (`ref=`), hasEventHandlers (`on*=`),\n * hasKey (`key=`), hasSpreadAttrs (`{...x}`), hasDangerousHtml\n * (`dangerouslySetInnerHTML=`), hasDynamicChildren (any expression / spread child),\n * isComponent (capitalized / member tag). \"hasDynamicClasses\" is carried on the\n * {@link ClassList} itself (`hasDynamic` / `opaque`), not on NodeMeta.\n *\n * The pure AST/classification helpers live in `./frontend-ast`; the parse pass itself\n * lives in `./frontend-parse`. This module is the public assembly point.\n */\n\nimport type { Frontend, FrontendParseContext, ParseResult } from '@domflax/core';\n\nimport { JSX_LANGS, looksLikeJsx } from './frontend-ast';\nimport { doParse } from './frontend-parse';\n\nexport const jsxFrontend: Frontend = {\n name: 'babel-jsx',\n langs: JSX_LANGS,\n canParse(id: string, code: string): boolean {\n return looksLikeJsx(id, code);\n },\n parse(code: string, ctx: FrontendParseContext): ParseResult {\n return doParse(code, ctx);\n },\n};\n\n/** Factory mirror — returns a fresh handle to the (stateless) JSX frontend. */\nexport function createJsxFrontend(): Frontend {\n return jsxFrontend;\n}\n","/**\n * @domflax/frontend-jsx — IR → JSX/TSX backend (SURGICAL, full-module round-trip).\n *\n * The pass manager mutates a tree of JSX *islands* that were lowered from a complete module\n * (imports, `export default function`, hooks, `return (…)`, `{expr}` holes, comments, …). The\n * backend's job is to emit a COMPLETE, valid module — not just the JSX subtree. It does this by\n * starting from the element's ORIGINAL verbatim source (retained on {@link SourceFile.text}) and\n * applying ONLY the diffs the passes produced, via `magic-string`:\n *\n * • CLASS CHANGE — for every surviving element whose static class list differs from its source\n * text, overwrite just the `class`/`className` attribute VALUE span (quotes included) with the\n * new tokens. If the element gained classes but had no class attribute, insert one on the\n * opening tag.\n * • UNWRAP (flatten) — when a wrapper element/fragment was removed but its children survived,\n * delete ONLY the wrapper's open- and close-tag spans; the children (and their entire subtrees,\n * including dynamic `{expr}` holes and `key=`) are preserved verbatim.\n * • FULL REMOVAL — when a node was removed with no surviving descendant, delete its whole span.\n *\n * Every other byte — imports, exports, function declarations, returns, hooks, `{expr}` holes,\n * whitespace, comments, attribute ordering — is left exactly as authored. Output is\n * `magicString.toString()`: a complete module.\n *\n * Fallback: a document with no retained source (e.g. a hand-synthesized IR) cannot be spliced, so\n * it falls back to a clean structural re-print ({@link rePrint}).\n */\n\nimport MagicString from 'magic-string';\n\nimport type {\n AttrValue,\n Backend,\n BackendContext,\n Backref,\n ClassList,\n CodegenResult,\n EditPlan,\n ExprRef,\n FileKind,\n IRDocument,\n IRElement,\n IRNode,\n IRNodeId,\n SourceFile,\n SourceSpan,\n} from '@domflax/core';\n\nconst JSX_LANGS: readonly FileKind[] = ['jsx', 'tsx'];\n\ninterface ExprPayload {\n readonly text: string;\n readonly spread: boolean;\n}\n\n/* ───────────────────────── shared expr/class helpers ───────────────────────── */\n\n/** Recover an interned expression's source text (payload first, span-slice fallback). */\nfunction exprText(doc: IRDocument, ref: ExprRef): ExprPayload {\n const rec = doc.exprs.get(ref);\n const payload = rec?.payload as Partial<ExprPayload> | undefined;\n if (payload && typeof payload.text === 'string') {\n return { text: payload.text, spread: payload.spread === true };\n }\n if (rec) {\n const sf = doc.sources.get(rec.span.file);\n if (sf) return { text: sf.text.slice(rec.span.start, rec.span.end), spread: false };\n }\n return { text: '', spread: false };\n}\n\n/** All static class tokens of a {@link ClassList}, in order. */\nfunction staticTokensOf(classes: ClassList): string[] {\n const out: string[] = [];\n for (const seg of classes.segments) {\n if (seg.kind === 'static') for (const t of seg.tokens) out.push(t.value);\n }\n return out;\n}\n\n/* ───────────────────────── surgical (magic-string) codegen ───────────────────────── */\n\n/** Pick the single retained source file this document was parsed from (if any). */\nfunction primarySource(doc: IRDocument): SourceFile | null {\n for (const sf of doc.sources.values()) {\n if (typeof sf.text === 'string' && sf.text.length > 0) return sf;\n }\n return null;\n}\n\n/** Collect every node reachable from the root of the (mutated) tree. */\nfunction collectKept(doc: IRDocument): IRNode[] {\n const out: IRNode[] = [];\n const seen = new Set<IRNodeId>();\n const visit = (id: IRNodeId): void => {\n if (seen.has(id)) return;\n seen.add(id);\n const n = doc.nodes.get(id);\n if (!n) return;\n out.push(n);\n if (n.kind === 'element' || n.kind === 'fragment') for (const c of n.children) visit(c);\n };\n visit(doc.root);\n return out;\n}\n\n/** Span `a` strictly contains span `b` (same file, b nested inside, not identical). */\nfunction strictlyContains(a: SourceSpan, b: SourceSpan): boolean {\n if (a.file !== b.file) return false;\n if (a.start <= b.start && b.end <= a.end) return !(a.start === b.start && a.end === b.end);\n return false;\n}\n\ninterface RemovedRegion {\n readonly backref: Backref;\n /** A surviving node nested inside this region ⇒ this was an UNWRAP (keep inner, drop tags). */\n readonly unwrapped: boolean;\n}\n\n/**\n * Apply the class-list diff for a single surviving element. Returns true if an edit was made.\n */\nfunction editClasses(ms: MagicString, doc: IRDocument, sf: SourceFile, el: IRElement): boolean {\n const classes = el.classes;\n // Wholly dynamic / opaque class lists are never rewritten by the passes — leave verbatim.\n if (classes.hasDynamic || classes.opaque) return false;\n\n const tokens = staticTokensOf(classes);\n const valueSpan = classes.valueSpan;\n\n if (valueSpan && valueSpan.file === sf.id) {\n const current = sf.text.slice(valueSpan.start, valueSpan.end);\n // Preserve the original quote style; default to double quotes when we can't detect one.\n const quote = current.startsWith(\"'\") ? \"'\" : '\"';\n const next = `${quote}${tokens.join(' ')}${quote}`;\n if (current !== next) {\n ms.overwrite(valueSpan.start, valueSpan.end, next);\n return true;\n }\n return false;\n }\n\n // No class attribute originally, but the passes added classes ⇒ insert one on the opening tag.\n if (tokens.length === 0) return false;\n if (el.isComponent) return false; // never synthesize className onto an opaque component\n const back = doc.backref.get(el.id);\n const openTag = back?.openTagSpan;\n if (!openTag || openTag.file !== sf.id) return false;\n // Insert immediately after the tag name: `<tag‸ …`.\n const insertAt = openTag.start + 1 + el.tag.length;\n ms.appendLeft(insertAt, ` className=\"${tokens.join(' ')}\"`);\n return true;\n}\n\n/**\n * Extract a `key=…` attribute (verbatim, e.g. `key={f.id}` or `key=\"row\"`) from an opening-tag's\n * source text, or null when the tag carries no key. Brace/quote-aware so `key={f.id}` with nested\n * braces is captured whole. Requires whitespace before `key` so `data-key=` / `aria-keyshortcuts=`\n * never false-match.\n */\nfunction extractKeyAttr(openTag: string): string | null {\n const m = /(^|\\s)key\\s*=\\s*/.exec(openTag);\n if (!m) return null;\n const keyStart = m.index + m[1].length;\n let i = m.index + m[0].length;\n const ch = openTag[i];\n if (ch === '{') {\n let depth = 0;\n for (; i < openTag.length; i += 1) {\n const c = openTag[i];\n if (c === '{') depth += 1;\n else if (c === '}') {\n depth -= 1;\n if (depth === 0) {\n i += 1;\n break;\n }\n }\n }\n } else if (ch === '\"' || ch === \"'\") {\n const q = ch;\n i += 1;\n for (; i < openTag.length; i += 1) {\n if (openTag[i] === q) {\n i += 1;\n break;\n }\n }\n } else {\n for (; i < openTag.length; i += 1) {\n if (/[\\s>/]/.test(openTag[i]!)) break;\n }\n }\n return openTag.slice(keyStart, i);\n}\n\n/**\n * KEY SAFETY: when an UNWRAPPED wrapper carried a React `key`, that key must not vanish with the\n * deleted tags. If the wrapper had exactly one surviving (maximal) element child and that child has\n * no key of its own, transfer the wrapper's `key=…` verbatim onto the survivor's opening tag.\n * Conservative: anything ambiguous (no surviving element child, multiple survivors, child already\n * keyed) is left untouched (the flatten pattern is expected to have refused such a case).\n */\nfunction transferKeyOnUnwrap(\n ms: MagicString,\n doc: IRDocument,\n sf: SourceFile,\n region: Backref,\n kept: readonly IRNode[],\n): void {\n const open = region.openTagSpan;\n if (!open || open.file !== sf.id) return;\n const keyAttr = extractKeyAttr(sf.text.slice(open.start, open.end));\n if (!keyAttr) return;\n\n const inside: IRElement[] = [];\n for (const n of kept) {\n if (n.kind !== 'element' || !n.span || n.span.file !== sf.id) continue;\n if (strictlyContains(region.span, n.span)) inside.push(n);\n }\n // Keep only the topmost survivors (not nested inside another survivor of this region).\n const maximal = inside.filter(\n (n) => !inside.some((o) => o !== n && o.span && n.span && strictlyContains(o.span, n.span)),\n );\n if (maximal.length !== 1) return;\n\n const child = maximal[0]!;\n const childOpen = doc.backref.get(child.id)?.openTagSpan;\n if (!childOpen || childOpen.file !== sf.id) return;\n if (extractKeyAttr(sf.text.slice(childOpen.start, childOpen.end))) return; // already keyed\n\n // Insert immediately after the child's tag name: `<tag‸ …`.\n ms.appendLeft(childOpen.start + 1 + child.tag.length, ` ${keyAttr}`);\n}\n\n/** Surgical full-module codegen. Returns null when the document has no retained source. */\nfunction surgicalPrint(doc: IRDocument): string | null {\n const sf = primarySource(doc);\n if (!sf) return null;\n\n const ms = new MagicString(sf.text);\n\n const kept = collectKept(doc);\n const keptSpans: SourceSpan[] = [];\n for (const n of kept) if (n.span && n.span.file === sf.id) keptSpans.push(n.span);\n\n // 1) Structural removals. A node present in the backref table but absent from the live node map\n // was removed by the passes. Classify each as an UNWRAP (a surviving node nests inside it) or\n // a FULL removal (nothing survived inside).\n const removed: RemovedRegion[] = [];\n for (const id of backrefIds(doc)) {\n if (doc.nodes.has(id)) continue; // still live\n const back = doc.backref.get(id);\n if (!back || back.span.file !== sf.id) continue;\n const unwrapped = keptSpans.some((k) => strictlyContains(back.span, k));\n removed.push({ backref: back, unwrapped });\n }\n\n // Skip any removed region nested inside a FULL-removal region (its bytes are already deleted by\n // the ancestor) — this keeps every delete disjoint, which magic-string requires.\n const fullRemovals = removed.filter((r) => !r.unwrapped).map((r) => r.backref.span);\n for (const r of removed) {\n const span = r.backref.span;\n const coveredByFull = fullRemovals.some((f) => f !== span && strictlyContains(f, span));\n if (coveredByFull) continue;\n\n if (r.unwrapped) {\n // KEY SAFETY: salvage a `key=…` off the wrapper onto its surviving child before deleting tags.\n transferKeyOnUnwrap(ms, doc, sf, r.backref, kept);\n // Delete only the wrapper's tags; keep its (surviving) inner content verbatim.\n const open = r.backref.openTagSpan;\n const close = r.backref.closeTagSpan;\n if (open && open.file === sf.id && open.end > open.start) ms.remove(open.start, open.end);\n if (close && close.file === sf.id && close.end > close.start) {\n ms.remove(close.start, close.end);\n }\n } else {\n ms.remove(span.start, span.end);\n }\n }\n\n // 2) Class-list diffs on every surviving element.\n for (const n of kept) {\n if (n.kind === 'element') editClasses(ms, doc, sf, n);\n }\n\n return ms.toString();\n}\n\n/** All ids the backref table knows about (every originally-parsed element / fragment). */\nfunction backrefIds(doc: IRDocument): IRNodeId[] {\n // The backref table is shared verbatim from parse time; collect ids by scanning original spans we\n // recorded for live + removed nodes. We don't have a public iterator, so reconstruct the universe\n // from the live nodes plus their (now-removed) original ancestry isn't possible directly — instead\n // ask the table for each id we can reach. The table exposes `get`; the set of candidate ids is the\n // contiguous allocation range [1, alloc.peek). Scanning that range is O(n) and dependency-free.\n const out: IRNodeId[] = [];\n const max = doc.alloc.peek as unknown as number;\n for (let i = 1; i < max; i += 1) {\n const id = i as IRNodeId;\n if (doc.backref.get(id)) out.push(id);\n }\n return out;\n}\n\n/* ───────────────────────── structural re-print (fallback) ───────────────────────── */\n\n/** Re-build the `className=…` attribute (or null when the element has no class list). */\nfunction classText(doc: IRDocument, classes: ClassList): string | null {\n if (classes.form === 'absent' || classes.segments.length === 0) return null;\n\n const dynamic = classes.segments.find((s) => s.kind === 'dynamic');\n if (dynamic && dynamic.kind === 'dynamic') {\n return `className={${exprText(doc, dynamic.expr).text}}`;\n }\n\n const tokens = staticTokensOf(classes);\n return `className=\"${tokens.join(' ')}\"`;\n}\n\nfunction attrText(doc: IRDocument, name: string, value: AttrValue): string {\n if (value.kind === 'static') {\n if (value.value === true) return name;\n if (value.value === false) return '';\n return `${name}=\"${String(value.value)}\"`;\n }\n return `${name}={${exprText(doc, value.expr).text}}`;\n}\n\nfunction printElement(doc: IRDocument, el: IRElement): string {\n const parts: string[] = [];\n\n const cls = classText(doc, el.classes);\n if (cls !== null) parts.push(cls);\n\n for (const name of el.attrs.order) {\n const v = el.attrs.entries.get(name);\n if (!v) continue;\n const text = attrText(doc, name, v);\n if (text.length > 0) parts.push(text);\n }\n\n for (const ref of el.attrs.spreads) parts.push(`{...${exprText(doc, ref).text}}`);\n\n const attrStr = parts.length > 0 ? ` ${parts.join(' ')}` : '';\n const tag = el.tag;\n\n if (el.children.length === 0) {\n return el.selfClosing ? `<${tag}${attrStr} />` : `<${tag}${attrStr}></${tag}>`;\n }\n\n const inner = el.children.map((c) => printNode(doc, c)).join('');\n return `<${tag}${attrStr}>${inner}</${tag}>`;\n}\n\nfunction printNode(doc: IRDocument, id: IRNodeId): string {\n const node = doc.nodes.get(id);\n if (!node) return '';\n switch (node.kind) {\n case 'text':\n return node.value;\n case 'comment':\n return `{/*${node.value}*/}`;\n case 'expr': {\n const { text, spread } = exprText(doc, node.expr);\n return spread ? `{...${text}}` : `{${text}}`;\n }\n case 'fragment':\n return `<>${node.children.map((c) => printNode(doc, c)).join('')}</>`;\n case 'element':\n return printElement(doc, node);\n }\n}\n\nfunction rePrint(doc: IRDocument): string {\n const root = doc.nodes.get(doc.root);\n if (!root || root.kind !== 'fragment') return printNode(doc, doc.root);\n return root.children.map((c) => printNode(doc, c)).join('');\n}\n\n/* ───────────────────────── public backend ───────────────────────── */\n\nfunction doPrint(doc: IRDocument): string {\n const surgical = surgicalPrint(doc);\n return surgical ?? rePrint(doc);\n}\n\nexport const jsxBackend: Backend = {\n name: 'babel-jsx',\n langs: JSX_LANGS,\n print(doc: IRDocument, _plan: EditPlan, _ctx: BackendContext): CodegenResult {\n const code = doPrint(doc);\n return { code, map: null, edits: [], diagnostics: [] };\n },\n};\n\n/** Factory mirror — returns a fresh handle to the (stateless) JSX backend. */\nexport function createJsxBackend(): Backend {\n return jsxBackend;\n}\n","/**\r\n * @domflax/pattern-kit — the shared StyleMap normalizer.\r\n *\r\n * A single, syntactic-only {@link StyleNormalizer} implementation that core, the patterns, and the\r\n * verifier all reuse so they agree, byte-for-byte, on what two style declarations \"mean\". It NEVER\r\n * resolves initial/inherited/computed defaults (that is the verifier's job) — it only:\r\n *\r\n * • canonicalizes colors (`transparent` ⇒ `rgba(0, 0, 0, 0)`, hex lower-cased + 3→6 expanded,\r\n * `rgb()/rgba()/hsl()/hsla()` argument spacing normalized),\r\n * • canonicalizes units (whitespace collapsed, zero-lengths `0px`/`0%`/… ⇒ `0`),\r\n * • expands a fixed set of box shorthands to longhands (`padding`/`margin`/`inset`/`border-width`\r\n * into their four sides, `gap` into `row-gap`/`column-gap`),\r\n * • orders declarations by property for stable comparison.\r\n *\r\n * Dependency-free: only `@domflax/core` (types + the StyleMap builder helpers).\r\n */\r\n\r\nimport type {\r\n CssProperty,\r\n CssValue,\r\n ConditionKey,\r\n InheritedPropertyTable,\r\n StyleBlock,\r\n StyleDecl,\r\n StyleMap,\r\n StyleNormalizer,\r\n} from '@domflax/core';\r\n\r\nimport { conditionKey, emptyStyleMap } from '@domflax/core';\r\n\r\n/* ───────────────────────── inherited-property table ───────────────────────── */\r\n\r\n/**\r\n * Canonical, versioned set of inherited CSS longhands. Any author custom property (`--*`) is\r\n * also treated as inherited via the `isInherited` predicate.\r\n */\r\nconst INHERITED_PROPERTIES: readonly string[] = [\r\n 'azimuth',\r\n 'border-collapse',\r\n 'border-spacing',\r\n 'caption-side',\r\n 'color',\r\n 'cursor',\r\n 'direction',\r\n 'empty-cells',\r\n 'font-family',\r\n 'font-feature-settings',\r\n 'font-kerning',\r\n 'font-size',\r\n 'font-size-adjust',\r\n 'font-stretch',\r\n 'font-style',\r\n 'font-variant',\r\n 'font-variant-caps',\r\n 'font-variant-numeric',\r\n 'font-weight',\r\n 'hyphens',\r\n 'letter-spacing',\r\n 'line-height',\r\n 'list-style-image',\r\n 'list-style-position',\r\n 'list-style-type',\r\n 'orphans',\r\n 'overflow-wrap',\r\n 'quotes',\r\n 'tab-size',\r\n 'text-align',\r\n 'text-align-last',\r\n 'text-decoration-color',\r\n 'text-indent',\r\n 'text-justify',\r\n 'text-rendering',\r\n 'text-shadow',\r\n 'text-transform',\r\n 'text-underline-position',\r\n 'visibility',\r\n 'white-space',\r\n 'widows',\r\n 'word-break',\r\n 'word-spacing',\r\n 'writing-mode',\r\n '-webkit-font-smoothing',\r\n];\r\n\r\nfunction createInheritedTable(): InheritedPropertyTable {\r\n const properties = new Set<CssProperty>(INHERITED_PROPERTIES as unknown as CssProperty[]);\r\n return {\r\n version: 'domflax-inherited@1',\r\n properties,\r\n isInherited(property: CssProperty): boolean {\r\n // Author custom properties (`--*`) inherit by definition.\r\n return String(property).startsWith('--') || properties.has(property);\r\n },\r\n };\r\n}\r\n\r\n/* ───────────────────────── value canonicalization ───────────────────────── */\r\n\r\nconst ZERO_LENGTH_RE =\r\n /\\b0(?:px|em|rem|ex|ch|vh|vw|vmin|vmax|vi|vb|pt|pc|cm|mm|in|q|lh|rlh|fr|deg|rad|turn|s|ms|%)\\b/g;\r\n\r\nconst FUNC_ARGS_RE = /\\b(rgba?|hsla?|hwb|lab|lch|oklab|oklch)\\(([^()]*)\\)/gi;\r\n\r\nconst RELATIVE_UNIT_RE = /(?:\\d*\\.?\\d+)(?:em|ex|ch|lh)\\b|%/i;\r\n\r\n/**\r\n * Pure, syntactic value canonicalization. Idempotent: `canon(canon(v)) === canon(v)`.\r\n */\r\nfunction canonValue(raw: string): string {\r\n let v = raw.trim().replace(/\\s+/g, ' ');\r\n\r\n // Lower-case hex colors (#abc / #aabbcc / #aabbccff).\r\n v = v.replace(/#([0-9a-fA-F]{3,8})\\b/g, (_m, hex: string) => '#' + hex.toLowerCase());\r\n\r\n // Expand 3-digit hex (#abc → #aabbcc) — only when exactly 3 hex digits.\r\n v = v.replace(\r\n /#([0-9a-f])([0-9a-f])([0-9a-f])(?![0-9a-f])/g,\r\n (_m, r: string, g: string, b: string) => `#${r}${r}${g}${g}${b}${b}`,\r\n );\r\n\r\n // Canonical fully-transparent color.\r\n v = v.replace(/\\btransparent\\b/gi, 'rgba(0, 0, 0, 0)');\r\n v = v.replace(/#00000000\\b/g, 'rgba(0, 0, 0, 0)');\r\n\r\n // Collapse zero lengths/angles/times to a bare `0`.\r\n v = v.replace(ZERO_LENGTH_RE, '0');\r\n\r\n // Normalize the argument spacing of color/space functions: single space after each comma.\r\n v = v.replace(FUNC_ARGS_RE, (_m, fn: string, args: string) => {\r\n const parts = args\r\n .split(',')\r\n .map((s) => s.trim())\r\n .filter((s) => s.length > 0);\r\n return `${fn.toLowerCase()}(${parts.join(', ')})`;\r\n });\r\n\r\n return v;\r\n}\r\n\r\n/** True when the (canonicalized) value uses a parent-relative unit (em/ex/ch/lh/%). */\r\nfunction isRelativeValue(value: string): boolean {\r\n return RELATIVE_UNIT_RE.test(value);\r\n}\r\n\r\n/* ───────────────────────── shorthand expansion ───────────────────────── */\r\n\r\n/** Box-model shorthands whose 1–4 value form expands to four explicit sides. */\r\nconst BOX_SIDES: Readonly<Record<string, readonly [string, string, string, string]>> = {\r\n padding: ['padding-top', 'padding-right', 'padding-bottom', 'padding-left'],\r\n margin: ['margin-top', 'margin-right', 'margin-bottom', 'margin-left'],\r\n inset: ['top', 'right', 'bottom', 'left'],\r\n 'scroll-margin': [\r\n 'scroll-margin-top',\r\n 'scroll-margin-right',\r\n 'scroll-margin-bottom',\r\n 'scroll-margin-left',\r\n ],\r\n 'scroll-padding': [\r\n 'scroll-padding-top',\r\n 'scroll-padding-right',\r\n 'scroll-padding-bottom',\r\n 'scroll-padding-left',\r\n ],\r\n 'border-width': [\r\n 'border-top-width',\r\n 'border-right-width',\r\n 'border-bottom-width',\r\n 'border-left-width',\r\n ],\r\n 'border-style': [\r\n 'border-top-style',\r\n 'border-right-style',\r\n 'border-bottom-style',\r\n 'border-left-style',\r\n ],\r\n 'border-color': [\r\n 'border-top-color',\r\n 'border-right-color',\r\n 'border-bottom-color',\r\n 'border-left-color',\r\n ],\r\n // `border-radius` 1–4 value form maps to the four CORNERS (TL, TR, BR, BL) — the same positional\r\n // pattern boxFourSides implements. Only the slash-free form is expanded (see expandShorthand).\r\n 'border-radius': [\r\n 'border-top-left-radius',\r\n 'border-top-right-radius',\r\n 'border-bottom-right-radius',\r\n 'border-bottom-left-radius',\r\n ],\r\n};\r\n\r\n/** Two-axis shorthands whose 1–2 value form expands to an explicit [x/block-start, y/inline-…] pair. */\r\nconst AXIS_PAIRS: Readonly<Record<string, readonly [string, string]>> = {\r\n overflow: ['overflow-x', 'overflow-y'],\r\n 'overscroll-behavior': ['overscroll-behavior-x', 'overscroll-behavior-y'],\r\n 'place-items': ['align-items', 'justify-items'],\r\n 'place-content': ['align-content', 'justify-content'],\r\n 'place-self': ['align-self', 'justify-self'],\r\n};\r\n\r\n/**\r\n * LOGICAL box shorthands (Tailwind v4 emits these for `px-*`/`py-*`/`mx-*`/`inset-x-*`, …). Their\r\n * SINGLE-value form is direction-INDEPENDENT — `padding-inline: X` sets left AND right to the same `X`\r\n * regardless of writing mode — so it is canonicalized to the physical side pair, letting the compress\r\n * engine reconcile v4's `px-4 py-4` with the physical `p-4` (which expands via {@link BOX_SIDES}).\r\n * A TWO-value logical form (`A B`) is direction-DEPENDENT (start/end ≠ left/right under RTL) and is\r\n * left verbatim — Tailwind never generates it from a single utility, so no compression is lost.\r\n */\r\nconst LOGICAL_PAIRS: Readonly<Record<string, readonly [string, string]>> = {\r\n 'padding-inline': ['padding-left', 'padding-right'],\r\n 'padding-block': ['padding-top', 'padding-bottom'],\r\n 'margin-inline': ['margin-left', 'margin-right'],\r\n 'margin-block': ['margin-top', 'margin-bottom'],\r\n 'inset-inline': ['left', 'right'],\r\n 'inset-block': ['top', 'bottom'],\r\n 'scroll-padding-inline': ['scroll-padding-left', 'scroll-padding-right'],\r\n 'scroll-padding-block': ['scroll-padding-top', 'scroll-padding-bottom'],\r\n 'scroll-margin-inline': ['scroll-margin-left', 'scroll-margin-right'],\r\n 'scroll-margin-block': ['scroll-margin-top', 'scroll-margin-bottom'],\r\n};\r\n\r\n/** Split on top-level whitespace, keeping `fn(a, b)` groups intact. */\r\nfunction splitTopLevel(value: string): string[] {\r\n const out: string[] = [];\r\n let depth = 0;\r\n let cur = '';\r\n for (const ch of value) {\r\n if (ch === '(') depth += 1;\r\n else if (ch === ')') depth = Math.max(0, depth - 1);\r\n if (depth === 0 && /\\s/.test(ch)) {\r\n if (cur.length > 0) {\r\n out.push(cur);\r\n cur = '';\r\n }\r\n continue;\r\n }\r\n cur += ch;\r\n }\r\n if (cur.length > 0) out.push(cur);\r\n return out;\r\n}\r\n\r\n/** Map a 1–4 value box shorthand onto its [top, right, bottom, left] sides. */\r\nfunction boxFourSides(values: readonly string[]): [string, string, string, string] {\r\n const [a, b, c, d] = values;\r\n switch (values.length) {\r\n case 1:\r\n return [a!, a!, a!, a!];\r\n case 2:\r\n return [a!, b!, a!, b!];\r\n case 3:\r\n return [a!, b!, c!, b!];\r\n default:\r\n return [a!, b!, c!, d!];\r\n }\r\n}\r\n\r\n/** Expand one declaration into longhand `[property, value]` pairs (single pair if not shorthand). */\r\nfunction expandShorthand(prop: string, value: string): Array<[string, string]> {\r\n // `border-radius` with a `/` carries distinct horizontal/vertical radii per corner — a shape our\r\n // per-corner single-value longhands cannot represent — so it is left as the shorthand verbatim.\r\n if (prop === 'border-radius' && value.includes('/')) return [[prop, value]];\r\n\r\n const box = BOX_SIDES[prop];\r\n if (box) {\r\n const parts = splitTopLevel(value);\r\n if (parts.length >= 1 && parts.length <= 4) {\r\n const sides = boxFourSides(parts);\r\n return box.map((p, i) => [p, sides[i]!] as [string, string]);\r\n }\r\n return [[prop, value]];\r\n }\r\n\r\n const axis = AXIS_PAIRS[prop];\r\n if (axis) {\r\n const parts = splitTopLevel(value);\r\n if (parts.length === 1) return [[axis[0], parts[0]!], [axis[1], parts[0]!]];\r\n if (parts.length === 2) return [[axis[0], parts[0]!], [axis[1], parts[1]!]];\r\n return [[prop, value]];\r\n }\r\n\r\n const logical = LOGICAL_PAIRS[prop];\r\n if (logical) {\r\n const parts = splitTopLevel(value);\r\n // Only the direction-independent single-value form maps to physical sides (see LOGICAL_PAIRS).\r\n if (parts.length === 1) return [[logical[0], parts[0]!], [logical[1], parts[0]!]];\r\n return [[prop, value]];\r\n }\r\n\r\n if (prop === 'gap' || prop === 'grid-gap') {\r\n const parts = splitTopLevel(value);\r\n if (parts.length === 1) {\r\n return [\r\n ['row-gap', parts[0]!],\r\n ['column-gap', parts[0]!],\r\n ];\r\n }\r\n if (parts.length === 2) {\r\n return [\r\n ['row-gap', parts[0]!],\r\n ['column-gap', parts[1]!],\r\n ];\r\n }\r\n return [[prop, value]];\r\n }\r\n\r\n return [[prop, value]];\r\n}\r\n\r\n/* ───────────────────────── the normalizer ───────────────────────── */\r\n\r\nfunction makeDecl(\r\n table: InheritedPropertyTable,\r\n prop: string,\r\n rawValue: string,\r\n important: boolean,\r\n): StyleDecl {\r\n const property = prop.trim().toLowerCase() as CssProperty;\r\n const value = canonValue(rawValue) as CssValue;\r\n return {\r\n property,\r\n value,\r\n important,\r\n relativeToParent: isRelativeValue(value),\r\n inherited: table.isInherited(property),\r\n };\r\n}\r\n\r\nexport function createNormalizer(): StyleNormalizer {\r\n const inherited = createInheritedTable();\r\n\r\n const normalizeDeclaration = (\r\n prop: string,\r\n value: string,\r\n important: boolean,\r\n ): readonly StyleDecl[] => {\r\n const p = prop.trim().toLowerCase();\r\n const expanded = expandShorthand(p, value.trim());\r\n return expanded.map(([lp, lv]) => makeDecl(inherited, lp, lv, important));\r\n };\r\n\r\n const normalizeValue = (prop: CssProperty, raw: string): CssValue => {\r\n void prop;\r\n return canonValue(raw) as CssValue;\r\n };\r\n\r\n const normalizeStyleMap = (sm: StyleMap): StyleMap => {\r\n const blocks = new Map<ConditionKey, StyleBlock>();\r\n for (const block of sm.blocks.values()) {\r\n const decls = new Map<CssProperty, StyleDecl>();\r\n // Re-canonicalize every value and re-key (the decls are already longhand).\r\n for (const decl of block.decls.values()) {\r\n const next: StyleDecl = {\r\n ...decl,\r\n value: canonValue(String(decl.value)) as CssValue,\r\n relativeToParent: isRelativeValue(String(decl.value)),\r\n inherited: inherited.isInherited(decl.property),\r\n };\r\n decls.set(next.property, next);\r\n }\r\n // Property-sorted for deterministic iteration/serialization.\r\n const sorted = new Map<CssProperty, StyleDecl>(\r\n [...decls.entries()].sort((a, b) => (a[0] < b[0] ? -1 : a[0] > b[0] ? 1 : 0)),\r\n );\r\n const key = conditionKey(block.condition);\r\n blocks.set(key, { condition: block.condition, decls: sorted });\r\n }\r\n return { blocks };\r\n };\r\n\r\n const equals = (a: StyleMap, b: StyleMap): boolean => {\r\n const na = normalizeStyleMap(a);\r\n const nb = normalizeStyleMap(b);\r\n if (na.blocks.size !== nb.blocks.size) return false;\r\n for (const [key, blockA] of na.blocks) {\r\n const blockB = nb.blocks.get(key);\r\n if (!blockB) return false;\r\n if (blockA.decls.size !== blockB.decls.size) return false;\r\n for (const [prop, declA] of blockA.decls) {\r\n const declB = blockB.decls.get(prop);\r\n if (!declB) return false;\r\n if (declA.value !== declB.value || declA.important !== declB.important) return false;\r\n }\r\n }\r\n return true;\r\n };\r\n\r\n return {\r\n version: 'domflax-normalizer@1',\r\n normalizeDeclaration,\r\n normalizeValue,\r\n normalizeStyleMap,\r\n equals,\r\n inherited,\r\n };\r\n}\r\n\r\n/** The shared, process-wide normalizer instance reused by core / patterns / verify. */\r\nexport const normalizer: StyleNormalizer = createNormalizer();\r\n\r\n/* ───────────────────────── superset helper (used by `computed()` matcher) ───────────────────────── */\r\n\r\n/**\r\n * True when `full` contains every declaration of `partial` with an equal normalized value\r\n * (a per-condition, per-declaration superset test). Both maps are normalized first so the\r\n * comparison is meaning-based, not string-based. Empty `partial` ⇒ always `true`.\r\n */\r\nexport function isStyleSuperset(\r\n full: StyleMap,\r\n partial: StyleMap,\r\n norm: StyleNormalizer = normalizer,\r\n): boolean {\r\n const nf = norm.normalizeStyleMap(full);\r\n const np = norm.normalizeStyleMap(partial);\r\n for (const [key, want] of np.blocks) {\r\n const have = nf.blocks.get(key) ?? nf.blocks.get(conditionKey(want.condition));\r\n if (!have) return false;\r\n for (const [prop, decl] of want.decls) {\r\n const got = have.decls.get(prop);\r\n if (!got || got.value !== decl.value) return false;\r\n }\r\n }\r\n return true;\r\n}\r\n\r\n/** Re-exported for callers that want to (de)construct keys without importing core directly. */\r\nexport { emptyStyleMap };\r\n","/**\r\n * @domflax/pattern-kit — composable matcher vocabulary.\r\n *\r\n * A {@link Matcher} is a PURE predicate over a node + its {@link MatchContext}. Matchers never\r\n * mutate; they only read the (DeepReadonly) IR and the precomputed targeting/selector facts the\r\n * context exposes. Authors compose them with {@link and}/{@link or}/{@link not} and feed the\r\n * result into a pattern's `evaluate`.\r\n *\r\n * Style-aware matchers (`computed`, `hasOwnVisualStyle`) reason over the NORMALIZED StyleMap via\r\n * the shared normalizer in `./normalize`, so they query meaning, not raw CSS strings.\r\n */\r\n\r\nimport type {\r\n DeepReadonly,\r\n ElementLike,\r\n IRElement,\r\n IRNode,\r\n IRNodeId,\r\n MatchContext,\r\n NodeLike,\r\n StyleMap,\r\n} from '@domflax/core';\r\n\r\nimport { isStyleSuperset, normalizer } from './normalize';\r\n\r\n/** A pure predicate: does `node` satisfy this condition in the given match context? */\r\nexport type Matcher = (node: NodeLike, ctx: MatchContext) => boolean;\r\n\r\n/* ───────────────────────── internal helpers ───────────────────────── */\r\n\r\nfunction asElement(node: NodeLike): DeepReadonly<IRElement> | null {\r\n const n = node as DeepReadonly<IRNode>;\r\n return n.kind === 'element' ? (n as DeepReadonly<IRElement>) : null;\r\n}\r\n\r\nfunction elementChildrenOf(\r\n el: DeepReadonly<IRElement>,\r\n ctx: MatchContext,\r\n): DeepReadonly<IRElement>[] {\r\n const out: DeepReadonly<IRElement>[] = [];\r\n for (const childId of el.children) {\r\n const child = ctx.doc.nodes.get(childId);\r\n if (child && child.kind === 'element') out.push(child as DeepReadonly<IRElement>);\r\n }\r\n return out;\r\n}\r\n\r\n/* ───────────────────────── boolean combinators ───────────────────────── */\r\n\r\n/** Logical AND. Empty list ⇒ always matches. Short-circuits on the first failure. */\r\nexport function and(...matchers: readonly Matcher[]): Matcher {\r\n return (node, ctx) => matchers.every((m) => m(node, ctx));\r\n}\r\n\r\n/** Logical OR. Empty list ⇒ never matches. Short-circuits on the first success. */\r\nexport function or(...matchers: readonly Matcher[]): Matcher {\r\n return (node, ctx) => matchers.some((m) => m(node, ctx));\r\n}\r\n\r\n/** Logical NOT. */\r\nexport function not(matcher: Matcher): Matcher {\r\n return (node, ctx) => !matcher(node, ctx);\r\n}\r\n\r\n/* ───────────────────────── structural matchers ───────────────────────── */\r\n\r\n/** Matches any element; with `tag`, only elements whose (case-insensitive) tag equals it. */\r\nexport function isElement(tag?: string): Matcher {\r\n const want = tag?.toLowerCase();\r\n return (node) => {\r\n const el = asElement(node);\r\n if (!el) return false;\r\n return want === undefined || el.tag.toLowerCase() === want;\r\n };\r\n}\r\n\r\n/** Matches an element with exactly one ELEMENT child (text/expr/comment children ignored). */\r\nexport const hasSingleElementChild: Matcher = (node, ctx) => {\r\n const el = asElement(node);\r\n if (!el) return false;\r\n return elementChildrenOf(el, ctx).length === 1;\r\n};\r\n\r\n/* ───────────────────────── style matchers ───────────────────────── */\r\n\r\n/**\r\n * Matches when the node's computed StyleMap is a SUPERSET of `partial` — i.e. every declaration\r\n * in `partial` is present in `node.computed` with an equal normalized value. Comparison is\r\n * meaning-based (both sides normalized first). Empty `partial` always matches.\r\n */\r\nexport function computed(partial: StyleMap): Matcher {\r\n return (node, ctx) => {\r\n const el = asElement(node);\r\n if (!el) return false;\r\n const full = ctx.computedOf(el as unknown as NodeLike) ?? (el.computed as StyleMap);\r\n return isStyleSuperset(full as StyleMap, partial, normalizer);\r\n };\r\n}\r\n\r\n/** Visual (paint-establishing) properties that count as \"own visual style\", beyond pure layout. */\r\nconst VISUAL_PROPERTIES: ReadonlySet<string> = new Set<string>([\r\n 'background',\r\n 'background-color',\r\n 'background-image',\r\n 'border-top-width',\r\n 'border-right-width',\r\n 'border-bottom-width',\r\n 'border-left-width',\r\n 'border-top-style',\r\n 'border-right-style',\r\n 'border-bottom-style',\r\n 'border-left-style',\r\n 'border-top-color',\r\n 'border-right-color',\r\n 'border-bottom-color',\r\n 'border-left-color',\r\n // `border-radius` is expanded to its four corner longhands by the shared normalizer, so the\r\n // paint-establishing check must match those (a rounded wrapper still clips its background).\r\n 'border-top-left-radius',\r\n 'border-top-right-radius',\r\n 'border-bottom-right-radius',\r\n 'border-bottom-left-radius',\r\n 'box-shadow',\r\n 'outline',\r\n 'outline-width',\r\n 'outline-style',\r\n 'outline-color',\r\n 'text-shadow',\r\n 'filter',\r\n 'backdrop-filter',\r\n 'mix-blend-mode',\r\n 'opacity',\r\n]);\r\n\r\n/** Values that mean \"no paint\" — a visual property set to one of these does NOT count. */\r\nconst EMPTY_VISUAL_VALUES: ReadonlySet<string> = new Set<string>([\r\n 'none',\r\n '0',\r\n 'normal',\r\n 'transparent',\r\n 'rgba(0, 0, 0, 0)',\r\n 'initial',\r\n 'unset',\r\n 'auto',\r\n]);\r\n\r\n/**\r\n * Matches when the element paints something of its own: a meaningful background, border, shadow,\r\n * outline, filter, etc. across ANY style condition. Honours the frontend-set `meta.hasOwnVisualStyle`\r\n * fast-path, then falls back to scanning the normalized computed StyleMap.\r\n */\r\nexport const hasOwnVisualStyle: Matcher = (node, ctx) => {\r\n const el = asElement(node);\r\n if (!el) return false;\r\n if (el.meta.hasOwnVisualStyle) return true;\r\n // SAFETY (Layer 2): an element with an UNRESOLVED class has an UNKNOWN true style — we cannot prove\r\n // it paints nothing, so it must NOT satisfy `paintsNothing` (`not(hasOwnVisualStyle)`). Reporting\r\n // \"has own visual style\" here makes every flatten pattern gated on paintsNothing decline to match,\r\n // so the element is preserved. This is the primary flatten fail-safe (the flatten-safety classifier\r\n // is the backstop). Compress is unaffected — its guards never consult hasOwnVisualStyle.\r\n if (el.meta.hasUnresolvedClasses) return true;\r\n\r\n const computedMap = ctx.computedOf(el as unknown as NodeLike) ?? (el.computed as StyleMap);\r\n const norm = normalizer.normalizeStyleMap(computedMap as StyleMap);\r\n for (const block of norm.blocks.values()) {\r\n for (const decl of block.decls.values()) {\r\n if (!VISUAL_PROPERTIES.has(String(decl.property))) continue;\r\n if (!EMPTY_VISUAL_VALUES.has(String(decl.value))) return true;\r\n }\r\n }\r\n return false;\r\n};\r\n\r\n/* ───────────────────────── opacity-barrier / meta matchers ───────────────────────── */\r\n\r\n/** Element carries a `ref` (hard opacity barrier). */\r\nexport const hasRef: Matcher = (node) => asElement(node)?.meta.hasRef ?? false;\r\n\r\n/** Element has event handlers (onClick, …). */\r\nexport const hasEventHandlers: Matcher = (node) => asElement(node)?.meta.hasEventHandlers ?? false;\r\n\r\n/** Element has dynamic children (mapped/conditional islands). */\r\nexport const hasDynamicChildren: Matcher = (node) =>\r\n asElement(node)?.meta.hasDynamicChildren ?? false;\r\n\r\n/** Element's class list contains a dynamic segment (template/expr) → not freely rewritable. */\r\nexport const hasDynamicClasses: Matcher = (node) => asElement(node)?.classes.hasDynamic ?? false;\r\n\r\n/**\r\n * Element's class list is wholly dynamic / spread-derived (`classes.opaque`, or spread attrs) — its\r\n * concrete tokens can't be seen or statically rewritten, so a class-rewriting (compress) pattern\r\n * must decline. Delegates to the context's authoritative {@link MatchContext.isOpaque}.\r\n */\r\nexport const opaque: Matcher = (node, ctx) => {\r\n const el = asElement(node);\r\n if (!el) return false;\r\n return ctx.isOpaque(el as unknown as ElementLike);\r\n};\r\n\r\n/**\r\n * Element is the subject of a combinator selector (`>`/`+`/`~`). Honours the frontend-set meta\r\n * flag and the precomputed {@link SelectorIndex} in the context.\r\n */\r\nexport const targetedByCombinator: Matcher = (node, ctx) => {\r\n const el = asElement(node);\r\n if (!el) return false;\r\n if (el.meta.targetedByCombinator) return true;\r\n // `el.id` is a branded number; DeepReadonly widens the brand, so re-narrow for the index call.\r\n return ctx.selectors.targetedByCombinator(el.id as unknown as IRNodeId);\r\n};\r\n","/**\n * @domflax/pattern-kit — `validatePattern` (INTERNAL).\n *\n * A small, eager validator + identity wrapper that turns a lowered {@link Pattern} spec into a\n * frozen, contract-checked Pattern. Catching shape errors here (bad category/phase, missing\n * `evaluate`, out-of-range safety) keeps the pass-manager's hot loop free of defensive checks and\n * gives authors an immediate, actionable error at module-load time.\n *\n * This is the PRIVATE lower-level core: it is consumed only by the declarative\n * {@link import('./pattern').definePattern} authoring surface (which compiles a high-level config\n * down to a {@link Pattern} and then runs it through this validator). It is intentionally NOT part\n * of the public package surface — authors use `definePattern` instead.\n */\n\nimport type { PassPhase, Pattern, SafetyLevel } from '@domflax/core';\n\nconst PHASES: ReadonlySet<PassPhase> = new Set<PassPhase>(['flatten', 'compress', 'extract']);\nconst SAFETY_LEVELS: ReadonlySet<SafetyLevel> = new Set<SafetyLevel>([0, 1, 2, 3]);\n\nfunction fail(name: string, why: string): never {\n throw new Error(`definePattern(${name || '<anonymous>'}): ${why}`);\n}\n\n/**\n * Validate and freeze a {@link Pattern}. Throws on any contract violation; otherwise returns the\n * (shallow-frozen) spec unchanged so it can be registered into a {@link Pass}. INTERNAL — see the\n * module header; authors call the declarative {@link import('./pattern').definePattern}.\n */\nexport function validatePattern(spec: Pattern): Pattern {\n if (spec == null || typeof spec !== 'object') {\n throw new Error('definePattern: spec must be an object');\n }\n\n const name = spec.name;\n if (typeof name !== 'string' || name.length === 0) {\n fail(String(name), 'name must be a non-empty string');\n }\n\n if (typeof spec.category !== 'string' || !spec.category.includes('/')) {\n fail(name, `category must be a \"<phase>/<slug>\" string (got ${JSON.stringify(spec.category)})`);\n }\n\n const phase = spec.category.split('/', 1)[0] as PassPhase;\n if (!PHASES.has(phase)) {\n fail(name, `category phase must be one of flatten|compress|extract (got \"${phase}\")`);\n }\n\n if (!SAFETY_LEVELS.has(spec.safety)) {\n fail(name, `safety must be 0|1|2|3 (got ${JSON.stringify(spec.safety)})`);\n }\n\n if (typeof spec.evaluate !== 'function') {\n fail(name, 'evaluate must be a function');\n }\n\n if (spec.priority !== undefined && !Number.isFinite(spec.priority)) {\n fail(name, 'priority must be a finite number when provided');\n }\n\n return Object.freeze({ ...spec });\n}\n","/**\n * @domflax/pattern-kit — `definePattern()`: THE declarative pattern-authoring surface.\n *\n * `definePattern(config)` is the single public way to author a rewrite pattern: definition AND its\n * tests are co-located in one call. It compiles down to the private lower-level\n * {@link import('./define').validatePattern}/{@link Pattern} contract (it never replaces the\n * engine). Authors describe the match as a plain DATA object and the rewrite as a named RECIPE; this\n * module maps each key to the existing matcher combinators and op-draft factories, auto-applies the\n * phase-appropriate safety guards (the full opacity-barrier + selector set for `flatten/*`; the\n * narrower class-rewrite-safety set for `compress/*`) so authors never hand-write them, and threads\n * `doc`/`test` through. Two escape hatches — a `match` predicate and a `rewrite` function — keep\n * exotic patterns (e.g. ones anchored on a parent fragment) expressible.\n *\n * The co-located {@link PatternTest} (`provider`/`cssFiles`/`cases`/`noMatch`/`custom`) is carried on\n * the compiled {@link AuthoredPattern} as `.test`, where the generic harness (`./testing`) reads it:\n * each `case` asserts `before → after`, each `noMatch` asserts the input is left unchanged, and the\n * optional `custom` hook runs arbitrary assertions against the built transform.\n *\n * `style` blocks in the declarative match (and in `childGains`/`mergeStyle` recipes) are PLAIN\n * objects (camelCase or kebab keys) auto-normalized into a superset StyleMap via the shared\n * normalizer — authors never import the normalizer or hand-build a StyleMap.\n *\n * `pattern` remains exported as a DEPRECATED alias of `definePattern` for backward compatibility.\n */\n\nimport type {\n Captures,\n ConditionKey,\n CssProperty,\n DeepReadonly,\n IRElement,\n IRNode,\n IRNodeId,\n MatchContext,\n MatchResult,\n NodeLike,\n NodeMeta,\n PassCategory,\n PassPhase,\n Pattern,\n PatternDoc,\n PreconditionSketch,\n RewriteFactory,\n RewriteOpDraft,\n SafetyLevel,\n StyleBlock,\n StyleDecl,\n StyleMap,\n StyleOrigin,\n StyleConflictPolicy,\n} from '@domflax/core';\nimport { BASE_CONDITION, conditionKey } from '@domflax/core';\n\nimport {\n and,\n computed,\n hasDynamicChildren,\n hasDynamicClasses,\n hasEventHandlers,\n hasOwnVisualStyle,\n hasRef,\n hasSingleElementChild,\n isElement,\n not,\n opaque,\n targetedByCombinator,\n type Matcher,\n} from './combinators';\nimport { validatePattern } from './define';\nimport { normalizer } from './normalize';\n\n/* ───────────────────────── public config shapes ───────────────────────── */\n\n/** A plain CSS style object: camelCase or kebab-case keys, string or number values. */\nexport type PlainStyle = Readonly<Record<string, string | number>>;\n\n/**\n * Declarative match as DATA. Every key maps to one of the existing matcher combinators; an empty\n * object matches any element. Use the `match` FUNCTION escape hatch for anything not expressible\n * here (relational/ancestor/sibling shapes, parent-anchored patterns, …).\n */\nexport interface DeclarativeMatch {\n /** Restrict to a tag (case-insensitive). Omit to match any element. */\n readonly tag?: string;\n /** Computed style the node must be a SUPERSET of (plain object, auto-normalized). */\n readonly style?: PlainStyle;\n /** Require exactly one ELEMENT child. */\n readonly onlyChild?: 'element';\n /** Require the element to paint nothing of its own (no own visual style). */\n readonly paintsNothing?: boolean;\n /** Extra, hand-written predicate AND-ed into the declarative match. */\n readonly where?: Matcher | readonly Matcher[];\n}\n\n/** Escape hatch: a raw match predicate (no auto-guards are added). */\nexport type MatchFn = (node: NodeLike, ctx: MatchContext) => boolean;\n\n/**\n * Flatten recipe: fold inherited styles onto the sole element child (default on), optionally merge\n * `childGains` onto it, then unwrap the node (id-preserving). Mirrors the flatten exemplars.\n */\nexport interface FlattenIntoRecipe {\n readonly flattenInto: 'child';\n /** Plain style merged onto the surviving child (source-wins) before unwrap. */\n readonly childGains?: PlainStyle;\n /** Fold inheritable declarations onto the child first. Default `true`. */\n readonly foldInherited?: boolean;\n}\n\n/** Compress recipe: rebuild the element's class StyleMap; return `null` to decline. */\nexport interface RewriteClassesRecipe {\n readonly rewriteClasses: (computed: StyleMap, ctx: MatchContext) => StyleMap | null;\n /** Keep opaque/selector-bound tokens verbatim. Default `true`. */\n readonly preserveOpaque?: boolean;\n}\n\n/** Compress recipe: drop fully-overridden class tokens (provenance is pruned automatically). */\nexport interface DropClassesRecipe {\n readonly dropClasses: (computed: StyleMap, ctx: MatchContext) => Iterable<string>;\n /** Keep opaque/selector-bound tokens verbatim. Default `true`. */\n readonly preserveOpaque?: boolean;\n}\n\n/** Merge a literal plain style onto the matched element. */\nexport interface MergeStyleRecipe {\n readonly mergeStyle: PlainStyle;\n readonly onConflict?: StyleConflictPolicy;\n}\n\nexport type RewriteRecipe =\n | FlattenIntoRecipe\n | RewriteClassesRecipe\n | DropClassesRecipe\n | MergeStyleRecipe;\n\n/** Escape hatch: a raw rewrite that returns op drafts (or `null`/`[]` for no-op). */\nexport type RewriteFn = (\n ctx: MatchContext,\n rw: RewriteFactory,\n) => readonly RewriteOpDraft[] | null;\n\n/** A single positive before→after assertion run through the pattern's built transform. */\nexport interface PatternTestCase {\n readonly name?: string;\n readonly before: string;\n readonly after: string;\n}\n\n/** Helpers handed to a {@link PatternTest.custom} hook (the built transform + expectation sugar). */\nexport interface TestHelpers {\n /** Run the pattern's transform on `code` (default filename `'X.tsx'`). */\n readonly transform: (code: string, filename?: string) => string;\n /** Assert `before` transforms to `after` (whitespace-normalized). */\n readonly expectTransforms: (before: string, after: string) => void;\n /** Assert `code` is left unchanged (whitespace-normalized). */\n readonly expectUnchanged: (code: string) => void;\n}\n\n/**\n * Co-located test spec for a pattern. The generic harness (`./testing`) builds a transform for the\n * declared `provider` (default `'tailwind'`; `'custom'` resolves the listed `cssFiles`), then runs\n * every `case` (`before → after`), every `noMatch` (left unchanged), and the optional `custom` hook.\n */\nexport interface PatternTest {\n /** Which style provider the harness builds the transform from. Default `'tailwind'`. */\n readonly provider?: 'tailwind' | 'custom';\n /** For `provider: 'custom'` — the project stylesheet paths backing the CSS resolver. */\n readonly cssFiles?: readonly string[];\n /** Positive before→after assertions. */\n readonly cases?: readonly PatternTestCase[];\n /** Inputs the pattern must leave UNCHANGED (barriers, non-matching shapes, safety reverts). */\n readonly noMatch?: readonly string[];\n /** Arbitrary extra assertions against the built transform. */\n readonly custom?: (h: TestHelpers) => void;\n}\n\nexport interface PatternConfig {\n readonly name: string;\n readonly category: PassCategory;\n readonly safety: SafetyLevel;\n readonly priority?: number;\n readonly precondition?: PreconditionSketch;\n readonly doc?: PatternDoc;\n /** Co-located tests consumed by the generic harness (`./testing`). */\n readonly test?: PatternTest;\n /** Declarative match DATA, or a raw predicate escape hatch. Defaults to \"any element\". */\n readonly match?: DeclarativeMatch | MatchFn;\n /** A named rewrite recipe, or a raw op-draft factory escape hatch. */\n readonly rewrite: RewriteRecipe | RewriteFn;\n}\n\n/** A {@link Pattern} that also carries its co-located {@link PatternTest} for the test harness. */\nexport interface AuthoredPattern<C extends Captures = Captures> extends Pattern {\n readonly test?: PatternTest;\n evaluate(ctx: MatchContext, rw: RewriteFactory): MatchResult<C> | null;\n}\n\n/* ───────────────────────── plain-style → StyleMap ───────────────────────── */\n\nfunction camelToKebab(key: string): string {\n if (key.startsWith('--')) return key; // custom property — leave verbatim\n return key.replace(/[A-Z]/g, (m) => `-${m.toLowerCase()}`);\n}\n\n/** Build a single-(base-)condition StyleMap from a plain style object via the shared normalizer. */\nfunction plainToStyleMap(style: PlainStyle): StyleMap {\n const decls = new Map<CssProperty, StyleDecl>();\n for (const [rawKey, rawValue] of Object.entries(style)) {\n const prop = camelToKebab(rawKey);\n for (const decl of normalizer.normalizeDeclaration(prop, String(rawValue), false)) {\n decls.set(decl.property, decl);\n }\n }\n const block: StyleBlock = { condition: BASE_CONDITION, decls };\n return { blocks: new Map<ConditionKey, StyleBlock>([[conditionKey(BASE_CONDITION), block]]) };\n}\n\n/* ───────────────────────── local meta / selector matchers ───────────────────────── */\n\nfunction asElement(node: NodeLike): DeepReadonly<IRElement> | null {\n const n = node as DeepReadonly<IRNode>;\n return n.kind === 'element' ? (n as DeepReadonly<IRElement>) : null;\n}\n\nfunction metaFlag(flag: keyof NodeMeta): Matcher {\n return (node) => Boolean(asElement(node)?.meta[flag]);\n}\n\n/** Element renders raw/`dangerouslySetInnerHTML` markup — a hard opacity barrier. */\nconst hasRawHtml: Matcher = metaFlag('hasDangerousHtml');\n\n/**\n * Unwrapping/removing this node would change the combinator / structural-pseudo match-set of itself,\n * its child, or a former sibling. Empty `reparentImpact` ⇒ structurally safe to hoist.\n */\nconst affectsSelectorMatching: Matcher = (node, ctx) => {\n const el = asElement(node);\n if (!el) return false;\n return ctx.selectors.reparentImpact(el.id as unknown as IRNodeId).size > 0;\n};\n\n/**\n * The opacity-barrier + selector-safety guards every `flatten/*` pattern must carry. Auto-applied to\n * the declarative match so authors never hand-write them (the flatten exemplars spell them out).\n *\n * Flatten UNWRAPS the element (moving its children into a new parent and dropping its box), so every\n * opacity barrier matters: a ref, event handler, dynamic child, or raw HTML on the wrapper — or any\n * selector the reparent would disturb — makes the flatten unsafe.\n */\nconst FLATTEN_GUARDS: Matcher = and(\n not(hasRef),\n not(hasEventHandlers),\n not(hasDynamicChildren),\n not(hasRawHtml),\n not(targetedByCombinator),\n not(affectsSelectorMatching),\n);\n\n/**\n * The guards every `compress/*` pattern must carry. Compress ONLY ever rewrites the element's OWN\n * class tokens (e.g. `px-4 py-4 → p-4`) — it never touches the element's structure, children, or\n * identity. A dynamic `{expr}` child, a ref, an event handler, or `dangerouslySetInnerHTML` is\n * therefore wholly unaffected by a class-only change, so — unlike flatten — those opacity barriers\n * must NOT gate compress. Compress is gated ONLY on what actually makes a class rewrite unsafe:\n * • a className we can't statically rewrite — a dynamic segment ({@link hasDynamicClasses}) or a\n * wholly dynamic / spread-derived list ({@link opaque}); and\n * • the selector-safety guard — a class a CSS combinator selector structurally depends on\n * ({@link targetedByCombinator}) must not be dropped or rewritten.\n */\nconst COMPRESS_GUARDS: Matcher = and(\n not(hasDynamicClasses),\n not(opaque),\n not(targetedByCombinator),\n);\n\n/* ───────────────────────── match compilation ───────────────────────── */\n\n/** The auto-applied guard set for a pattern's phase (compress vs flatten get different barriers). */\nfunction autoGuardsFor(category: PassCategory): Matcher | null {\n switch (category.split('/', 1)[0] as PassPhase) {\n case 'flatten':\n return FLATTEN_GUARDS;\n case 'compress':\n return COMPRESS_GUARDS;\n default:\n return null;\n }\n}\n\nfunction compileDeclarativeMatch(m: DeclarativeMatch): Matcher {\n const parts: Matcher[] = [isElement(m.tag)];\n if (m.style) parts.push(computed(plainToStyleMap(m.style)));\n if (m.onlyChild === 'element') parts.push(hasSingleElementChild);\n if (m.paintsNothing) parts.push(not(hasOwnVisualStyle));\n if (m.where) {\n const extra = Array.isArray(m.where) ? (m.where as readonly Matcher[]) : [m.where as Matcher];\n for (const w of extra) parts.push(w);\n }\n return and(...parts);\n}\n\nfunction compileMatch(\n match: DeclarativeMatch | MatchFn | undefined,\n category: PassCategory,\n): MatchFn {\n // Escape hatch: a raw predicate takes full control (no auto-guards).\n if (typeof match === 'function') return match;\n\n const declarative = compileDeclarativeMatch(match ?? {});\n const guards = autoGuardsFor(category);\n const guarded = guards ? and(declarative, guards) : declarative;\n return (node, ctx) => guarded(node, ctx);\n}\n\n/* ───────────────────────── rewrite compilation ───────────────────────── */\n\n/** Clone `sm`, pruning every `shadowed` provenance entry that references a dropped class token. */\nfunction pruneShadowed(sm: StyleMap, drop: ReadonlySet<string>): StyleMap {\n const blocks = new Map<ConditionKey, StyleBlock>();\n for (const [key, block] of sm.blocks) {\n const decls = new Map<CssProperty, StyleDecl>();\n for (const [prop, decl] of block.decls) {\n const filtered = (decl.shadowed ?? []).filter(\n (o) => !(o.kind === 'class' && drop.has(o.className)),\n );\n const rest: StyleDecl = { ...decl };\n delete (rest as { shadowed?: readonly StyleOrigin[] }).shadowed;\n const next: StyleDecl = filtered.length > 0 ? { ...rest, shadowed: filtered } : rest;\n decls.set(prop, next);\n }\n blocks.set(key, { condition: block.condition, decls });\n }\n return { blocks };\n}\n\nfunction compileFlattenInto(recipe: FlattenIntoRecipe): RewriteFn {\n const childGains = recipe.childGains ? plainToStyleMap(recipe.childGains) : null;\n const fold = recipe.foldInherited !== false;\n return (ctx, rw) => {\n const wrapper = ctx.node;\n const child = ctx.onlyElementChild();\n if (!child) return null;\n const ops: RewriteOpDraft[] = [];\n if (fold) ops.push(rw.foldInheritedStyles(wrapper, child, { conditions: 'all' }));\n if (childGains) ops.push(rw.mergeStyle(child, null, childGains, 'source-wins'));\n ops.push(rw.unwrap(wrapper));\n return ops;\n };\n}\n\nfunction compileRewrite(rewrite: RewriteRecipe | RewriteFn): RewriteFn {\n if (typeof rewrite === 'function') return rewrite;\n\n if ('flattenInto' in rewrite) return compileFlattenInto(rewrite);\n\n if ('rewriteClasses' in rewrite) {\n const preserveOpaque = rewrite.preserveOpaque ?? true;\n return (ctx, rw) => {\n const next = rewrite.rewriteClasses(ctx.computed(), ctx);\n if (!next) return null;\n return [rw.setClassList(ctx.node, next, preserveOpaque)];\n };\n }\n\n if ('dropClasses' in rewrite) {\n const preserveOpaque = rewrite.preserveOpaque ?? true;\n return (ctx, rw) => {\n const drop = new Set<string>(rewrite.dropClasses(ctx.computed(), ctx));\n if (drop.size === 0) return null;\n return [rw.setClassList(ctx.node, pruneShadowed(ctx.computed(), drop), preserveOpaque)];\n };\n }\n\n // MergeStyleRecipe\n const style = plainToStyleMap(rewrite.mergeStyle);\n const onConflict = rewrite.onConflict ?? 'abort';\n return (ctx, rw) => [rw.mergeStyle(ctx.node, null, style, onConflict)];\n}\n\n/* ───────────────────────── the public factory ───────────────────────── */\n\n/**\n * THE declarative pattern-authoring function. Compile a {@link PatternConfig} (definition + co-located\n * {@link PatternTest}) into a validated {@link AuthoredPattern}: a normal {@link Pattern} (registerable\n * into any {@link import('@domflax/core').Pass}) that also exposes its `test` for the generic harness.\n */\nexport function definePattern(config: PatternConfig): AuthoredPattern {\n const matchFn = compileMatch(config.match, config.category);\n const rewriteFn = compileRewrite(config.rewrite);\n\n const spec: AuthoredPattern = {\n name: config.name,\n category: config.category,\n safety: config.safety,\n priority: config.priority,\n precondition: config.precondition,\n doc: config.doc,\n test: config.test,\n evaluate(ctx: MatchContext, rw: RewriteFactory): MatchResult | null {\n if (!matchFn(ctx.node as unknown as NodeLike, ctx)) return null;\n const ops = rewriteFn(ctx, rw);\n if (!ops || ops.length === 0) return null;\n return { ops };\n },\n };\n\n // `validatePattern` validates + freezes; the spread preserves `test` at runtime.\n return validatePattern(spec) as AuthoredPattern;\n}\n\n/**\n * @deprecated Use {@link definePattern}. Retained as a thin alias for backward compatibility.\n */\nexport const pattern = definePattern;\n","/**\n * @domflax/patterns — flatten pattern: `flex-center-wrapper`.\n *\n * Collapses the ubiquitous \"centering wrapper\" idiom\n *\n * <div style=\"display:flex; align-items:center; justify-content:center\"><Child/></div>\n *\n * into its sole child, pushing the centering intent down onto the child as `place-self: center`.\n * The wrapper only exists to center one element; once `place-self:center` lives on the child the\n * wrapper is pure structural noise and can go.\n *\n * Authored with the declarative {@link definePattern} API: the match is the flex-centering\n * computed-style signature on a single-element-child `<div>` that paints nothing of its own; the\n * recipe folds inheritable styles onto the child, grants it `place-self:center`, then unwraps the\n * wrapper (id-preserving). The opacity-barrier + selector-safety guards are applied automatically by\n * the `definePattern` factory for every `flatten/*` pattern.\n */\n\nimport { definePattern } from '@domflax/pattern-kit';\n\n/**\n * Flatten a flex-centering `<div>` wrapper into its sole element child, granting the child\n * `place-self:center`.\n */\nexport const flexCenterWrapper = definePattern({\n name: 'flex-center-wrapper',\n category: 'flatten/flex/flex-center-wrapper',\n safety: 2,\n doc: {\n title: 'Flatten flex-centering wrapper',\n summary:\n 'A div that only centers a single child (display:flex; align-items:center; ' +\n 'justify-content:center) is removed; the child gains place-self:center.',\n before: '<div style=\"display:flex;align-items:center;justify-content:center\"><Child/></div>',\n after: '<Child style=\"place-self:center\"/>',\n safetyRationale:\n 'Wrapper paints nothing, carries no ref/handlers/dynamic children, and is not a combinator ' +\n 'subject; inheritable styles are folded onto the child before removal.',\n },\n match: {\n tag: 'div',\n style: { display: 'flex', alignItems: 'center', justifyContent: 'center' },\n onlyChild: 'element',\n paintsNothing: true,\n },\n rewrite: {\n flattenInto: 'child',\n childGains: { placeSelf: 'center' },\n },\n // Collapsing a flex-centering wrapper to `place-self:center` on the child is render-identical ONLY\n // when the child's NEW parent is a statically-known GRID that lets the wrapper fill its area (there\n // `place-self`'s align-self AND justify-self both take effect). Under that ONE context the flatten is\n // classified `provably-safe` and commits; under a flex/block/unknown parent — or when the wrapper\n // drops any own style — it stays `needs-verification` and the conservative production gate PRESERVES\n // it. Op-level correctness (purity, id-preserving unwrap, opacity-barrier safety) is additionally\n // asserted by the invariant suite over every pattern.\n test: {\n cases: [\n {\n name: 'grid parent → flattened (child gains place-self-center)',\n before:\n '<div className=\"grid\">' +\n '<div className=\"flex items-center justify-center\"><span className=\"bg-red-200\">x</span></div>' +\n '</div>',\n after: '<div className=\"grid\"><span className=\"bg-red-200 place-self-center\">x</span></div>',\n },\n ],\n noMatch: [\n // Non-grid (flex) parent (document root): `justify-self` is ignored in flex → not provably safe.\n '<div className=\"flex justify-center items-center\"><div className=\"bg-red-200\">Hello</div></div>',\n // Grid parent, but the wrapper drops padding when removed → not layout-neutral (rule 3).\n '<div className=\"grid\">' +\n '<div className=\"p-4 flex items-center justify-center\"><span className=\"bg-red-200\">x</span></div>' +\n '</div>',\n // Grid parent forcing place-items-center: the wrapper would not fill its area → fill guard skips.\n '<div className=\"grid place-items-center\">' +\n '<div className=\"flex items-center justify-center\"><span className=\"bg-red-200\">x</span></div>' +\n '</div>',\n // onClick is a hard opacity barrier → the wrapper is load-bearing regardless of the gate.\n '<div className=\"flex justify-center items-center\" onClick={handleClick}>' +\n '<div className=\"bg-red-200\">Hello</div>' +\n '</div>',\n ],\n },\n});\n","/**\n * @domflax/patterns — flatten pattern: `redundant-fragment`.\n *\n * Collapses a fragment that wraps exactly one child\n *\n * <><Child/></> → <Child/>\n *\n * A fragment renders no box of its own, so a fragment whose sole purpose is to wrap a single node\n * is pure structural noise: splicing the child up into the fragment's slot is invisible in both\n * the rendered DOM and the project's CSS cascade.\n *\n * Anchoring: the pass manager only visits ELEMENT nodes (see core's `elementIds`), never fragments,\n * so this pattern is anchored on the fragment's sole *element* child and removes the PARENT fragment.\n * Because the match is PARENT-anchored (and reads a fragment's `meta`, which the element-only\n * combinator vocabulary cannot inspect), it uses the declarative API's two escape hatches: a raw\n * `match` predicate and a raw `rewrite` op-draft factory.\n */\n\nimport type {\n DeepReadonly,\n ElementLike,\n IRNode,\n IRNodeId,\n MatchContext,\n NodeLike,\n RewriteFactory,\n RewriteOpDraft,\n} from '@domflax/core';\n\nimport { definePattern } from '@domflax/pattern-kit';\n\n/* ───────────────────────── match predicate (escape hatch) ───────────────────────── */\n\n/**\n * Matches an element whose PARENT is a redundant, unwrappable fragment: a non-root fragment with\n * exactly one child (this element), free of every opacity barrier and CSS-targeting coupling.\n */\nfunction parentIsRedundantFragment(node: NodeLike, ctx: MatchContext): boolean {\n const el = node as DeepReadonly<IRNode>;\n if (el.kind !== 'element') return false;\n\n const parentId = el.parent;\n if (parentId == null) return false;\n\n const parent = ctx.doc.nodes.get(parentId);\n if (!parent || parent.kind !== 'fragment') return false;\n\n // Never unwrap the document root (it must always be a fragment — IRDocument invariant).\n if (parent.parent == null) return false;\n\n // Exactly one child (counting EVERY kind) ⇒ the anchor element is the fragment's sole child.\n if (parent.children.length !== 1) return false;\n\n // Hard opacity barriers on the fragment: keyed `<Fragment key>`, ref/handlers/dynamic children/\n // dangerous HTML/spread/component identity. Any of these means the fragment is load-bearing.\n const m = parent.meta;\n if (\n m.hasKey ||\n m.hasRef ||\n m.hasEventHandlers ||\n m.hasDynamicChildren ||\n m.hasDangerousHtml ||\n m.hasSpreadAttrs ||\n m.isComponent\n ) {\n return false;\n }\n\n // CSS-selector safety: the fragment (or its reparented child) must not move any combinator /\n // structural-pseudo match-set. Honour both the frontend-set meta flags and the SelectorIndex.\n if (m.targetedByCombinator || m.targetedByStructuralPseudo) return false;\n const fid = parentId as unknown as IRNodeId;\n if (ctx.selectors.targetedByCombinator(fid) || ctx.selectors.targetedByStructuralPseudo(fid)) {\n return false;\n }\n if (ctx.selectors.reparentImpact(fid).size > 0) return false;\n\n return true;\n}\n\n/* ───────────────────────── the pattern ───────────────────────── */\n\n/**\n * Flatten a fragment that wraps exactly one child into that child.\n *\n * Safety level 1 (`safe`): a purely structural, style-free, selector-transparent cleanup.\n */\nexport const redundantFragment = definePattern({\n name: 'redundant-fragment',\n category: 'flatten/fragment/redundant-fragment',\n safety: 1,\n doc: {\n title: 'Flatten redundant single-child fragment',\n summary:\n 'A fragment whose only child is a single node is removed; the child is spliced up into the ' +\n \"fragment's slot, preserving its IRNodeId, siblings, attributes and the CSS cascade.\",\n before: '<><Child/></>',\n after: '<Child/>',\n safetyRationale:\n 'A fragment paints nothing and renders no box; with exactly one child its removal changes ' +\n 'no sibling/structural-pseudo match-set. Keyed fragments and fragments carrying ' +\n 'ref/handlers/dynamic-children/raw-html/spread are excluded as opacity barriers.',\n },\n match: parentIsRedundantFragment,\n rewrite: (ctx: MatchContext, rw: RewriteFactory): readonly RewriteOpDraft[] | null => {\n const parentId = ctx.node.parent;\n if (parentId == null) return null;\n const fragment = ctx.doc.nodes.get(parentId);\n if (!fragment || fragment.kind !== 'fragment') return null;\n // Splice the sole child up into the fragment's slot, deleting ONLY the fragment node.\n return [rw.unwrap(fragment as unknown as ElementLike)];\n },\n test: {\n cases: [\n {\n // A fragment renders no box, so unwrapping a single-child fragment is always layout-identical\n // → a provably-safe flatten: the child is spliced up into the fragment's slot.\n before: '<><span className=\"bg-red-200\">Hi</span></>',\n after: '<span className=\"bg-red-200\">Hi</span>',\n },\n ],\n noMatch: [\n // Two children ⇒ not a single-child fragment, so the fragment is load-bearing and stays.\n '<><span className=\"bg-red-200\">A</span><span className=\"bg-green-200\">B</span></>',\n ],\n },\n});\n","/**\n * @domflax/patterns — flatten pattern: `grid-center-wrapper`.\n *\n * Collapses the grid flavour of the \"centering wrapper\" idiom\n *\n * <div style=\"display:grid; align-items:center; justify-content:center\"><Child/></div>\n *\n * into its sole child, pushing the centering intent down onto the child as `place-self:center`. This is\n * the grid analogue of `flex-center-wrapper`: the wrapper only exists to center one element, and once\n * `place-self:center` lives on the child the wrapper is pure structural noise.\n *\n * Authored with the declarative {@link definePattern} API: the match is the grid-centering computed-style\n * signature on a single-element-child `<div>` that paints nothing of its own; the recipe folds\n * inheritable styles onto the child, grants it `place-self:center`, then unwraps the wrapper. The\n * opacity-barrier + selector-safety guards are auto-applied for every `flatten/*` pattern.\n *\n * Genuinely additive under the conservative gate: unlike a plain passthrough (which the gate REVERTS on\n * a grid wrapper because grid establishes a formatting context), the compensating `place-self:center`\n * makes the flatten `provably-safe` — but ONLY when the child's NEW parent is a statically-known grid\n * that lets the wrapper fill its area (the ONE context where the child's `justify-self` is honored).\n */\n\nimport { definePattern } from '@domflax/pattern-kit';\n\n/**\n * Flatten a grid-centering `<div>` wrapper into its sole element child, granting the child\n * `place-self:center`.\n */\nexport const gridCenterWrapper = definePattern({\n name: 'grid-center-wrapper',\n category: 'flatten/grid/grid-center-wrapper',\n safety: 2,\n doc: {\n title: 'Flatten grid-centering wrapper',\n summary:\n 'A div that only centers a single child (display:grid; align-items:center; ' +\n 'justify-content:center) is removed; the child gains place-self:center.',\n before: '<div style=\"display:grid;align-items:center;justify-content:center\"><Child/></div>',\n after: '<Child style=\"place-self:center\"/>',\n safetyRationale:\n 'Wrapper paints nothing, carries no ref/handlers/dynamic children, and is not a combinator ' +\n 'subject; inheritable styles are folded onto the child before removal. The place-self:center ' +\n 'collapse is committed by the gate only under a statically-known filling grid parent.',\n },\n match: {\n tag: 'div',\n style: { display: 'grid', alignItems: 'center', justifyContent: 'center' },\n onlyChild: 'element',\n paintsNothing: true,\n },\n rewrite: {\n flattenInto: 'child',\n childGains: { placeSelf: 'center' },\n },\n // Like `flex-center-wrapper`, collapsing to `place-self:center` is render-identical ONLY when the\n // child's NEW parent is a statically-known GRID that lets the wrapper fill its area (there both halves\n // of place-self take effect). Under that ONE context the flatten is `provably-safe` and commits; under\n // a flex/block/unknown parent — or when the wrapper drops any own style — it stays `needs-verification`\n // and the conservative production gate PRESERVES it. Op-level correctness is asserted by the invariant suite.\n test: {\n cases: [\n {\n name: 'grid parent → flattened (child gains place-self-center)',\n before:\n '<div className=\"grid\">' +\n '<div className=\"grid items-center justify-center\"><span className=\"bg-red-200\">x</span></div>' +\n '</div>',\n after: '<div className=\"grid\"><span className=\"bg-red-200 place-self-center\">x</span></div>',\n },\n ],\n noMatch: [\n // Non-grid (document-root) parent: justify-self is ignored outside a grid → not provably safe.\n '<div className=\"grid justify-center items-center\"><div className=\"bg-red-200\">Hello</div></div>',\n // Grid parent, but the wrapper drops padding when removed → not layout-neutral, preserved.\n '<div className=\"grid\">' +\n '<div className=\"p-4 grid items-center justify-center\"><span className=\"bg-red-200\">x</span></div>' +\n '</div>',\n // onClick is a hard opacity barrier → the wrapper is load-bearing regardless of the gate.\n '<div className=\"grid justify-center items-center\" onClick={handleClick}>' +\n '<div className=\"bg-red-200\">Hello</div>' +\n '</div>',\n ],\n },\n});\n","/**\n * @domflax/patterns — flatten pattern: `display-contents-wrapper`.\n *\n * Collapses a wrapper that has explicitly opted OUT of generating a box:\n *\n * <div style=\"display:contents\"><Child/></div> → <Child/>\n *\n * `display:contents` makes an element generate NO box of its own — its children render exactly as if\n * they were direct children of the element's parent. A `display:contents` wrapper with a single\n * element child is therefore already a layout passthrough: it contributes nothing to flow, paint\n * (a contents box paints nothing), formatting, stacking, or containing-block resolution. Removing it\n * and hoisting the child produces a tree that is layout-identical — the wrapper's only remaining\n * effect was inheritance, which is preserved by folding inheritable declarations onto the child first.\n *\n * This is the safest possible wrapper-elimination: the box being removed provably did not exist.\n * The opacity-barrier + selector-safety guards (ref/handlers/dynamic-children/raw-html/combinator/\n * reparent-impact) are auto-applied for every `flatten/*` pattern; the `where` predicates add the\n * passthrough-specific requirements (no own attrs / dynamic-or-spread classes, no `var()` coupling,\n * not a component, not a structural-pseudo subject).\n *\n * (Chosen as the safe variant of the size-hoisting \"full-size passthrough\" idea: hoisting an explicit\n * `width/height:100%` onto a child is only sound when the child is block-level and unsized, which is\n * not knowable from the wrapper alone — whereas a `display:contents` box is a passthrough by definition.)\n */\n\nimport type {\n DeepReadonly,\n IRElement,\n IRNode,\n IRNodeId,\n NodeLike,\n NodeMeta,\n} from '@domflax/core';\n\nimport { definePattern, hasDynamicClasses, not, type Matcher } from '@domflax/pattern-kit';\n\n/* ───────────────────────── local meta/attr/selector matchers ───────────────────────── */\n\nfunction asEl(node: NodeLike): DeepReadonly<IRElement> | null {\n const n = node as DeepReadonly<IRNode>;\n return n.kind === 'element' ? (n as DeepReadonly<IRElement>) : null;\n}\n\nfunction metaOf(node: NodeLike): DeepReadonly<NodeMeta> | null {\n return asEl(node)?.meta ?? null;\n}\n\n/**\n * Element exposes custom properties to a descendant — removing its box could sever a `var()` coupling,\n * so it is NOT a free passthrough. (A `display:contents` box establishes no formatting/stacking/box\n * context and is no containing block, so those flags need not be checked.)\n */\nconst declaresCustomProperties: Matcher = (node) => metaOf(node)?.declaresCustomProperties ?? false;\n\n/** Hard opacity barriers beyond the auto-applied set: spread attrs, component identity. */\nconst hasSpreadAttrs: Matcher = (node) => metaOf(node)?.hasSpreadAttrs ?? false;\nconst isComponentNode: Matcher = (node) => metaOf(node)?.isComponent ?? false;\n\n/** Element carries own attributes (id / data-* / …) beyond its class list — possible selector/JS hook. */\nconst hasOwnAttrs: Matcher = (node) => {\n const el = asEl(node);\n if (!el) return false;\n return el.attrs.entries.size > 0 || el.attrs.spreads.length > 0;\n};\n\n/**\n * Element is the subject of a structural pseudo (`:first/:last/:only/:nth-*`). Honours the meta flag\n * and the precomputed {@link SelectorIndex}.\n */\nconst targetedByStructuralPseudo: Matcher = (node, ctx) => {\n const el = asEl(node);\n if (!el) return false;\n if (el.meta.targetedByStructuralPseudo) return true;\n return ctx.selectors.targetedByStructuralPseudo(el.id as unknown as IRNodeId);\n};\n\n/* ───────────────────────── the pattern ───────────────────────── */\n\n/**\n * Flatten a `display:contents` wrapper (a box that generates no box) into its sole element child,\n * folding any inheritable styles down first so inherited values survive the removal.\n */\nexport const displayContentsWrapper = definePattern({\n name: 'display-contents-wrapper',\n category: 'flatten/wrapper/display-contents-wrapper',\n safety: 2,\n doc: {\n title: 'Flatten display:contents wrapper',\n summary:\n 'A div with display:contents (which generates no box) wrapping a single element child, with ' +\n 'no own visual style, no attributes beyond an inert class, and no opacity barriers, is removed; ' +\n 'its sole child is hoisted in its place.',\n before: '<div style=\"display:contents\"><Child/></div>',\n after: '<Child/>',\n safetyRationale:\n 'A display:contents element generates no box at all, so its children already render as direct ' +\n \"children of its parent; removing it is layout-identical. It paints nothing, establishes no \" +\n 'formatting/stacking/box context, is no containing block, carries no ' +\n 'ref/handlers/dynamic-children/html/spread/component identity, owns no targetable attrs / ' +\n 'custom-property coupling, and is not a combinator/structural-pseudo subject; inheritable ' +\n 'styles are folded onto the child before removal.',\n },\n match: {\n tag: 'div',\n style: { display: 'contents' },\n onlyChild: 'element',\n paintsNothing: true,\n where: [\n not(declaresCustomProperties),\n not(hasOwnAttrs),\n not(hasDynamicClasses),\n not(hasSpreadAttrs),\n not(isComponentNode),\n not(targetedByStructuralPseudo),\n ],\n },\n rewrite: { flattenInto: 'child' },\n test: {\n cases: [\n {\n // `display:contents` generates no box, so removing it is provably layout-identical → the\n // wrapper is flattened even under the conservative gate; the child is hoisted.\n before: '<div className=\"contents\"><a className=\"text-blue-500\">Link</a></div>',\n after: '<a className=\"text-blue-500\">Link</a>',\n },\n ],\n noMatch: [\n // A ref pins the wrapper's element identity (a hard opacity barrier) → not a passthrough.\n '<div className=\"contents\" ref={rootRef}><a className=\"text-blue-500\">Link</a></div>',\n ],\n },\n});\n","/**\n * @domflax/patterns — flatten pattern: `empty-style-div`.\n *\n * Collapses the most common piece of structural noise of all: a `<div>` whose ONLY role is to wrap\n * a single child while contributing nothing to layout or paint —\n *\n * <div><Child/></div> (no styles at all)\n * <div style=\"display:block\"><Child/></div> (the default; still a no-op box)\n *\n * Such a div is layout-neutral: it is a plain block box with no own visual style, establishes no\n * box / formatting / stacking context, is not a containing block, and declares no custom properties\n * a descendant might read. Its box is therefore indistinguishable from \"not being there\", so it can\n * be unwrapped into its sole child.\n *\n * Authored with the declarative {@link definePattern} API. The opacity-barrier + selector-safety\n * guards (ref/handlers/dynamic-children/raw-html/combinator/reparent-impact) are applied\n * automatically for every `flatten/*` pattern; the `where` predicates below add the LAYOUT-neutrality\n * requirements specific to this pattern (no non-block display, no box/formatting/stacking context, no\n * containing block, no custom-property coupling, no structural-pseudo targeting).\n */\n\nimport type {\n CssProperty,\n DeepReadonly,\n IRElement,\n IRNode,\n IRNodeId,\n NodeLike,\n NodeMeta,\n StyleMap,\n} from '@domflax/core';\n\nimport { definePattern, not, type Matcher } from '@domflax/pattern-kit';\n\n/* ───────────────────────── local matcher helpers ───────────────────────── */\n\n/** Narrow a NodeLike to a (readonly) element, or null. */\nfunction asEl(node: NodeLike): DeepReadonly<IRElement> | null {\n const n = node as DeepReadonly<IRNode>;\n return n.kind === 'element' ? (n as DeepReadonly<IRElement>) : null;\n}\n\n/** A boolean `meta` flag, lifted into a {@link Matcher}. Mirrors how core's combinators read meta. */\nfunction metaFlag(flag: keyof NodeMeta): Matcher {\n return (node) => Boolean(asEl(node)?.meta[flag]);\n}\n\n/** Wrapper establishes an intrinsic/explicit box (sizing) — NOT layout-neutral. */\nconst establishesBox = metaFlag('establishesBox');\n/** Wrapper establishes a formatting context (flex/grid/flow-root/…) — NOT layout-neutral. */\nconst establishesFormattingContext = metaFlag('establishesFormattingContext');\n/** Wrapper establishes a stacking context (transform/opacity<1/z-index/…) — NOT layout-neutral. */\nconst establishesStackingContext = metaFlag('establishesStackingContext');\n/** Wrapper is the containing block for abs/fixed descendants — removing it would reposition them. */\nconst isContainingBlock = metaFlag('isContainingBlock');\n/** Wrapper sets `--*` custom properties a descendant reads (author-var coupling). */\nconst declaresCustomProperties = metaFlag('declaresCustomProperties');\n\n/**\n * Wrapper is a structural-pseudo target (:first/:last/:only/:nth-child/-of-type). Honours the\n * frontend-set meta flag and the precomputed {@link SelectorIndex}. Unwrapping such a node would\n * change a selector's match-set.\n */\nconst targetedByStructuralPseudo: Matcher = (node, ctx) => {\n const el = asEl(node);\n if (!el) return false;\n if (el.meta.targetedByStructuralPseudo) return true;\n return ctx.selectors.targetedByStructuralPseudo(el.id as unknown as IRNodeId);\n};\n\nconst DISPLAY = 'display' as CssProperty;\n\n/**\n * True when the wrapper sets `display` to anything other than the block default in ANY condition.\n * An `inline`/`inline-block`/`flex`/`grid`/`contents`/`none` div is NOT layout-neutral — its box (or\n * lack of one) participates in layout differently from its surviving child.\n */\nconst hasNonBlockDisplay: Matcher = (node, ctx) => {\n const el = asEl(node);\n if (!el) return false;\n const sm: StyleMap = ctx.computedOf(el as unknown as NodeLike) ?? (el.computed as StyleMap);\n for (const block of sm.blocks.values()) {\n const decl = block.decls.get(DISPLAY);\n if (decl && String(decl.value) !== 'block') return true;\n }\n return false;\n};\n\n/* ───────────────────────── the pattern ───────────────────────── */\n\n/**\n * Flatten a layout-neutral, style-free `<div>` wrapper into its sole element child.\n */\nexport const emptyStyleDiv = definePattern({\n name: 'empty-style-div',\n category: 'flatten/wrapper/empty-style-div',\n safety: 1,\n doc: {\n title: 'Flatten empty-style div wrapper',\n summary:\n 'A layout-neutral div (display:block default, no box/visual styles) that wraps a single ' +\n 'child is removed; the child is hoisted into its place.',\n before: '<div><Child/></div>',\n after: '<Child/>',\n safetyRationale:\n 'Wrapper is a plain block box that paints nothing, establishes no box/formatting/stacking ' +\n 'context, is no containing block, has no custom-property coupling, carries no ' +\n 'ref/handlers/dynamic children/raw HTML, and is neither a combinator subject nor a ' +\n 'structural-pseudo target; inheritable styles are folded onto the child before removal.',\n },\n match: {\n tag: 'div',\n onlyChild: 'element',\n paintsNothing: true,\n where: [\n not(hasNonBlockDisplay),\n not(establishesBox),\n not(establishesFormattingContext),\n not(establishesStackingContext),\n not(isContainingBlock),\n not(declaresCustomProperties),\n not(targetedByStructuralPseudo),\n ],\n },\n rewrite: { flattenInto: 'child' },\n test: {\n cases: [\n {\n // A layout-neutral, style-free block div is a provably-safe flatten → removed, child hoisted.\n before: '<div><span className=\"bg-red-200\">Hi</span></div>',\n after: '<span className=\"bg-red-200\">Hi</span>',\n },\n ],\n noMatch: [\n // The wrapper paints its own background (own visual style) → not layout-neutral, kept.\n '<div className=\"bg-blue-500\"><span className=\"bg-red-200\">Hi</span></div>',\n ],\n },\n});\n","/**\n * @domflax/patterns — flatten pattern: `inherited-only-wrapper`.\n *\n * Collapses a paint-free wrapper whose ONLY own declarations are INHERITED properties\n * (`text-align`, `color`, `font-*`, `line-height`, `letter-spacing`, `white-space`, …):\n *\n * <div style=\"text-align:center\"><Child/></div> → <Child style=\"text-align:center\"/>\n *\n * An inherited property on a wrapper reaches its descendants purely through inheritance, so folding it\n * onto the sole child and removing the box is render-identical — the child (and everything below it)\n * still sees the same inherited value. The wrapper carries nothing NON-inherited (no padding, margin,\n * sizing, border, background, layout), so its box contributes nothing to flow or paint.\n *\n * Distinct from `passthrough-wrapper` in INTENT: it recognizes the common \"styling wrapper\" idiom —\n * a box that exists only to set an inherited text/font property on a subtree — and pushes that intent\n * down onto the child. `foldInheritedStyles` (auto-applied by the flatten recipe) performs the fold;\n * the `where` predicate restricts the match to wrappers whose entire own style is inheritable.\n */\n\nimport type { DeepReadonly, IRElement, IRNode } from '@domflax/core';\n\nimport { definePattern, normalizer, not, type Matcher } from '@domflax/pattern-kit';\n\n/**\n * The wrapper is an inert host element — a `<div>` (block) or `<span>` (inline) — whose user-agent\n * default display/box is layout-neutral. Removing such a box is provably safe; removing a UA-significant\n * element instead (`<li>`/`<p>`/`<td>`/…, whose default display or margins are NOT captured in the\n * class-derived computed style) or a component is NOT, so those are excluded. This mirrors the tag guard\n * every other safe wrapper pattern (passthrough/empty-style-div/redundant-inline) relies on.\n */\nconst INERT_HOST_TAGS: ReadonlySet<string> = new Set(['div', 'span']);\nconst isInertHostTag: Matcher = (node) => {\n const n = node as DeepReadonly<IRNode>;\n if (n.kind !== 'element') return false;\n return INERT_HOST_TAGS.has(String((n as DeepReadonly<IRElement>).tag).toLowerCase());\n};\n\n/** Component identity is a hard opacity barrier — never fold-and-remove a component wrapper. */\nconst isComponentNode: Matcher = (node) => {\n const n = node as DeepReadonly<IRNode>;\n return n.kind === 'element' ? (n as DeepReadonly<IRElement>).meta.isComponent : false;\n};\n\n/**\n * The wrapper carries at least one own declaration and EVERY own declaration is an inherited property\n * — so the whole wrapper style survives the box removal by being folded onto the child.\n */\nconst hasOnlyInheritedStyle: Matcher = (node, ctx) => {\n const sm = normalizer.normalizeStyleMap(ctx.computed());\n let sawAny = false;\n for (const block of sm.blocks.values()) {\n for (const decl of block.decls.values()) {\n sawAny = true;\n const inherited = decl.inherited || normalizer.inherited.isInherited(decl.property);\n if (!inherited) return false;\n }\n }\n return sawAny;\n};\n\n/**\n * Flatten a wrapper whose only own style is inherited into its sole element child (folding the\n * inherited declarations down first so the subtree keeps the same inherited values).\n */\nexport const inheritedOnlyWrapper = definePattern({\n name: 'inherited-only-wrapper',\n category: 'flatten/wrapper/inherited-only-wrapper',\n safety: 2,\n doc: {\n title: 'Flatten inherited-only styling wrapper',\n summary:\n 'A paint-free wrapper whose only own declarations are inherited properties (text-align, color, ' +\n 'font-*, …) is removed; its inherited style is folded onto the sole child, which keeps the ' +\n 'same inherited values for the whole subtree.',\n before: '<div style=\"text-align:center\"><Child/></div>',\n after: '<Child style=\"text-align:center\"/>',\n safetyRationale:\n 'Inherited properties reach descendants purely through inheritance, so folding them onto the ' +\n 'child and removing the box is render-identical. The wrapper carries nothing non-inherited, ' +\n 'establishes no box/formatting/stacking context, and is guarded by the auto-applied ' +\n 'opacity-barrier + selector-safety set.',\n },\n match: {\n onlyChild: 'element',\n paintsNothing: true,\n where: [isInertHostTag, not(isComponentNode), hasOnlyInheritedStyle],\n },\n rewrite: { flattenInto: 'child' },\n test: {\n cases: [\n {\n // `text-align:center` is inherited → folded onto the child; the paint-free wrapper is removed.\n before: '<div className=\"text-center\"><p className=\"bg-red-200\">x</p></div>',\n after: '<p className=\"bg-red-200 text-center\">x</p>',\n },\n ],\n noMatch: [\n // `p-4` is a NON-inherited padding: removing the box would drop it, so the flatten-safety gate\n // reverts the unwrap and the wrapper is left unchanged.\n '<div className=\"p-4\"><p className=\"bg-red-200\">x</p></div>',\n // A `<p>` wrapper is NOT an inert host box: its UA default display/margins are not captured in the\n // class-derived computed style, so removing it is not provably layout-neutral → left unchanged.\n '<p className=\"text-center\"><span className=\"bg-red-200\">x</span></p>',\n ],\n },\n});\n","/**\n * @domflax/patterns — flatten pattern: `passthrough-wrapper`.\n *\n * Collapses a purely-structural wrapper that exists for no reason at all:\n *\n * <div><Child/></div>\n *\n * The wrapper paints nothing, establishes no box / formatting / stacking context, carries no\n * attributes beyond an (optional) inert class, holds exactly one element child, and is free of every\n * opacity barrier (ref / event-handlers / dynamic children / dangerous html / spread / component).\n * Such a `<div>` is pure DOM noise: removing it and hoisting the child is invisible to both paint\n * and layout.\n *\n * Authored with the declarative {@link definePattern} API. The opacity-barrier + selector-safety\n * guards (ref/handlers/dynamic-children/raw-html/combinator/reparent-impact) are applied\n * automatically for every `flatten/*` pattern; the `where` predicates add the passthrough-specific\n * requirements (no box/formatting/stacking context, no own attrs, no dynamic/spread classes, not a\n * component, not a structural-pseudo subject).\n */\n\nimport type {\n DeepReadonly,\n IRElement,\n IRNode,\n IRNodeId,\n NodeLike,\n NodeMeta,\n} from '@domflax/core';\n\nimport { definePattern, hasDynamicClasses, not, type Matcher } from '@domflax/pattern-kit';\n\n/* ───────────────────────── local meta/attr/selector matchers ───────────────────────── */\n\nfunction metaOf(node: NodeLike): DeepReadonly<NodeMeta> | null {\n const n = node as DeepReadonly<IRNode>;\n return n.kind === 'element' ? (n as DeepReadonly<IRElement>).meta : null;\n}\n\nfunction elementOf(node: NodeLike): DeepReadonly<IRElement> | null {\n const n = node as DeepReadonly<IRNode>;\n return n.kind === 'element' ? (n as DeepReadonly<IRElement>) : null;\n}\n\n/**\n * Element establishes some box / formatting / stacking context, is a containing block, or exposes\n * custom properties to a descendant — any of which means removing its box could shift layout or\n * break a `var()` coupling, so it is NOT a passthrough.\n */\nconst establishesContext: Matcher = (node) => {\n const m = metaOf(node);\n if (!m) return false;\n return (\n m.establishesBox ||\n m.establishesFormattingContext ||\n m.establishesStackingContext ||\n m.isContainingBlock ||\n m.declaresCustomProperties\n );\n};\n\n/** Hard opacity barriers beyond the auto-applied set: spread attrs, component identity. */\nconst hasSpreadAttrs: Matcher = (node) => metaOf(node)?.hasSpreadAttrs ?? false;\nconst isComponentNode: Matcher = (node) => metaOf(node)?.isComponent ?? false;\n\n/** Element carries own attributes (id / data-* / …) beyond its class list — possible selector/JS hook. */\nconst hasOwnAttrs: Matcher = (node) => {\n const el = elementOf(node);\n if (!el) return false;\n return el.attrs.entries.size > 0 || el.attrs.spreads.length > 0;\n};\n\n/**\n * Element is the subject of a structural pseudo (`:first/:last/:only/:nth-*`). Honours the meta flag\n * and the precomputed {@link SelectorIndex}.\n */\nconst targetedByStructuralPseudo: Matcher = (node, ctx) => {\n const el = elementOf(node);\n if (!el) return false;\n if (el.meta.targetedByStructuralPseudo) return true;\n return ctx.selectors.targetedByStructuralPseudo(el.id as unknown as IRNodeId);\n};\n\n/* ───────────────────────── the pattern ───────────────────────── */\n\n/**\n * Flatten a do-nothing `<div>` wrapper into its sole element child, folding any inheritable styles\n * down first so inherited values survive the box removal.\n */\nexport const passthroughWrapper = definePattern({\n name: 'passthrough-wrapper',\n category: 'flatten/wrapper/passthrough-wrapper',\n safety: 2,\n doc: {\n title: 'Flatten passthrough wrapper',\n summary:\n 'A div with no own visual/box style, no attributes beyond an inert class, exactly one ' +\n 'element child, and no opacity barriers is removed; its sole child is hoisted in its place.',\n before: '<div><Child/></div>',\n after: '<Child/>',\n safetyRationale:\n 'Wrapper paints nothing and establishes no layout/paint/var context, carries no ' +\n 'ref/handlers/dynamic-children/html/spread/component identity, owns no targetable attrs, ' +\n 'and is not a combinator/structural-pseudo subject (reparenting changes no match-set); ' +\n 'inheritable styles are folded onto the child before removal.',\n },\n match: {\n tag: 'div',\n onlyChild: 'element',\n paintsNothing: true,\n where: [\n not(establishesContext),\n not(hasOwnAttrs),\n not(hasDynamicClasses),\n not(hasSpreadAttrs),\n not(isComponentNode),\n not(targetedByStructuralPseudo),\n ],\n },\n rewrite: { flattenInto: 'child' },\n test: {\n cases: [\n {\n // A plain, style-free wrapper paints nothing and establishes no context → a provably-safe\n // flatten under the conservative gate: the wrapper is removed and its sole child hoisted.\n before: '<div><a className=\"bg-red-200\">Link</a></div>',\n after: '<a className=\"bg-red-200\">Link</a>',\n },\n ],\n noMatch: [\n // A ref pins the wrapper's element identity (a hard opacity barrier) → not a passthrough.\n '<div ref={rootRef}><a className=\"bg-red-200\">Link</a></div>',\n // A `display:flex` wrapper establishes a formatting context, so removing its box is NOT\n // provably layout-neutral → the conservative gate leaves it in place.\n '<div className=\"flex\"><a className=\"bg-red-200\">Link</a></div>',\n ],\n },\n});\n","/**\n * @domflax/patterns — flatten pattern: `redundant-inline-wrapper`.\n *\n * Collapses a purely-structural INLINE wrapper:\n *\n * <span><Child/></span> (display:inline, no own style)\n *\n * An inline `<span>` that paints nothing, establishes no box / formatting / stacking context, carries\n * no attributes beyond an (optional) inert class, declares no custom properties, and holds exactly one\n * element child is pure inline noise. An empty inline box merely wraps its child's box; removing it and\n * hoisting the child leaves both paint and layout untouched (the surviving child folds the inheritable\n * declarations the span carried).\n *\n * This is the inline sibling of `passthrough-wrapper` (which targets `<div>`): the same opacity-barrier\n * + selector-safety guards are auto-applied by the `pattern()` factory for every `flatten/*` pattern;\n * the `where` predicates add the inline-passthrough requirements (display must be the inline default,\n * no box/formatting/stacking context or var coupling, no own attrs / dynamic-or-spread classes, not a\n * component, not a structural-pseudo subject).\n */\n\nimport type {\n CssProperty,\n DeepReadonly,\n IRElement,\n IRNode,\n IRNodeId,\n NodeLike,\n NodeMeta,\n StyleMap,\n} from '@domflax/core';\n\nimport { definePattern, hasDynamicClasses, not, type Matcher } from '@domflax/pattern-kit';\n\n/* ───────────────────────── local meta/attr/selector matchers ───────────────────────── */\n\nfunction asEl(node: NodeLike): DeepReadonly<IRElement> | null {\n const n = node as DeepReadonly<IRNode>;\n return n.kind === 'element' ? (n as DeepReadonly<IRElement>) : null;\n}\n\nfunction metaOf(node: NodeLike): DeepReadonly<NodeMeta> | null {\n return asEl(node)?.meta ?? null;\n}\n\n/**\n * Element establishes some box / formatting / stacking context, is a containing block, or exposes\n * custom properties to a descendant — removing its box could shift layout or sever a `var()` coupling,\n * so it is NOT an inline passthrough.\n */\nconst establishesContext: Matcher = (node) => {\n const m = metaOf(node);\n if (!m) return false;\n return (\n m.establishesBox ||\n m.establishesFormattingContext ||\n m.establishesStackingContext ||\n m.isContainingBlock ||\n m.declaresCustomProperties\n );\n};\n\n/** Hard opacity barriers beyond the auto-applied set: spread attrs, component identity. */\nconst hasSpreadAttrs: Matcher = (node) => metaOf(node)?.hasSpreadAttrs ?? false;\nconst isComponentNode: Matcher = (node) => metaOf(node)?.isComponent ?? false;\n\n/** Element carries own attributes (id / data-* / …) beyond its class list — possible selector/JS hook. */\nconst hasOwnAttrs: Matcher = (node) => {\n const el = asEl(node);\n if (!el) return false;\n return el.attrs.entries.size > 0 || el.attrs.spreads.length > 0;\n};\n\n/**\n * Element is the subject of a structural pseudo (`:first/:last/:only/:nth-*`). Honours the meta flag\n * and the precomputed {@link SelectorIndex}.\n */\nconst targetedByStructuralPseudo: Matcher = (node, ctx) => {\n const el = asEl(node);\n if (!el) return false;\n if (el.meta.targetedByStructuralPseudo) return true;\n return ctx.selectors.targetedByStructuralPseudo(el.id as unknown as IRNodeId);\n};\n\nconst DISPLAY = 'display' as CssProperty;\n\n/**\n * Element sets `display` to anything other than the inline default in ANY condition. An\n * inline-block / block / flex / grid / contents span is NOT an inline passthrough — its box (or lack\n * of one) participates in layout differently from a bare inline box.\n */\nconst hasNonInlineDisplay: Matcher = (node, ctx) => {\n const el = asEl(node);\n if (!el) return false;\n const sm: StyleMap = ctx.computedOf(el as unknown as NodeLike) ?? (el.computed as StyleMap);\n for (const block of sm.blocks.values()) {\n const decl = block.decls.get(DISPLAY);\n if (decl && String(decl.value) !== 'inline') return true;\n }\n return false;\n};\n\n/* ───────────────────────── the pattern ───────────────────────── */\n\n/**\n * Flatten a do-nothing inline `<span>` wrapper into its sole element child, folding any inheritable\n * styles down first so inherited values survive the box removal.\n */\nexport const redundantInlineWrapper = definePattern({\n name: 'redundant-inline-wrapper',\n category: 'flatten/wrapper/redundant-inline-wrapper',\n safety: 2,\n doc: {\n title: 'Flatten redundant inline wrapper',\n summary:\n 'An inline span with no own visual/box style, no attributes beyond an inert class, exactly ' +\n 'one element child, and no opacity barriers is removed; its sole child is hoisted in its place.',\n before: '<span><Child/></span>',\n after: '<Child/>',\n safetyRationale:\n 'An empty inline box paints nothing and establishes no layout/paint/var context; with the ' +\n 'inline default display and a single element child its removal changes no paint and no flow. ' +\n 'The span carries no ref/handlers/dynamic-children/html/spread/component identity, owns no ' +\n 'targetable attrs, and is not a combinator/structural-pseudo subject; inheritable styles are ' +\n 'folded onto the child before removal.',\n },\n match: {\n tag: 'span',\n onlyChild: 'element',\n paintsNothing: true,\n where: [\n not(hasNonInlineDisplay),\n not(establishesContext),\n not(hasOwnAttrs),\n not(hasDynamicClasses),\n not(hasSpreadAttrs),\n not(isComponentNode),\n not(targetedByStructuralPseudo),\n ],\n },\n rewrite: { flattenInto: 'child' },\n test: {\n cases: [\n {\n // An empty inline span paints nothing and establishes no context → a provably-safe flatten:\n // the span is removed and its sole child hoisted in place.\n before: '<span><a className=\"text-blue-500\">Link</a></span>',\n after: '<a className=\"text-blue-500\">Link</a>',\n },\n ],\n noMatch: [\n // A ref pins the span's element identity (a hard opacity barrier) → not a passthrough.\n '<span ref={spanRef}><a className=\"text-blue-500\">Link</a></span>',\n // The span paints its own background (own visual style) → kept.\n '<span className=\"bg-green-200\"><a className=\"text-blue-500\">Link</a></span>',\n // Non-inline display (inline-block) participates in layout differently → kept.\n '<span className=\"inline-block\"><a className=\"text-blue-500\">Link</a></span>',\n ],\n },\n});\n","/**\n * AUTO-GENERATED by `scripts/gen-registry.mjs` — DO NOT EDIT BY HAND.\n *\n * Regenerate with `npm run generate` (also runs automatically before build/typecheck/test).\n * Patterns are discovered by the recursive `*.pattern.ts` file convention (organized into DOMAIN\n * folders under `src/library/`); the array below is sorted flatten-before-compress.\n */\n\nimport type { Pattern } from '@domflax/core';\n\nimport { flexCenterWrapper } from './library/flex/flex-center-wrapper.pattern';\nimport { redundantFragment } from './library/fragment/redundant-fragment.pattern';\nimport { gridCenterWrapper } from './library/grid/grid-center-wrapper.pattern';\nimport { displayContentsWrapper } from './library/wrapper/display-contents-wrapper.pattern';\nimport { emptyStyleDiv } from './library/wrapper/empty-style-div.pattern';\nimport { inheritedOnlyWrapper } from './library/wrapper/inherited-only-wrapper.pattern';\nimport { passthroughWrapper } from './library/wrapper/passthrough-wrapper.pattern';\nimport { redundantInlineWrapper } from './library/wrapper/redundant-inline-wrapper.pattern';\n\nexport {\n flexCenterWrapper,\n redundantFragment,\n gridCenterWrapper,\n displayContentsWrapper,\n emptyStyleDiv,\n inheritedOnlyWrapper,\n passthroughWrapper,\n redundantInlineWrapper,\n};\n\n/** Every built-in pattern, in registration order (flatten patterns before compress). */\nexport const builtinPatterns: readonly Pattern[] = [\n flexCenterWrapper,\n redundantFragment,\n gridCenterWrapper,\n displayContentsWrapper,\n emptyStyleDiv,\n inheritedOnlyWrapper,\n passthroughWrapper,\n redundantInlineWrapper,\n];\n\nexport default builtinPatterns;\n","/* ────────────────────────────────────────────────────────────────────────── *\n * Resolver identity + selector classification constants\n * ────────────────────────────────────────────────────────────────────────── */\n\n/** Stable resolver id surfaced on {@link StyleResolver.id}. */\nexport const CSS_RESOLVER_ID = 'css';\n\n/** Provider tag surfaced on {@link StyleResolver.provider}. */\nexport const CSS_RESOLVER_PROVIDER = 'custom-css';\n\n/** Version stamp for the index/cascade machinery; bump when its semantics change (cache-busting). */\nexport const ENGINE_VERSION = 'css-index@1';\n\n/** Structural pseudo-classes — their presence makes a class structurally targeted (review-1 blocker). */\nexport const STRUCTURAL_PSEUDOS: ReadonlySet<string> = new Set([\n ':nth-child',\n ':nth-last-child',\n ':first-child',\n ':last-child',\n ':only-child',\n ':nth-of-type',\n ':nth-last-of-type',\n ':first-of-type',\n ':last-of-type',\n ':only-of-type',\n]);\n\n/** Functional pseudos whose argument is itself a selector list — opaque to forward resolution. */\nexport const FUNCTIONAL_PSEUDOS: ReadonlySet<string> = new Set([\n ':not',\n ':is',\n ':where',\n ':has',\n ':matches',\n]);\n\n/** Legacy single-colon pseudo-ELEMENTS that the parser may not flag via `isPseudoElement`. */\nexport const LEGACY_PSEUDO_ELEMENTS: ReadonlySet<string> = new Set([\n ':before',\n ':after',\n ':first-line',\n ':first-letter',\n]);\n","import { createRequire } from 'node:module';\nimport * as path from 'node:path';\nimport type { Root as PostcssRoot } from 'postcss';\nimport type selectorParser from 'postcss-selector-parser';\n\n/* ────────────────────────────────────────────────────────────────────────── *\n * Lazy engine loading (postcss + postcss-selector-parser)\n * ────────────────────────────────────────────────────────────────────────── *\n *\n * postcss and postcss-selector-parser are OPTIONAL peers of the published `domflax` package: a\n * Tailwind-only user need not install them. They must therefore be loaded LAZILY (only when this\n * resolver is actually constructed) and from the CONSUMER'S project — never via a static top-level\n * `import`, which would (a) crash on module load for a postcss-less install and (b), once this\n * resolver is inlined into domflax's bundle, resolve relative to `domflax/dist` instead of the\n * user's project. We root the require in `process.cwd()` (or an explicit project root), exactly as\n * the Tailwind resolver does, with the bundle/source location as a last-resort fallback.\n */\n\n/** This module's own location — esbuild fills `__filename` in CJS; ESM falls back to `import.meta.url`. */\nexport function moduleBase(): string {\n return typeof __filename === 'string' ? __filename : import.meta.url;\n}\n\n/** The single postcss entry point this resolver calls at runtime. */\nexport type PostcssParseApi = (css: string, opts?: { from?: string }) => PostcssRoot;\n\n/** The subset of the postcss-selector-parser API this resolver calls at runtime (guards preserve narrowing). */\nexport interface SelectorParserApi {\n (): { astSync(selector: string): selectorParser.Root };\n isClassName(n: selectorParser.Node): n is selectorParser.ClassName;\n isTag(n: selectorParser.Node): n is selectorParser.Tag;\n isIdentifier(n: selectorParser.Node): n is selectorParser.Identifier;\n isAttribute(n: selectorParser.Node): n is selectorParser.Attribute;\n isUniversal(n: selectorParser.Node): n is selectorParser.Universal;\n isNesting(n: selectorParser.Node): n is selectorParser.Nesting;\n isPseudo(n: selectorParser.Node): n is selectorParser.Pseudo;\n isPseudoClass(n: selectorParser.Node): n is selectorParser.Pseudo;\n isPseudoElement(n: selectorParser.Node): n is selectorParser.Pseudo;\n isCombinator(n: selectorParser.Node): n is selectorParser.Combinator;\n}\n\nexport interface PostcssEngine {\n readonly parse: PostcssParseApi;\n readonly selectorParser: SelectorParserApi;\n}\n\n/** Resolve postcss + postcss-selector-parser from the consumer's project; `null` if unavailable. */\nexport function loadPostcssEngine(projectRoot?: string): PostcssEngine | null {\n const bases: string[] = [];\n if (projectRoot) bases.push(path.join(projectRoot, '__domflax__.js'));\n bases.push(path.join(process.cwd(), '__domflax__.js'));\n bases.push(moduleBase());\n for (const base of bases) {\n try {\n const req = createRequire(base);\n req.resolve('postcss');\n req.resolve('postcss-selector-parser');\n const postcss = req('postcss') as { parse: PostcssParseApi };\n const raw = req('postcss-selector-parser') as SelectorParserApi & { default?: SelectorParserApi };\n // postcss-selector-parser is CJS with a default export under interop; accept both shapes.\n const selector = raw.default ?? raw;\n return { parse: postcss.parse, selectorParser: selector };\n } catch {\n /* try the next base */\n }\n }\n return null;\n}\n\n/* ────────────────────────────────────────────────────────────────────────── *\n * Lazily-loaded postcss engine (module singleton)\n * ────────────────────────────────────────────────────────────────────────── */\n\n/** Runtime postcss `parse`, populated on first resolver construction. */\nexport let pc: PostcssParseApi | null = null;\n/** Runtime postcss-selector-parser, populated on first resolver construction. */\nexport let sp: SelectorParserApi | null = null;\n\n/** Ensure the postcss engine is loaded; throws a clear error if the optional peers are absent. */\nexport function ensurePostcss(projectRoot?: string): void {\n if (pc && sp) return;\n const engine = loadPostcssEngine(projectRoot);\n if (!engine) {\n throw new Error(\n '@domflax/resolver-css requires \"postcss\" and \"postcss-selector-parser\" to be installed in ' +\n 'your project (they are optional peer dependencies of domflax, loaded only when the custom-CSS ' +\n 'provider is used). Install them with: npm install postcss postcss-selector-parser',\n );\n }\n pc = engine.parse;\n sp = engine.selectorParser;\n}\n","import type { AtRule, Rule } from 'postcss';\nimport type { RawDecl } from './types';\n\n/* ────────────────────────────────────────────────────────────────────────── *\n * postcss helpers\n * ────────────────────────────────────────────────────────────────────────── */\n\ninterface MediaContext {\n readonly media: string;\n /** True when the rule lives under an at-rule that is not a style context (keyframes/font-face). */\n readonly skip: boolean;\n}\n\n/** Walk a rule's at-rule ancestry, collecting `@media` params and detecting non-style contexts. */\nexport function mediaContext(rule: Rule): MediaContext {\n const parts: string[] = [];\n let skip = false;\n let parent = rule.parent;\n while (parent && parent.type === 'atrule') {\n const at = parent as AtRule;\n const name = at.name.toLowerCase();\n if (name === 'media') parts.unshift(at.params.trim().replace(/\\s+/g, ' '));\n else if (name === 'keyframes' || name.endsWith('keyframes') || name === 'font-face') skip = true;\n parent = parent.parent;\n }\n return { media: parts.join(' and '), skip };\n}\n\n/** A rule's direct declarations, in source order, as raw `[prop, value, important]` triples. */\nexport function collectDecls(rule: Rule): RawDecl[] {\n const out: RawDecl[] = [];\n for (const node of rule.nodes) {\n if (node.type === 'decl') out.push([node.prop, node.value, node.important === true]);\n }\n return out;\n}\n","import { readFileSync } from 'node:fs';\nimport { ENGINE_VERSION } from './constants';\nimport type { CssFile } from './types';\n\n/* ────────────────────────────────────────────────────────────────────────── *\n * Misc helpers\n * ────────────────────────────────────────────────────────────────────────── */\n\n/** Cheap, allocation-free CSS-identifier check used by {@link CustomCSSResolver.owns}. */\nexport function isPlainClassToken(token: string): boolean {\n return token.length > 0 && !/[\\s.#>+~:[\\]()]/.test(token);\n}\n\n/** Read a CSS file from disk; surfaces unreadable paths as a clear input error. */\nexport function readCssPath(path: string): CssFile {\n try {\n return { id: path, css: readFileSync(path, 'utf8') };\n } catch (cause) {\n throw new Error(`resolver-css: cannot read CSS file \"${path}\"`, { cause });\n }\n}\n\n/**\n * Derive a deterministic fingerprint from the provider tag, engine version, and each file's id +\n * length. Cheap and good enough to bust downstream caches when the source CSS set changes.\n */\nexport function deriveFingerprint(provider: string, files: readonly CssFile[]): string {\n const parts = files.map((f) => `${f.id}:${f.css.length}`).sort();\n return `${provider}/${ENGINE_VERSION}::${parts.join('|')}`;\n}\n","import type selectorParser from 'postcss-selector-parser';\nimport { LEGACY_PSEUDO_ELEMENTS } from './constants';\nimport { sp } from './engine';\n\n/* ────────────────────────────────────────────────────────────────────────── *\n * Selector helpers\n * ────────────────────────────────────────────────────────────────────────── */\n\nexport interface Compound {\n /** The combinator immediately to this compound's LEFT (`null` for the first compound). */\n readonly leftCombinator: string | null;\n readonly nodes: readonly selectorParser.Node[];\n}\n\n/** Split a selector's flat node list into compounds delimited by combinator nodes. */\nexport function splitCompounds(selector: selectorParser.Selector): Compound[] {\n const compounds: Compound[] = [];\n let current: selectorParser.Node[] = [];\n let leftCombinator: string | null = null;\n for (const node of selector.nodes) {\n if (sp!.isCombinator(node)) {\n compounds.push({ leftCombinator, nodes: current });\n current = [];\n leftCombinator = combinatorValue(node);\n } else {\n current.push(node);\n }\n }\n compounds.push({ leftCombinator, nodes: current });\n return compounds;\n}\n\n/** A combinator's normalized value — descendant combinators are a single space. */\nfunction combinatorValue(node: selectorParser.Combinator): string {\n const v = node.value;\n return v.trim() === '' ? ' ' : v.trim();\n}\n\n/** The pseudo's lower-cased name including its leading colon(s), without any argument. */\nexport function pseudoName(node: selectorParser.Pseudo): string {\n return node.value.toLowerCase();\n}\n\nexport function isPseudoElement(node: selectorParser.Pseudo): boolean {\n return sp!.isPseudoElement(node) || LEGACY_PSEUDO_ELEMENTS.has(pseudoName(node));\n}\n\n/** Canonicalize a pseudo-element to the modern double-colon form (e.g. `:before` → `::before`). */\nexport function normalizePseudoElement(node: selectorParser.Pseudo): string {\n const name = pseudoName(node);\n return name.startsWith('::') ? name : `::${name.replace(/^:/, '')}`;\n}\n","import type {\r\n ConditionKey,\r\n CoverClass,\r\n CssProperty,\r\n EmitContext,\r\n EmitResult,\r\n ResolveInput,\r\n ResolveResult,\r\n SelectorUsage,\r\n StyleBlock,\r\n StyleCondition,\r\n StyleDecl,\r\n StyleMap,\r\n StyleOrigin,\r\n StyleResolver,\r\n} from '@domflax/core';\r\nimport { conditionKey, emptyStyleMap, minStringCover, styleMapTuples } from '@domflax/core';\r\nimport { normalizer } from '@domflax/pattern-kit';\r\nimport type selectorParser from 'postcss-selector-parser';\r\nimport {\r\n CSS_RESOLVER_ID,\r\n CSS_RESOLVER_PROVIDER,\r\n FUNCTIONAL_PSEUDOS,\r\n STRUCTURAL_PSEUDOS,\r\n} from './constants';\r\nimport { ensurePostcss, pc, sp } from './engine';\r\nimport { collectDecls, mediaContext } from './postcss-helpers';\r\nimport { deriveFingerprint, isPlainClassToken, readCssPath } from './misc-helpers';\r\nimport {\r\n isPseudoElement,\r\n normalizePseudoElement,\r\n pseudoName,\r\n splitCompounds,\r\n} from './selector-helpers';\r\nimport type {\r\n CssFile,\r\n CssResolverOptions,\r\n MutableUsage,\r\n RawDecl,\r\n ReverseEntry,\r\n RuleEntry,\r\n} from './types';\r\n\r\n/* ────────────────────────────────────────────────────────────────────────── *\r\n * CustomCSSResolver\r\n * ────────────────────────────────────────────────────────────────────────── */\r\n\r\n/**\r\n * Resolves plain CSS classes against a fixed set of project stylesheets parsed with postcss.\r\n */\r\nexport class CustomCSSResolver implements StyleResolver {\r\n public readonly id: string = CSS_RESOLVER_ID;\r\n public readonly provider: string = CSS_RESOLVER_PROVIDER;\r\n public readonly fingerprint: string;\r\n\r\n readonly #files: readonly CssFile[];\r\n /** Forward map: class token → simple-`.class` rule contributions (source order). */\r\n readonly #classIndex = new Map<string, RuleEntry[]>();\r\n /** Selector-participation facts per class token. */\r\n readonly #usage = new Map<string, MutableUsage>();\r\n /** Every class referenced anywhere in the stylesheets (forward-resolvable or not). */\r\n readonly #known = new Set<string>();\r\n /** Distinct COMPLEX selectors (combinator or structural pseudo), sorted. */\r\n readonly #complex: readonly string[];\r\n\r\n #reverse: readonly ReverseEntry[] | null = null;\r\n /** Lazily built cover vocabulary (full condition-keyed tuple sets) for the exact-cover engine. */\r\n #coverVocab: readonly CoverClass[] | null = null;\r\n\r\n public constructor(cssFiles: readonly CssFile[] = [], options: CssResolverOptions = {}) {\r\n ensurePostcss(options.projectRoot);\r\n const fromDisk = (options.files ?? []).map(readCssPath);\r\n this.#files = [...cssFiles, ...fromDisk];\r\n this.fingerprint = options.fingerprint ?? deriveFingerprint(this.provider, this.#files);\r\n\r\n const complex = new Set<string>();\r\n let order = 0;\r\n for (const file of this.#files) {\r\n order = this.#indexFile(file, order, complex);\r\n }\r\n this.#complex = [...complex].sort();\r\n }\r\n\r\n /** The stylesheets this resolver was constructed with (raw sources + any read from disk). */\r\n public get files(): readonly CssFile[] {\r\n return this.#files;\r\n }\r\n\r\n /** Owns any plain class token referenced by one of {@link files}. */\r\n public owns(token: string): boolean {\r\n return isPlainClassToken(token) && this.#known.has(token);\r\n }\r\n\r\n public resolve(input: ResolveInput): ResolveResult {\r\n const styles = this.#resolveTokens(input.classes, input.classes);\r\n const resolved: string[] = [];\r\n const unknown: string[] = [];\r\n for (const token of input.classes) {\r\n if (this.#classIndex.has(token)) resolved.push(token);\r\n else unknown.push(token);\r\n }\r\n return { styles, resolved, unknown, opaque: [], warnings: [] };\r\n }\r\n\r\n public emit(styles: StyleMap, ctx: EmitContext): EmitResult {\r\n const norm = ctx.normalizer ?? normalizer;\r\n const normalized = norm.normalizeStyleMap(styles);\r\n\r\n // Primary path: the provider-uniform minimal-string exact cover over the whole class vocabulary —\r\n // this is what lets custom CSS finally compress (pick the shortest class set, or the single\r\n // semantic class, that reproduces the target; drop a class another class fully covers). The\r\n // element's own droppable tokens are members of the vocabulary, so a cover always exists when the\r\n // target is reproducible. The chosen set is verified by the mandatory re-resolve backstop below.\r\n const universe = styleMapTuples(normalized, norm);\r\n if (universe.length === 0) return { classes: [], exact: true, warnings: [] };\r\n const chosen = minStringCover(universe, this.#buildCoverVocab());\r\n if (chosen && chosen.length > 0) {\r\n const reTuples = new Set(styleMapTuples(this.resolve({ classes: chosen }).styles, norm));\r\n let ok = reTuples.size === universe.length;\r\n if (ok) for (const t of universe) if (!reTuples.has(t)) { ok = false; break; }\r\n if (ok) return { classes: chosen, exact: true, warnings: [] };\r\n }\r\n\r\n // Fallback: the original greedy set-cover (also surfaces uncovered decls via `exact:false`).\r\n const remaining = new Map<string, string>();\r\n for (const [ck, block] of normalized.blocks) {\r\n for (const [prop, decl] of block.decls) {\r\n remaining.set(`${ck} ${prop}`, String(decl.value));\r\n }\r\n }\r\n if (remaining.size === 0) return { classes: [], exact: true, warnings: [] };\r\n\r\n const classes: string[] = [];\r\n // Greedy set-cover: larger classes first so the emitted set stays minimal.\r\n for (const { token, keyed } of this.#reverseIndex()) {\r\n let matches = true;\r\n for (const [key, value] of keyed) {\r\n if (remaining.get(key) !== value) {\r\n matches = false;\r\n break;\r\n }\r\n }\r\n if (!matches) continue;\r\n classes.push(token);\r\n for (const key of keyed.keys()) remaining.delete(key);\r\n if (remaining.size === 0) break;\r\n }\r\n\r\n // Unmatched declarations are left as-is (no synthetic residual) — surfaced via `exact:false`.\r\n return { classes, exact: remaining.size === 0, warnings: [] };\r\n }\r\n\r\n /**\r\n * Return a CSS stylesheet defining the given class tokens, so a verifier can render a subtree with\r\n * the project's real styling applied. The source stylesheets ARE the definition, so we hand back\r\n * their concatenation verbatim (every relevant rule — including combinator/structural selectors —\r\n * is preserved). `classes` is accepted for interface parity but the full source is always returned.\r\n */\r\n public cssFor(_classes: readonly string[]): string {\r\n return this.#files.map((f) => f.css).join('\\n');\r\n }\r\n\r\n public selectorUsage(token: string): SelectorUsage {\r\n const u = this.#usage.get(token);\r\n if (!u) {\r\n return {\r\n asSubject: false,\r\n asAncestor: false,\r\n asCompound: false,\r\n asSibling: false,\r\n asHasArgument: false,\r\n asStructural: false,\r\n droppable: true,\r\n };\r\n }\r\n return {\r\n asSubject: u.asSubject,\r\n asAncestor: u.asAncestor,\r\n asCompound: u.asCompound,\r\n asSibling: u.asSibling,\r\n asHasArgument: u.asHasArgument,\r\n asStructural: u.asStructural,\r\n // Safe to drop/rename only when every reference is the lone subject of a bare `.x {}`.\r\n droppable: u.referenced && !u.loadBearing,\r\n };\r\n }\r\n\r\n /**\r\n * The distinct COMPLEX selectors found across all stylesheets — anything containing a combinator\r\n * (descendant / `>` / `+` / `~`) or a structural pseudo (`:nth-child`, `:first-child`, …). Feeds\r\n * domflax's CSS-selector-safety guard.\r\n */\r\n public complexSelectors(): readonly string[] {\r\n return this.#complex;\r\n }\r\n\r\n /* ─────────────────────────── internals ─────────────────────────── */\r\n\r\n /** Parse one stylesheet and fold its rules into the indexes. Returns the advanced order counter. */\r\n #indexFile(file: CssFile, startOrder: number, complex: Set<string>): number {\r\n let order = startOrder;\r\n let root;\r\n try {\r\n root = pc!(file.css, { from: file.id });\r\n } catch {\r\n // Malformed CSS contributes nothing (never throws — only clear input errors do).\r\n return order;\r\n }\r\n\r\n root.walkRules((rule) => {\r\n const media = mediaContext(rule);\r\n if (media.skip) return; // inside @keyframes / @font-face etc. — not class rules\r\n const decls = collectDecls(rule);\r\n\r\n let ast;\r\n try {\r\n ast = sp!().astSync(rule.selector);\r\n } catch {\r\n return;\r\n }\r\n\r\n for (const sel of ast.nodes) {\r\n const thisOrder = order;\r\n this.#analyzeSelector(sel as selectorParser.Selector, media.media, decls, thisOrder, complex);\r\n }\r\n order += 1;\r\n });\r\n\r\n return order;\r\n }\r\n\r\n /** Analyze one comma-segment selector: forward indexing, usage facts, complex detection. */\r\n #analyzeSelector(\r\n selector: selectorParser.Selector,\r\n media: string,\r\n decls: readonly RawDecl[],\r\n order: number,\r\n complex: Set<string>,\r\n ): void {\r\n const compounds = splitCompounds(selector);\r\n let hasCombinator = false;\r\n let hasStructural = false;\r\n\r\n compounds.forEach((compound, index) => {\r\n const isSubject = index === compounds.length - 1;\r\n const rightCombinator = index < compounds.length - 1 ? compounds[index + 1]!.leftCombinator : null;\r\n if (rightCombinator) hasCombinator = true;\r\n\r\n const classes = compound.nodes.filter((n) => sp!.isClassName(n));\r\n const otherSimple = compound.nodes.some(\r\n (n) =>\r\n sp!.isTag(n) ||\r\n sp!.isIdentifier(n) ||\r\n sp!.isAttribute(n) ||\r\n sp!.isUniversal(n) ||\r\n sp!.isNesting(n),\r\n );\r\n const pseudos = compound.nodes.filter((n) => sp!.isPseudo(n));\r\n const structuralPseudo = pseudos.some((p) => STRUCTURAL_PSEUDOS.has(pseudoName(p)));\r\n const functionalPseudo = pseudos.some((p) => FUNCTIONAL_PSEUDOS.has(pseudoName(p)));\r\n const statePseudos = pseudos.filter(\r\n (p) =>\r\n sp!.isPseudoClass(p) &&\r\n !STRUCTURAL_PSEUDOS.has(pseudoName(p)) &&\r\n !FUNCTIONAL_PSEUDOS.has(pseudoName(p)),\r\n );\r\n const elementPseudos = pseudos.filter((p) => isPseudoElement(p));\r\n const qualified = classes.length > 1 || otherSimple || functionalPseudo || statePseudos.length > 0;\r\n\r\n if (structuralPseudo) hasStructural = true;\r\n\r\n for (const cls of classes) {\r\n const token = cls.value;\r\n this.#known.add(token);\r\n const u = this.#getUsage(token);\r\n u.referenced = true;\r\n if (isSubject) u.asSubject = true;\r\n if (rightCombinator === ' ' || rightCombinator === '>') u.asAncestor = true;\r\n if (rightCombinator === '+' || rightCombinator === '~') u.asSibling = true;\r\n if (qualified) u.asCompound = true;\r\n if (structuralPseudo) u.asStructural = true;\r\n if (rightCombinator !== null || qualified || structuralPseudo || elementPseudos.length > 0) {\r\n u.loadBearing = true;\r\n }\r\n\r\n // Forward indexing: a single bare `.class` compound, optionally qualified by state\r\n // pseudo-classes and/or a pseudo-element, with NO other simple selector and NO\r\n // structural/functional pseudo and NO combinator on this compound's right edge.\r\n const forwardEligible =\r\n compounds.length === 1 &&\r\n classes.length === 1 &&\r\n !otherSimple &&\r\n !structuralPseudo &&\r\n !functionalPseudo &&\r\n elementPseudos.length <= 1;\r\n if (forwardEligible && decls.length > 0) {\r\n const condition: StyleCondition = {\r\n media,\r\n states: statePseudos.map(pseudoName).sort(),\r\n pseudoElement: elementPseudos.length === 1 ? normalizePseudoElement(elementPseudos[0]!) : '',\r\n };\r\n this.#addRuleEntry(token, { order, token, condition, decls });\r\n }\r\n }\r\n\r\n // Classes nested inside selector-argument pseudos (:has/:is/:where/:not) are references too.\r\n for (const p of pseudos) {\r\n const isHas = pseudoName(p) === ':has';\r\n p.walkClasses((inner) => {\r\n const token = inner.value;\r\n this.#known.add(token);\r\n const u = this.#getUsage(token);\r\n u.referenced = true;\r\n u.loadBearing = true;\r\n if (isHas) u.asHasArgument = true;\r\n });\r\n }\r\n });\r\n\r\n if (hasCombinator || hasStructural) {\r\n complex.add(selector.toString().trim());\r\n }\r\n }\r\n\r\n #addRuleEntry(token: string, entry: RuleEntry): void {\r\n const list = this.#classIndex.get(token);\r\n if (list) list.push(entry);\r\n else this.#classIndex.set(token, [entry]);\r\n }\r\n\r\n #getUsage(token: string): MutableUsage {\r\n let u = this.#usage.get(token);\r\n if (!u) {\r\n u = {\r\n referenced: false,\r\n asSubject: false,\r\n asAncestor: false,\r\n asCompound: false,\r\n asSibling: false,\r\n asHasArgument: false,\r\n asStructural: false,\r\n loadBearing: false,\r\n };\r\n this.#usage.set(token, u);\r\n }\r\n return u;\r\n }\r\n\r\n /**\r\n * Resolve a set of tokens into a normalized condition-keyed StyleMap. `tokenList` is the original\r\n * class list (for per-declaration `tokenIndex` provenance); `request` is the set being resolved.\r\n */\r\n #resolveTokens(request: readonly string[], tokenList: readonly string[]): StyleMap {\r\n const entries: RuleEntry[] = [];\r\n for (const token of new Set(request)) {\r\n const list = this.#classIndex.get(token);\r\n if (list) entries.push(...list);\r\n }\r\n if (entries.length === 0) return emptyStyleMap();\r\n\r\n // Equal-specificity single-class rules cascade by source order — later wins.\r\n entries.sort((a, b) => a.order - b.order);\r\n\r\n const acc = new Map<ConditionKey, { condition: StyleCondition; decls: Map<CssProperty, StyleDecl> }>();\r\n for (const entry of entries) {\r\n const key = conditionKey(entry.condition);\r\n let block = acc.get(key);\r\n if (!block) {\r\n block = { condition: entry.condition, decls: new Map() };\r\n acc.set(key, block);\r\n }\r\n const tokenIndex = tokenList.indexOf(entry.token);\r\n const origin: StyleOrigin = { kind: 'class', tokenIndex, className: entry.token };\r\n for (const [prop, value, important] of entry.decls) {\r\n for (const decl of normalizer.normalizeDeclaration(prop, value, important)) {\r\n block.decls.set(decl.property, { ...decl, origin });\r\n }\r\n }\r\n }\r\n\r\n const rawBlocks = new Map<ConditionKey, StyleBlock>();\r\n for (const [key, block] of acc) {\r\n if (block.decls.size === 0) continue;\r\n rawBlocks.set(key, { condition: block.condition, decls: block.decls });\r\n }\r\n if (rawBlocks.size === 0) return emptyStyleMap();\r\n return normalizer.normalizeStyleMap({ blocks: rawBlocks });\r\n }\r\n\r\n /**\r\n * Build (once) the cover vocabulary for the exact-cover engine: every forward-resolvable class\r\n * mapped to the {@link styleMapTuples} of its full (condition-keyed, `!important`-aware) declaration\r\n * set. Unlike {@link #reverseIndex} this carries ALL style conditions and the important flag, so the\r\n * engine can pick a custom class covering hover/media declarations too.\r\n */\r\n #buildCoverVocab(): readonly CoverClass[] {\r\n if (this.#coverVocab) return this.#coverVocab;\r\n const out: CoverClass[] = [];\r\n for (const token of this.#classIndex.keys()) {\r\n const tuples = styleMapTuples(this.#resolveTokens([token], [token]), normalizer);\r\n if (tuples.length > 0) out.push({ token, tuples });\r\n }\r\n this.#coverVocab = out;\r\n return out;\r\n }\r\n\r\n /** Build (once) the reverse index used by the greedy {@link emit} fallback. */\r\n #reverseIndex(): readonly ReverseEntry[] {\r\n if (this.#reverse) return this.#reverse;\r\n const out: ReverseEntry[] = [];\r\n for (const token of this.#classIndex.keys()) {\r\n const styles = this.#resolveTokens([token], [token]);\r\n const keyed = new Map<string, string>();\r\n for (const [ck, block] of styles.blocks) {\r\n for (const [prop, decl] of block.decls) keyed.set(`${ck} ${prop}`, String(decl.value));\r\n }\r\n if (keyed.size > 0) out.push({ token, keyed });\r\n }\r\n // Larger declaration sets first → greedy minimal cover in `emit`.\r\n out.sort((a, b) => b.keyed.size - a.keyed.size);\r\n this.#reverse = out;\r\n return out;\r\n }\r\n}\r\n\r\n/* ────────────────────────────────────────────────────────────────────────── *\r\n * Factory\r\n * ────────────────────────────────────────────────────────────────────────── */\r\n\r\n/**\r\n * Construct a {@link CustomCSSResolver} from raw CSS sources and/or file paths.\r\n *\r\n * @param cssFiles raw stylesheets (`{ id, css }`) — pass `[]` when loading only from disk.\r\n * @param options optional disk paths (`files`) and/or an explicit `fingerprint`.\r\n */\r\nexport function createCssResolver(\r\n cssFiles: readonly CssFile[] = [],\r\n options?: CssResolverOptions,\r\n): StyleResolver {\r\n return new CustomCSSResolver(cssFiles, options);\r\n}\r\n","/**\n * @domflax/resolver-tailwind — tiny dependency-free hash for cache-busting fingerprints.\n */\n\n/** Tiny, dependency-free FNV-1a string hash (hex). Used to derive the cache-busting fingerprint. */\nexport function fnv1a(input: string): string {\n let h = 0x811c9dc5;\n for (let i = 0; i < input.length; i += 1) {\n h ^= input.charCodeAt(i);\n h = Math.imul(h, 0x01000193);\n }\n return (h >>> 0).toString(16).padStart(8, '0');\n}\n","/**\n * @domflax/resolver-tailwind — emit-side shorthand expansion + residual synthesis.\n */\n\nimport type {\n CssProperty,\n EmitContext,\n StyleBlock,\n StyleDecl,\n StyleMap,\n SyntheticClass,\n} from '@domflax/core';\nimport { BASE_CONDITION, conditionKey } from '@domflax/core';\nimport { normalizer } from '@domflax/pattern-kit';\n\nimport { fnv1a } from './fingerprint';\n\n/**\n * Expand a single computed declaration into the canonical LONGHAND `[property, value]` pairs the\n * reverse index is keyed on. The shared normalizer already expands the physical box shorthands\n * (`padding`/`margin`/`inset`/`border-*`); we additionally expand the few logical shorthands the\n * compress passes synthesize that the normalizer leaves intact (`size`, `inset-block`,\n * `inset-inline`). Values are re-canonicalized via the normalizer so they match the index exactly.\n */\nexport function expandForEmit(\n norm: { normalizeDeclaration: typeof normalizer.normalizeDeclaration },\n prop: string,\n value: string,\n important: boolean,\n): Array<readonly [CssProperty, string]> {\n const pairsFor = (p: string, v: string): Array<readonly [CssProperty, string]> =>\n norm.normalizeDeclaration(p, v, important).map((d) => [d.property, String(d.value)] as const);\n\n if (prop === 'size') {\n return [...pairsFor('width', value), ...pairsFor('height', value)];\n }\n if (prop === 'inset-block' || prop === 'inset-inline') {\n const parts = value.split(/\\s+/).filter((s) => s.length > 0);\n const a = parts[0] ?? value;\n const b = parts[1] ?? a;\n const sides = prop === 'inset-block' ? (['top', 'bottom'] as const) : (['left', 'right'] as const);\n return [...pairsFor(sides[0], a), ...pairsFor(sides[1], b)];\n }\n return pairsFor(prop, value);\n}\n\n/** Build a residual {@link SyntheticClass} for declarations no utility covered; `null` on failure. */\nexport function synthesizeResidual(\n remaining: ReadonlyMap<CssProperty, string>,\n ctx: EmitContext,\n): SyntheticClass | undefined {\n if (remaining.size === 0) return undefined;\n const norm = ctx.normalizer ?? normalizer;\n const decls = new Map<CssProperty, StyleDecl>();\n for (const [prop, value] of remaining) {\n for (const decl of norm.normalizeDeclaration(String(prop), value, false)) {\n decls.set(decl.property, decl);\n }\n }\n const block: StyleBlock = { condition: BASE_CONDITION, decls };\n const styleMap: StyleMap = { blocks: new Map([[conditionKey(BASE_CONDITION), block]]) };\n const css = [...remaining].map(([p, v]) => `${p}:${v}`).join(';');\n const className = `df-${fnv1a(css)}`;\n const synthetic: SyntheticClass = { className, decls: styleMap, css: `.${className}{${css}}` };\n try {\n ctx.sink.register(synthetic);\n } catch {\n /* a sink that rejects registration must not break emit */\n }\n return synthetic;\n}\n","/**\n * @domflax/resolver-tailwind — engine loading (synchronous v3 internals).\n *\n * The forward/reverse engine lives in tailwindcss' CommonJS internals. We load them through\n * `createRequire` (rather than `import`) so the exact same code path works whether this module is\n * bundled to ESM or CJS, and so the untyped internal subpaths don't need ambient declarations.\n *\n * CRITICAL (bundling): tailwindcss must be resolved from the CONSUMER'S project, NOT from the file\n * this module happens to live in. When `domflax` inlines this resolver into its own bundle\n * (`noExternal: [/^@domflax\\//]`), a require based on the bundle's location (`__filename`) would\n * look for `tailwindcss` next to `domflax/dist`, where it does not exist — so the engine silently\n * failed to load and `emit`'s reverse index came up empty. Instead we root the require in the user's\n * project (an explicit project root, then `process.cwd()`), exactly how prettier-plugin-tailwindcss\n * and the Tailwind IntelliSense engine locate a project's Tailwind. The bundle/source location is\n * kept only as a last-resort fallback (covers the non-bundled / in-repo dev case). The first base\n * from which `tailwindcss/package.json` resolves wins.\n */\n\nimport { createRequire } from 'node:module';\nimport * as path from 'node:path';\n\nimport type { TailwindResolverConfig } from './config';\nimport { loadV4Engine } from './engine-v4';\nimport type { TwContext, TwEngine, TwNode } from './types';\n\n/**\n * This module's own location, used as a last-resort require base. esbuild substitutes a real\n * `__filename` in a CJS bundle; in an ESM bundle `__filename` is undefined and we fall back to\n * `import.meta.url` (a `file://` URL, which `createRequire` accepts).\n */\nfunction moduleBase(): string {\n return typeof __filename === 'string' ? __filename : import.meta.url;\n}\n\n/**\n * Build a `require` rooted in the consumer's project so engine resolution is independent of where\n * this (possibly bundled) module physically lives. Returns `null` if `tailwindcss` resolves from no\n * candidate base.\n */\nfunction projectRequire(projectRoot?: string): NodeRequire | null {\n const bases: string[] = [];\n // A real file name is irrelevant — `createRequire` only uses the containing directory for\n // resolution; the file need not exist.\n if (projectRoot) bases.push(path.join(projectRoot, '__domflax__.js'));\n bases.push(path.join(process.cwd(), '__domflax__.js'));\n bases.push(moduleBase());\n for (const base of bases) {\n try {\n const candidate = createRequire(base);\n candidate.resolve('tailwindcss/package.json');\n return candidate;\n } catch {\n /* try the next base */\n }\n }\n return null;\n}\n\n/**\n * The FIRST major whose engine internals the v3 CODE PATH cannot drive. v4+ is handled by a separate\n * adapter ({@link loadV4Engine}); only when THAT adapter also fails do we treat the major as\n * unsupported and fall back to the safe \"everything UNKNOWN ⇒ files unchanged\" behavior.\n */\nexport const FIRST_UNSUPPORTED_MAJOR = 4;\n\n/** The outcome of trying to load the project's Tailwind engine. */\nexport interface LoadedEngine {\n /** The synchronous forward/reverse engine, or `null` when it could not be built. */\n readonly engine: TwEngine | null;\n /** The resolved `tailwindcss` version, or `null` when the package could not be located at all. */\n readonly version: string | null;\n /**\n * SAFETY (Layer 1): set to the detected MAJOR when the project's `tailwindcss` is a version this\n * resolver cannot drive (>= {@link FIRST_UNSUPPORTED_MAJOR}, e.g. v4's rewritten engine). In that\n * case `engine` is `null` and — rather than silently resolving every class to empty and then\n * mis-optimizing — the resolver reports every token as UNKNOWN so files are left UNCHANGED, and\n * surfaces a one-time diagnostic. `null` for a supported/driveable (or absent) Tailwind.\n */\n readonly unsupportedMajor: number | null;\n}\n\n/** Parse the leading integer major from a semver-ish version string, or `null`. */\nfunction majorOf(version: string): number | null {\n const m = /^\\s*(\\d+)/.exec(version);\n return m ? Number(m[1]) : null;\n}\n\n/**\n * Load a synchronous Tailwind engine for the given resolved config. Detects the project's\n * `tailwindcss` version FIRST: a MAJOR this resolver cannot drive (v4+) fails LOUDLY via\n * {@link LoadedEngine.unsupportedMajor} (engine `null`) instead of silently returning empty\n * resolutions. Any other initialization failure returns a `null` engine with no version.\n */\nexport function loadEngine(options: TailwindResolverConfig): LoadedEngine {\n const req = projectRequire(options.projectRoot);\n if (!req) return { engine: null, version: null, unsupportedMajor: null };\n\n // Read the version BEFORE touching the (v3-shaped) internals: v4 ships a different engine at\n // `dist/lib.js` and has no `lib/lib/*.js` CJS internals, so probing them would only throw — we want\n // to positively identify v4 and refuse to drive it, not fall through to a generic failure.\n let version: string | null = null;\n try {\n version = (req('tailwindcss/package.json') as { version: string }).version;\n } catch {\n return { engine: null, version: null, unsupportedMajor: null };\n }\n const major = majorOf(version);\n if (major !== null && major >= FIRST_UNSUPPORTED_MAJOR) {\n // v4+: drive the project's REAL design system through the v4 adapter (a synchronous snapshot of\n // its async API). Success ⇒ a normal, fully-resolving engine. Failure ⇒ fall back to the fail-safe\n // (`unsupportedMajor` set ⇒ every class UNKNOWN ⇒ files left unchanged), never a wrong resolution.\n const projectRoot = options.projectRoot ?? process.cwd();\n let v4: TwEngine | null = null;\n try {\n v4 = loadV4Engine(projectRoot, version);\n } catch {\n v4 = null;\n }\n if (v4) return { engine: v4, version, unsupportedMajor: null };\n return { engine: null, version, unsupportedMajor: major };\n }\n\n try {\n const resolveConfig = req('tailwindcss/resolveConfig.js') as (c: unknown) => unknown;\n const { createContext } = req('tailwindcss/lib/lib/setupContextUtils.js') as {\n createContext: (config: unknown) => TwContext;\n };\n const { generateRules } = req('tailwindcss/lib/lib/generateRules.js') as {\n generateRules: (candidates: Set<string>, context: TwContext) => Array<[number, TwNode]>;\n };\n\n let userConfig: unknown = options.config ?? { content: [{ raw: '' }] };\n if (options.configPath !== undefined) {\n const loadConfig = req('tailwindcss/loadConfig.js') as (p: string) => unknown;\n userConfig = loadConfig(options.configPath);\n }\n const resolved = resolveConfig(userConfig);\n const context = createContext(resolved);\n\n return {\n engine: {\n version,\n context,\n generate(candidates: readonly string[]): TwNode[] {\n const rules = generateRules(new Set(candidates), context);\n return rules.map(([, node]) => node);\n },\n },\n version,\n unsupportedMajor: null,\n };\n } catch {\n return { engine: null, version, unsupportedMajor: null };\n }\n}\n","/**\n * @domflax/resolver-tailwind — Tailwind v4 engine adapter.\n *\n * Builds a {@link TwEngine} (the SAME interface the v3 path exposes) backed by a synchronous snapshot\n * of the project's real v4 design system (see {@link runV4Bridge}). Because it satisfies `TwEngine`\n * exactly — `version`, `context.getClassList()`, `generate(candidates)` — the resolver, extractor,\n * emitter and serializer all work UNCHANGED; the only v4-specific step is parsing each utility's CSS\n * ({@link parseUtilityCss}), which yields the identical flat {@link TwNode} shape v3 produces.\n *\n * SAFETY: if the snapshot cannot be built (no `@tailwindcss/node`, load error, timeout, …) this\n * returns `null` and the caller falls back to the fail-safe (every class UNKNOWN ⇒ files unchanged).\n */\n\nimport { readdirSync, readFileSync, statSync } from 'node:fs';\nimport * as path from 'node:path';\n\nimport { runV4Bridge } from './v4-bridge';\nimport type { V4CssEntry } from './v4-bridge';\nimport type { TwEngine, TwNode } from './types';\nimport { parseUtilityCss } from './v4-css';\n\n/** Directories worth scanning for the Tailwind CSS entry; anything else is skipped. */\nconst SEARCH_DIRS = ['', 'src', 'app', 'styles', 'src/styles', 'src/app', 'app/styles', 'assets/css', 'css'];\nconst SKIP_DIRS = new Set(['node_modules', '.git', 'dist', 'build', 'out', '.next', 'coverage']);\nconst ENTRY_RE = /@import\\s+[\"']tailwindcss[\"']|@tailwind\\b|@theme\\b/;\n\n/** Shallowly scan one directory (non-recursive) for a `.css` file that looks like the TW entry. */\nfunction scanDir(dir: string): V4CssEntry | null {\n let names: string[];\n try {\n names = readdirSync(dir);\n } catch {\n return null;\n }\n for (const name of names) {\n if (!name.toLowerCase().endsWith('.css')) continue;\n const file = path.join(dir, name);\n try {\n if (!statSync(file).isFile()) continue;\n const css = readFileSync(file, 'utf8');\n if (ENTRY_RE.test(css)) return { css, base: path.dirname(file) };\n } catch {\n /* unreadable file — skip */\n }\n }\n return null;\n}\n\n/**\n * Assemble the ordered CSS-entry candidates the bridge should try: the project's real Tailwind entry\n * (found by a bounded scan of a few conventional directories) first, then a minimal\n * `@import \"tailwindcss\";` default so a design system can still be loaded when no entry is found.\n */\nexport function findCssEntries(projectRoot: string): V4CssEntry[] {\n const out: V4CssEntry[] = [];\n const seen = new Set<string>();\n for (const rel of SEARCH_DIRS) {\n const dir = path.resolve(projectRoot, rel);\n if (seen.has(dir) || [...SKIP_DIRS].some((s) => dir.includes(`${path.sep}${s}`))) continue;\n seen.add(dir);\n const hit = scanDir(dir);\n if (hit) {\n out.push(hit);\n break; // first plausible entry wins (conventional dirs are ordered shallow → deep)\n }\n }\n out.push({ css: '@import \"tailwindcss\";', base: projectRoot });\n return out;\n}\n\n/**\n * Adapt a class→CSS snapshot into a {@link TwEngine}. Per-class CSS is parsed lazily (and cached) into\n * the flat {@link TwNode} shape shared with v3, so `generate([...])` is a lookup + parse.\n */\nfunction makeV4Engine(entries: ReadonlyArray<readonly [string, string]>, version: string): TwEngine {\n const cssByClass = new Map<string, string>(entries.map(([name, css]) => [name, css] as const));\n const nodeCache = new Map<string, TwNode[]>();\n\n const nodesFor = (token: string): TwNode[] => {\n let cached = nodeCache.get(token);\n if (!cached) {\n const css = cssByClass.get(token);\n cached = css ? parseUtilityCss(css) : [];\n nodeCache.set(token, cached);\n }\n return cached;\n };\n\n return {\n version,\n context: {\n // The resolver keeps only string entries; we hand it the concrete class names directly.\n getClassList: () => [...cssByClass.keys()],\n },\n generate(candidates: readonly string[]): TwNode[] {\n const out: TwNode[] = [];\n for (const c of candidates) for (const n of nodesFor(c)) out.push(n);\n return out;\n },\n };\n}\n\n/**\n * Try to build a v4-backed {@link TwEngine} for the project. Returns `null` (⇒ fail-safe) when the\n * design-system snapshot cannot be produced. `version` is the already-detected `tailwindcss` version.\n */\nexport function loadV4Engine(projectRoot: string, version: string): TwEngine | null {\n const snapshot = runV4Bridge({ projectRoot, entries: findCssEntries(projectRoot) });\n if (!snapshot) return null;\n return makeV4Engine(snapshot.entries, version);\n}\n","/**\n * @domflax/resolver-tailwind — SYNCHRONOUS bridge to Tailwind v4's async design-system API.\n *\n * The {@link StyleResolver} contract is fully synchronous, but every v4 programmatic entry point\n * (`__unstable__loadDesignSystem`, `compile`) returns a Promise and there is no synchronous\n * design-system constructor. Rather than a blocking-on-promise hack in-process, we run the async load\n * ONCE, at resolver construction, inside a short-lived child `node` process via `execFileSync` (which\n * is synchronous by nature). The child loads the project's real design system, enumerates its full\n * class list, and returns each utility's CSS (`candidatesToCss`) as `[className, css]` pairs. The\n * parent then drives everything synchronously off that snapshot — forward resolution is a map lookup +\n * {@link parseUtilityCss}, and the reverse index is built from the same pairs.\n *\n * SAFETY: the child is fully guarded and its result is treated as advisory — ANY failure (missing\n * `@tailwindcss/node`, load error, timeout, non-JSON output) makes {@link runV4Bridge} return `null`,\n * and the caller then falls back to the fail-safe (every class UNKNOWN ⇒ files left unchanged).\n */\n\nimport { execFileSync } from 'node:child_process';\nimport { mkdtempSync, rmSync, writeFileSync } from 'node:fs';\nimport { tmpdir } from 'node:os';\nimport * as path from 'node:path';\n\n/** A single CSS entry the child should try to load the design system from. */\nexport interface V4CssEntry {\n readonly css: string;\n readonly base: string;\n}\n\nexport interface V4BridgePayload {\n readonly projectRoot: string;\n /** Candidate CSS entries, tried in order until one loads (the last is a minimal default). */\n readonly entries: readonly V4CssEntry[];\n}\n\nexport interface V4BridgeResult {\n /** `[className, cssText]` for every utility whose `candidatesToCss` produced CSS. */\n readonly entries: ReadonlyArray<readonly [string, string]>;\n}\n\n/**\n * The child script, kept as a source STRING (not an imported module) so it survives domflax's bundle\n * and resolves the project's Tailwind independently of where the bundle physically lives. Written to a\n * temp `.mjs` at runtime and executed with `node <script> <payload.json>`; it prints a JSON result.\n */\nconst CHILD_SOURCE = String.raw`\nimport { createRequire } from 'node:module';\nimport { pathToFileURL } from 'node:url';\nimport * as fs from 'node:fs';\nimport * as path from 'node:path';\n\nfunction out(obj) { process.stdout.write(JSON.stringify(obj)); process.exit(0); }\n\nlet payload;\ntry { payload = JSON.parse(fs.readFileSync(process.argv[2], 'utf8')); }\ncatch { out({ ok: false }); }\n\nconst projectRoot = payload.projectRoot;\nconst entries = payload.entries || [];\nconst req = createRequire(path.join(projectRoot, '__domflax_tw4__.js'));\n\nasync function importFrom(id) {\n const resolved = req.resolve(id);\n return import(pathToFileURL(resolved).href);\n}\n\n// Primary loader: @tailwindcss/node (the companion every v4 build tool installs). It resolves\n// '@import \"tailwindcss\"' and @theme against the project on disk.\nasync function loadViaNode() {\n let mod;\n try { mod = await importFrom('@tailwindcss/node'); } catch { return null; }\n if (!mod || typeof mod.__unstable__loadDesignSystem !== 'function') return null;\n for (const e of entries) {\n try { return await mod.__unstable__loadDesignSystem(e.css, { base: e.base }); } catch {}\n }\n return null;\n}\n\n// Secondary loader: bare 'tailwindcss' with a filesystem stylesheet resolver (best-effort).\nasync function loadViaCore() {\n let tw;\n try { tw = await importFrom('tailwindcss'); } catch { return null; }\n if (!tw || typeof tw.__unstable__loadDesignSystem !== 'function') return null;\n const loadStylesheet = async (id, base) => {\n const r = createRequire(path.join(base, '__domflax_tw4__.js'));\n let p;\n const tries = id === 'tailwindcss' ? ['tailwindcss/index.css', 'tailwindcss'] : [id, id + '/index.css'];\n for (const t of tries) { try { p = r.resolve(t); break; } catch {} }\n if (!p) p = path.resolve(base, id);\n return { path: p, base: path.dirname(p), content: fs.readFileSync(p, 'utf8') };\n };\n const loadModule = async (id, base) => {\n const r = createRequire(path.join(base, '__domflax_tw4__.js'));\n const p = r.resolve(id);\n return { path: p, base: path.dirname(p), module: (await import(pathToFileURL(p).href)).default };\n };\n for (const e of entries) {\n try { return await tw.__unstable__loadDesignSystem(e.css, { base: e.base, loadStylesheet, loadModule }); } catch {}\n }\n return null;\n}\n\nconst ds = (await loadViaNode()) || (await loadViaCore());\nif (!ds) out({ ok: false });\n\nlet names = [];\ntry {\n names = ds.getClassList().map((e) => (Array.isArray(e) ? e[0] : e)).filter((n) => typeof n === 'string');\n} catch { out({ ok: false }); }\n\nlet css = [];\ntry { css = ds.candidatesToCss(names); } catch { out({ ok: false }); }\n\nconst result = [];\nfor (let i = 0; i < names.length; i += 1) {\n const c = css[i];\n if (typeof c === 'string' && c.length > 0) result.push([names[i], c]);\n}\nout({ ok: true, entries: result });\n`;\n\n/**\n * Run the v4 bridge synchronously. Returns the class→CSS snapshot, or `null` on ANY failure (the\n * caller then uses the fail-safe path). Never throws.\n */\nexport function runV4Bridge(payload: V4BridgePayload): V4BridgeResult | null {\n let dir: string | null = null;\n try {\n dir = mkdtempSync(path.join(tmpdir(), 'domflax-tw4-'));\n const scriptPath = path.join(dir, 'bridge.mjs');\n const payloadPath = path.join(dir, 'payload.json');\n writeFileSync(scriptPath, CHILD_SOURCE, 'utf8');\n writeFileSync(payloadPath, JSON.stringify(payload), 'utf8');\n\n const stdout = execFileSync(process.execPath, [scriptPath, payloadPath], {\n cwd: payload.projectRoot,\n encoding: 'utf8',\n timeout: 90_000,\n maxBuffer: 256 * 1024 * 1024,\n stdio: ['ignore', 'pipe', 'ignore'],\n });\n\n const parsed = JSON.parse(stdout) as { ok?: boolean; entries?: Array<[string, string]> };\n if (!parsed.ok || !Array.isArray(parsed.entries) || parsed.entries.length === 0) return null;\n const entries = parsed.entries.filter(\n (e): e is [string, string] =>\n Array.isArray(e) && typeof e[0] === 'string' && typeof e[1] === 'string',\n );\n return entries.length > 0 ? { entries } : null;\n } catch {\n return null;\n } finally {\n if (dir) {\n try {\n rmSync(dir, { recursive: true, force: true });\n } catch {\n /* best-effort temp cleanup */\n }\n }\n }\n}\n","/**\n * @domflax/resolver-tailwind — parse + FLATTEN Tailwind v4 `candidatesToCss` output into the same\n * flat, v3-shaped {@link TwNode} array the rest of the resolver (extract / emit / serialize) already\n * consumes. This is the ONE v4-specific adapter; everything downstream stays version-agnostic.\n *\n * ## Why a bespoke parser (no postcss)\n *\n * v4's `candidatesToCss(tokens)` returns per-token CSS in the modern NESTED authoring form, e.g.\n *\n * .px-4 { padding-inline: calc(var(--spacing) * 4); }\n * .container { width: 100%; @media (width >= 40rem) { max-width: 40rem; } }\n * .divide-y { :where(& > :not(:last-child)) { border-top-width: …; } }\n * .hover\\:x { &:hover { @media (hover: hover) { … } } }\n *\n * The v3 engine, by contrast, emits FLAT postcss rules (`@media { .md\\:x { … } }`, and combinator\n * utilities as top-level complex-selector rules). `extract.ts` is written against that flat shape and\n * — crucially for SAFETY — classifies a combinator/`&`-nested selector as {@link OpaqueToken} so the\n * element is preserved, never treated as inert. So instead of re-teaching `extract` about nesting, we\n * FLATTEN here: resolve `&` against the parent selector, hoist `@media` into wrapping at-rules, and\n * emit exactly the flat structure v3 produces. A combinator like `divide-y` then flattens to a\n * `:where(.divide-y > …)` rule → `extract` marks it opaque → the element is kept. Bundling postcss\n * into domflax's dist is explicitly avoided (project convention), and a tiny, fail-safe parser we own\n * is unit-testable end to end.\n *\n * ## Fail-safe\n *\n * Any parse/flatten error yields `[]` (⇒ the token is reported UNKNOWN ⇒ the element is preserved).\n * We never invent declarations from malformed input.\n */\n\nimport type { TwGeneratedDecl, TwGeneratedRule, TwNode } from './types';\n\n/* ───────────────────────── raw parse tree ───────────────────────── */\n\ninterface RawDecl {\n readonly type: 'decl';\n readonly prop: string;\n readonly value: string;\n readonly important: boolean;\n}\ninterface RawRule {\n readonly type: 'rule';\n readonly selector: string;\n readonly nodes: RawNode[];\n}\ninterface RawAtRule {\n readonly type: 'atrule';\n readonly name: string;\n readonly params: string;\n readonly nodes: RawNode[];\n}\ntype RawNode = RawDecl | RawRule | RawAtRule;\n\n/** Strip `/* … */` comments (v4 prepends a license banner to some output). */\nfunction stripComments(src: string): string {\n return src.replace(/\\/\\*[\\s\\S]*?\\*\\//g, '');\n}\n\n/** Turn a `prop: value` buffer into a declaration, or `null` for empties / at-statements. */\nfunction toDecl(buffer: string): RawDecl | null {\n const buf = buffer.trim();\n if (buf.length === 0 || buf[0] === '@') return null; // `@import …;` etc. carry no element box style\n const colon = buf.indexOf(':');\n if (colon <= 0) return null;\n const prop = buf.slice(0, colon).trim();\n let value = buf.slice(colon + 1).trim();\n if (prop.length === 0 || value.length === 0) return null;\n let important = false;\n const bang = /!\\s*important\\s*$/i.exec(value);\n if (bang) {\n important = true;\n value = value.slice(0, bang.index).trim();\n }\n return { type: 'decl', prop, value, important };\n}\n\n/** Split a `@name params` prelude into its parts. */\nfunction splitAtRule(prelude: string): { name: string; params: string } {\n const m = /^@([A-Za-z-]+)\\s*([\\s\\S]*)$/.exec(prelude);\n if (!m) return { name: prelude.slice(1).trim(), params: '' };\n return { name: m[1]!.toLowerCase(), params: m[2]!.trim() };\n}\n\n/**\n * Recursive-descent block parser. Declaration values in Tailwind output never contain `{`/`}`/`;`\n * (function args use parentheses), so a plain brace/semicolon scanner is sufficient and robust.\n */\nfunction parseBlock(src: string, start: number): { nodes: RawNode[]; next: number } {\n const nodes: RawNode[] = [];\n let buf = '';\n let i = start;\n while (i < src.length) {\n const c = src[i]!;\n if (c === '{') {\n const prelude = buf.trim();\n buf = '';\n const inner = parseBlock(src, i + 1);\n i = inner.next;\n if (prelude.startsWith('@')) {\n const { name, params } = splitAtRule(prelude);\n nodes.push({ type: 'atrule', name, params, nodes: inner.nodes });\n } else if (prelude.length > 0) {\n nodes.push({ type: 'rule', selector: prelude, nodes: inner.nodes });\n }\n } else if (c === '}') {\n const d = toDecl(buf);\n if (d) nodes.push(d);\n return { nodes, next: i + 1 };\n } else if (c === ';') {\n const d = toDecl(buf);\n if (d) nodes.push(d);\n buf = '';\n i += 1;\n } else {\n buf += c;\n i += 1;\n }\n }\n const tail = toDecl(buf);\n if (tail) nodes.push(tail);\n return { nodes, next: i };\n}\n\n/* ───────────────────────── nesting flatten ───────────────────────── */\n\ninterface AtFrame {\n readonly name: string;\n readonly params: string;\n}\ninterface Leaf {\n readonly selector: string;\n readonly at: readonly AtFrame[];\n readonly decls: readonly RawDecl[];\n}\n\n/** Resolve a nested selector against its parent per CSS Nesting (`&` = parent; else descendant). */\nfunction resolveNesting(child: string, parent: string): string {\n const c = child.trim();\n if (parent.length === 0) return c;\n if (c.includes('&')) return c.split('&').join(parent);\n return `${parent} ${c}`;\n}\n\n/** At-rules that never contribute to the element's own box and carry no nested element styles. */\nconst DROP_ATRULES = new Set(['property', 'keyframes', 'font-face', 'charset', 'import']);\n\n/** Recursively hoist a nested tree into flat {@link Leaf}s (selector + at-rule stack + own decls). */\nfunction flattenNodes(nodes: readonly RawNode[], selector: string, at: readonly AtFrame[], out: Leaf[]): void {\n const own: RawDecl[] = [];\n for (const n of nodes) if (n.type === 'decl') own.push(n);\n if (own.length > 0 && selector.length > 0) out.push({ selector, at: [...at], decls: own });\n\n for (const n of nodes) {\n if (n.type === 'rule') {\n flattenNodes(n.nodes, resolveNesting(n.selector, selector), at, out);\n } else if (n.type === 'atrule') {\n if (n.name === 'media') {\n flattenNodes(n.nodes, selector, [...at, { name: 'media', params: n.params }], out);\n } else if (n.name === 'layer') {\n flattenNodes(n.nodes, selector, at, out); // @layer only affects cascade order → transparent\n } else if (!DROP_ATRULES.has(n.name)) {\n // @supports / @container / unknown → keep the wrapper so `extract` treats it as opaque.\n flattenNodes(n.nodes, selector, [...at, { name: n.name, params: n.params }], out);\n }\n }\n }\n}\n\n/** Build a flat {@link TwNode} (at-rule-wrapped rule) from one hoisted leaf. */\nfunction leafToNode(leaf: Leaf): TwNode {\n const declNodes: TwGeneratedDecl[] = leaf.decls.map((d) => ({\n type: 'decl',\n prop: d.prop,\n value: d.value,\n important: d.important,\n }));\n let node: TwNode = { type: 'rule', selector: leaf.selector, nodes: declNodes } satisfies TwGeneratedRule;\n for (let i = leaf.at.length - 1; i >= 0; i -= 1) {\n node = { type: 'atrule', name: leaf.at[i]!.name, params: leaf.at[i]!.params, nodes: [node] };\n }\n return node;\n}\n\n/**\n * Parse one v4 `candidatesToCss` string and return the FLAT {@link TwNode}s (identical in shape to\n * what the v3 engine yields). Returns `[]` on any failure — the fail-safe that keeps the token\n * UNKNOWN so its element is preserved.\n */\nexport function parseUtilityCss(css: string): TwNode[] {\n try {\n const { nodes } = parseBlock(stripComments(css), 0);\n const leaves: Leaf[] = [];\n flattenNodes(nodes, '', [], leaves);\n return leaves.map(leafToNode);\n } catch {\n return [];\n }\n}\n","/**\n * @domflax/resolver-tailwind — selector / condition parsing.\n */\n\nimport type { StyleCondition } from '@domflax/core';\n\n/** Pseudo-elements that Tailwind may emit with a legacy single colon. */\nconst LEGACY_PSEUDO_ELEMENTS = new Set([\n ':before',\n ':after',\n ':first-line',\n ':first-letter',\n]);\n\nexport type ParsedSelector =\n | { readonly kind: 'simple'; readonly states: readonly string[]; readonly pseudoElement: string }\n | { readonly kind: 'complex' };\n\n/**\n * Parse a generated selector into a {@link StyleCondition} fragment. Accepts ONLY a single class\n * selector optionally followed by pseudo-class / pseudo-element parts (`.x`, `.x:hover`,\n * `.x::before`, `.x:focus:hover`). Anything with a combinator, a second compound class, an attribute\n * selector, or a selector list is `complex` (⇒ opaque) because its declarations do not apply to the\n * element's own box.\n */\nexport function parseSelector(selector: string): ParsedSelector {\n const sel = selector.trim();\n if (sel.length === 0 || sel[0] !== '.') return { kind: 'complex' };\n\n // Consume the class identifier, honoring CSS backslash escapes (`\\:`, `\\/`, `\\[`, …).\n let i = 1;\n for (; i < sel.length; i += 1) {\n const c = sel[i]!;\n if (c === '\\\\') {\n i += 1; // skip the escaped char\n continue;\n }\n if (c === ':' || c === '.' || c === '[' || c === ' ' || c === '>' || c === '+' || c === '~' || c === ',') {\n break;\n }\n }\n\n const remainder = sel.slice(i);\n if (remainder.length === 0) {\n return { kind: 'simple', states: [], pseudoElement: '' };\n }\n // The remainder must be EXCLUSIVELY pseudo parts — no combinator / compound / attribute follows.\n if (!/^(?:::?[-a-z]+(?:\\([^()]*\\))?)+$/i.test(remainder)) {\n return { kind: 'complex' };\n }\n\n const parts = remainder.match(/::?[-a-z]+(?:\\([^()]*\\))?/gi) ?? [];\n const states: string[] = [];\n let pseudoElement = '';\n for (const part of parts) {\n if (part.startsWith('::') || LEGACY_PSEUDO_ELEMENTS.has(part)) {\n pseudoElement = part.startsWith('::') ? part : `:${part}`;\n } else {\n states.push(part);\n }\n }\n return { kind: 'simple', states, pseudoElement };\n}\n\nexport function makeCondition(media: string, states: readonly string[], pseudoElement: string): StyleCondition {\n return {\n media,\n states: [...new Set(states)].sort(),\n pseudoElement,\n };\n}\n\n/** Recover a class name from a simple `.escaped-class` selector, or `null` if it isn't simple. */\nexport function unescapeClass(selector: string): string | null {\n const sel = selector.trim();\n if (sel[0] !== '.') return null;\n let out = '';\n for (let i = 1; i < sel.length; i += 1) {\n const c = sel[i]!;\n if (c === '\\\\') {\n i += 1;\n if (i < sel.length) out += sel[i];\n continue;\n }\n if (c === ':' || c === '.' || c === '[' || c === ' ' || c === '>' || c === '+' || c === '~' || c === ',') {\n return null; // not a bare single-class selector\n }\n out += c;\n }\n return out.length > 0 ? out : null;\n}\n","/**\n * @domflax/resolver-tailwind — rule extraction (engine nodes → usable blocks).\n */\n\nimport type { OpaqueToken, StyleCondition } from '@domflax/core';\n\nimport { makeCondition, parseSelector } from './selector';\nimport type { TwGeneratedAtRule, TwGeneratedDecl, TwGeneratedRule, TwNode } from './types';\n\nexport interface ExtractedBlock {\n readonly condition: StyleCondition;\n readonly decls: ReadonlyArray<readonly [string, string, boolean]>;\n}\n\nexport interface ExtractedToken {\n /** Usable (BASE + supported-variant) blocks. */\n readonly blocks: readonly ExtractedBlock[];\n /** True if the engine emitted at least one rule for the token (even an opaque one). */\n readonly produced: boolean;\n /** Set when the token only resolves via combinator / unsupported at-rule selectors. */\n readonly opaque?: OpaqueToken;\n}\n\n/** Collect every leaf `rule` node together with the `@media` stack that wraps it. */\nfunction collectRules(\n node: TwNode,\n mediaStack: readonly string[],\n inUnsupportedAtRule: boolean,\n out: Array<{ rule: TwGeneratedRule; media: readonly string[]; unsupported: boolean }>,\n): void {\n if (node.type === 'rule') {\n out.push({ rule: node as TwGeneratedRule, media: mediaStack, unsupported: inUnsupportedAtRule });\n return;\n }\n if (node.type === 'atrule') {\n const at = node as TwGeneratedAtRule;\n const children = at.nodes ?? [];\n if (at.name === 'media') {\n const nextStack = at.params ? [...mediaStack, at.params] : mediaStack;\n for (const child of children) collectRules(child, nextStack, inUnsupportedAtRule, out);\n } else {\n // @supports / @container / etc. — recurse but flag as unsupported (⇒ opaque).\n for (const child of children) collectRules(child, mediaStack, true, out);\n }\n }\n}\n\n/** Extract usable blocks + opacity info for a single candidate token from its generated nodes. */\nexport function extractToken(token: string, nodes: readonly TwNode[]): ExtractedToken {\n if (nodes.length === 0) return { blocks: [], produced: false };\n\n const leaves: Array<{ rule: TwGeneratedRule; media: readonly string[]; unsupported: boolean }> = [];\n for (const node of nodes) collectRules(node, [], false, leaves);\n\n const blocks: ExtractedBlock[] = [];\n let sawComplex = false;\n\n for (const { rule, media, unsupported } of leaves) {\n const parsed = parseSelector(rule.selector);\n if (parsed.kind === 'complex' || unsupported) {\n sawComplex = true;\n continue;\n }\n const decls: Array<readonly [string, string, boolean]> = [];\n for (const child of rule.nodes ?? []) {\n if (child.type !== 'decl') continue; // skip @defaults markers, comments, nested rules\n const d = child as TwGeneratedDecl;\n if (typeof d.value !== 'string') continue;\n decls.push([d.prop, d.value, d.important === true]);\n }\n if (decls.length === 0) continue;\n const mediaQuery = media.join(' and ');\n blocks.push({ condition: makeCondition(mediaQuery, parsed.states, parsed.pseudoElement), decls });\n }\n\n const opaque: OpaqueToken | undefined =\n sawComplex && blocks.length === 0\n ? { token, reason: 'combinator-variant', detail: 'utility targets descendants/siblings, not its own box' }\n : undefined;\n\n return { blocks, produced: true, opaque };\n}\n","/**\n * @domflax/resolver-tailwind — CSS serialization for `cssFor`.\n */\n\nimport type { TwGeneratedAtRule, TwGeneratedDecl, TwGeneratedRule, TwNode } from './types';\n\n/** Serialize one engine-emitted node (rule / atrule / decl) into plain CSS text. */\nexport function serializeCssNode(node: TwNode): string {\n if (node.type === 'decl') {\n const d = node as TwGeneratedDecl;\n if (typeof d.value !== 'string') return '';\n return `${d.prop}:${d.value}${d.important === true ? ' !important' : ''}`;\n }\n if (node.type === 'rule') {\n const r = node as TwGeneratedRule;\n const body = (r.nodes ?? [])\n .map((c) => serializeCssNode(c))\n .filter((s) => s.length > 0)\n .join(';');\n return `${r.selector}{${body}}`;\n }\n if (node.type === 'atrule') {\n const a = node as TwGeneratedAtRule;\n const body = (a.nodes ?? [])\n .map((c) => serializeCssNode(c))\n .filter((s) => s.length > 0)\n .join('');\n return `@${a.name} ${a.params}{${body}}`;\n }\n return '';\n}\n","/**\n * @domflax/resolver-tailwind — StyleMap assembly + provenance helpers.\n */\n\nimport type {\n CssProperty,\n StyleBlock,\n StyleCondition,\n StyleDecl,\n StyleMap,\n StyleOrigin,\n} from '@domflax/core';\nimport { conditionKey, emptyStyleMap } from '@domflax/core';\nimport { normalizer } from '@domflax/pattern-kit';\n\nexport function buildStyleMap(\n blockMaps: Map<string, { condition: StyleCondition; decls: Map<CssProperty, StyleDecl> }>,\n): StyleMap {\n if (blockMaps.size === 0) return emptyStyleMap();\n const blocks = new Map<ReturnType<typeof conditionKey>, StyleBlock>();\n for (const { condition, decls } of blockMaps.values()) {\n if (decls.size === 0) continue;\n blocks.set(conditionKey(condition), { condition, decls });\n }\n if (blocks.size === 0) return emptyStyleMap();\n return normalizer.normalizeStyleMap({ blocks });\n}\n\n/**\n * The shadow chain a newly-winning declaration inherits when it overrides `prev` on the same\n * property: everything `prev` already shadowed, plus `prev`'s own origin (now shadowed too). Deduped\n * by class name and restricted to class origins (the only kind `dedupe-classes` acts on).\n */\nexport function shadowedBy(prev: StyleDecl): readonly StyleOrigin[] | undefined {\n const out: StyleOrigin[] = [];\n const seen = new Set<string>();\n const add = (o: StyleOrigin | undefined): void => {\n if (!o || o.kind !== 'class' || seen.has(o.className)) return;\n seen.add(o.className);\n out.push(o);\n };\n for (const o of prev.shadowed ?? []) add(o);\n add(prev.origin);\n return out.length > 0 ? out : undefined;\n}\n","/**\n * @domflax/resolver-tailwind — conservative {@link SelectorUsage} constants.\n */\n\nimport type { SelectorUsage } from '@domflax/core';\n\n/**\n * A conservative, never-droppable {@link SelectorUsage}. Until a real project selector graph exists\n * we must assume a class could be referenced in any unsafe position, so nothing is safe to rewrite.\n */\nexport const OPAQUE_USAGE: SelectorUsage = {\n asSubject: true,\n asAncestor: true,\n asCompound: true,\n asSibling: true,\n asHasArgument: true,\n asStructural: true,\n droppable: false,\n};\n\n/**\n * A plain-subject {@link SelectorUsage}: the class is a resolver-owned, base-only utility whose\n * whole effect is reproducible from `computed`, so it is safe to drop/replace during reverse-emit.\n */\nexport const DROPPABLE_USAGE: SelectorUsage = {\n asSubject: true,\n asAncestor: false,\n asCompound: false,\n asSibling: false,\n asHasArgument: false,\n asStructural: false,\n droppable: true,\n};\n","/**\r\n * @domflax/resolver-tailwind — the {@link StyleResolver} implementation + public factory.\r\n */\r\n\r\nimport type {\r\n CoverClass,\r\n CssProperty,\r\n EmitContext,\r\n EmitResult,\r\n OpaqueToken,\r\n ResolveInput,\r\n ResolveResult,\r\n SelectorUsage,\r\n StyleCondition,\r\n StyleDecl,\r\n StyleMap,\r\n StyleOrigin,\r\n StyleResolver,\r\n} from '@domflax/core';\r\nimport { BASE_CONDITION, conditionKey, minStringCover, styleMapTuples, tupleKey } from '@domflax/core';\r\nimport { normalizer } from '@domflax/pattern-kit';\r\n\r\nimport type { TailwindResolverConfig } from './config';\r\nimport { expandForEmit, synthesizeResidual } from './emit';\r\nimport { loadEngine } from './engine';\r\nimport type { ExtractedToken } from './extract';\r\nimport { extractToken } from './extract';\r\nimport { fnv1a } from './fingerprint';\r\nimport { parseSelector, unescapeClass } from './selector';\r\nimport { serializeCssNode } from './serialize';\r\nimport { buildStyleMap, shadowedBy } from './stylemap';\r\nimport type { TwEngine, TwGeneratedDecl, TwGeneratedRule } from './types';\r\nimport { DROPPABLE_USAGE, OPAQUE_USAGE } from './usage';\r\n\r\n/**\r\n * Providers already warned about an unsupported Tailwind major, so the diagnostic is emitted ONCE per\r\n * distinct provider/version even when many resolvers (per-file caches, multiple runs) are constructed.\r\n */\r\nconst warnedUnsupported = new Set<string>();\r\n\r\nclass TailwindResolver implements StyleResolver {\r\n readonly id = 'tailwind';\r\n readonly provider: string;\r\n readonly fingerprint: string;\r\n /**\r\n * SAFETY (Layer 1): the detected Tailwind MAJOR when the project's version is one this resolver\r\n * cannot drive (v4+), else `null`. When set, {@link resolve} reports every token as unknown, so\r\n * downstream files are left unchanged (never mis-optimized). Exposed for diagnostics/tests.\r\n */\r\n readonly unsupportedMajor: number | null;\r\n\r\n readonly #engine: TwEngine | null;\r\n /** Per-token extraction cache (engine output is pure for a fixed config). */\r\n readonly #tokenCache = new Map<string, ExtractedToken>();\r\n /** Per-class-set forward-resolution cache. */\r\n readonly #resolveCache = new Map<string, ResolveResult>();\r\n /** Lazily built reverse index for the greedy {@link emit} fallback. */\r\n #reverseIndex: ReadonlyArray<readonly [string, ReadonlyMap<CssProperty, string>]> | null = null;\r\n /** Lazily built cover vocabulary (base-condition tuple sets) for the exact-cover engine. */\r\n #coverVocab: readonly CoverClass[] | null = null;\r\n\r\n constructor(config: TailwindResolverConfig = {}) {\r\n const loaded = loadEngine(config);\r\n this.#engine = loaded.engine;\r\n this.unsupportedMajor = loaded.unsupportedMajor;\r\n this.provider =\r\n config.provider ??\r\n (loaded.version ? `tailwindcss@${loaded.version}` : 'tailwindcss');\r\n const seed = JSON.stringify(config.config ?? {}) + (config.configPath ?? '');\r\n this.fingerprint = config.fingerprint ?? `${this.provider}/${fnv1a(seed)}`;\r\n\r\n // SAFETY (Layer 1): fail LOUDLY (once) when a v4+ project's real design system could NOT be\r\n // loaded (the v4 adapter fell through — e.g. `@tailwindcss/node` is missing). Every class then\r\n // resolves to `unknown` (below), so the per-element fail-safe leaves files unchanged instead of\r\n // unsafely flattening. A v4 project whose design system DID load has `unsupportedMajor === null`\r\n // and resolves normally — no warning.\r\n if (this.unsupportedMajor !== null && !warnedUnsupported.has(this.provider)) {\r\n warnedUnsupported.add(this.provider);\r\n // eslint-disable-next-line no-console\r\n console.warn(\r\n `domflax: detected Tailwind v${this.unsupportedMajor} (${this.provider}) but could not load its ` +\r\n `design system (is @tailwindcss/node installed?); classes cannot be resolved, so files are ` +\r\n `left unchanged to avoid unsafe edits.`,\r\n );\r\n }\r\n }\r\n\r\n /** Engine-backed, cached single-token extraction. */\r\n #extract(token: string): ExtractedToken {\r\n const cached = this.#tokenCache.get(token);\r\n if (cached) return cached;\r\n let result: ExtractedToken;\r\n if (!this.#engine) {\r\n result = { blocks: [], produced: false };\r\n } else {\r\n try {\r\n result = extractToken(token, this.#engine.generate([token]));\r\n } catch {\r\n result = { blocks: [], produced: false };\r\n }\r\n }\r\n this.#tokenCache.set(token, result);\r\n return result;\r\n }\r\n\r\n owns(token: string): boolean {\r\n if (token.length === 0) return false;\r\n return this.#extract(token).produced;\r\n }\r\n\r\n resolve(input: ResolveInput): ResolveResult {\r\n const key = JSON.stringify(input.classes);\r\n const cached = this.#resolveCache.get(key);\r\n if (cached) return cached;\r\n\r\n // condition-key → { condition, longhand decls }. Iterating classes in source order means later\r\n // utilities overwrite earlier ones on the same property (equal-specificity cascade).\r\n const blockMaps = new Map<\r\n string,\r\n { condition: StyleCondition; decls: Map<CssProperty, StyleDecl> }\r\n >();\r\n const resolved: string[] = [];\r\n const unknown: string[] = [];\r\n const opaque: OpaqueToken[] = [];\r\n\r\n input.classes.forEach((token, tokenIndex) => {\r\n const extracted = this.#extract(token);\r\n if (!extracted.produced) {\r\n unknown.push(token);\r\n return;\r\n }\r\n if (extracted.opaque) opaque.push(extracted.opaque);\r\n if (extracted.blocks.length === 0) return; // produced only opaque rules\r\n\r\n const origin: StyleOrigin = { kind: 'class', tokenIndex, className: token };\r\n let contributed = false;\r\n for (const block of extracted.blocks) {\r\n const ck = conditionKey(block.condition);\r\n let bucket = blockMaps.get(ck);\r\n if (!bucket) {\r\n bucket = { condition: block.condition, decls: new Map() };\r\n blockMaps.set(ck, bucket);\r\n }\r\n for (const [prop, value, important] of block.decls) {\r\n for (const decl of normalizer.normalizeDeclaration(prop, value, important)) {\r\n // Record provenance: a LATER token on the same property shadows the earlier one. The\r\n // overridden origin (plus anything it already shadowed) is carried in `shadowed`, which\r\n // is exactly what the `dedupe-classes` pattern reads to find fully-overridden tokens.\r\n // This only enriches decl metadata — the resolved VALUES are unchanged.\r\n const prev = bucket.decls.get(decl.property);\r\n const shadowed = prev ? shadowedBy(prev) : undefined;\r\n bucket.decls.set(decl.property, shadowed ? { ...decl, origin, shadowed } : { ...decl, origin });\r\n contributed = true;\r\n }\r\n }\r\n }\r\n if (contributed) resolved.push(token);\r\n });\r\n\r\n const result: ResolveResult = {\r\n styles: buildStyleMap(blockMaps),\r\n resolved,\r\n unknown,\r\n opaque,\r\n warnings: [],\r\n };\r\n this.#resolveCache.set(key, result);\r\n return result;\r\n }\r\n\r\n /**\r\n * Lazily build the reverse index from the engine's own enumerable class list. Each indexable\r\n * utility maps to its NORMALIZED BASE longhand declarations (property → canonical value). Utilities\r\n * with variant conditions, combinator selectors, or no BASE declarations are skipped. Sorted by\r\n * declaration count (desc) so greedier (shorthand-like) utilities are tried first.\r\n */\r\n #buildReverseIndex(): ReadonlyArray<readonly [string, ReadonlyMap<CssProperty, string>]> {\r\n if (this.#reverseIndex) return this.#reverseIndex;\r\n const index: Array<readonly [string, Map<CssProperty, string>]> = [];\r\n if (this.#engine) {\r\n try {\r\n const classes = this.#engine.context\r\n .getClassList()\r\n .filter((c): c is string => typeof c === 'string');\r\n const nodes = this.#engine.generate(classes);\r\n // Re-extract per class would be costly; instead group decls by their (single) class selector.\r\n for (const node of nodes) {\r\n if (node.type !== 'rule') continue; // skip @media / @keyframes wrappers (⇒ variants only)\r\n const rule = node as TwGeneratedRule;\r\n const parsed = parseSelector(rule.selector);\r\n if (parsed.kind !== 'simple' || parsed.states.length > 0 || parsed.pseudoElement !== '') {\r\n continue; // BASE-only\r\n }\r\n const className = unescapeClass(rule.selector);\r\n if (className === null) continue;\r\n const decls = new Map<CssProperty, string>();\r\n for (const child of rule.nodes ?? []) {\r\n if (child.type !== 'decl') continue;\r\n const d = child as TwGeneratedDecl;\r\n if (typeof d.value !== 'string') continue;\r\n for (const decl of normalizer.normalizeDeclaration(d.prop, d.value, d.important === true)) {\r\n decls.set(decl.property, String(decl.value));\r\n }\r\n }\r\n if (decls.size > 0) index.push([className, decls]);\r\n }\r\n } catch {\r\n /* leave index empty on failure — emit degrades to a no-op */\r\n }\r\n }\r\n index.sort((a, b) => b[1].size - a[1].size || (a[0] < b[0] ? -1 : a[0] > b[0] ? 1 : 0));\r\n this.#reverseIndex = index;\r\n return index;\r\n }\r\n\r\n /**\r\n * The cover vocabulary: every base-condition, plain-subject utility mapped to the {@link tupleKey}s\r\n * of its full normalized-longhand declaration set. Built once from a SINGLE engine `generate` over\r\n * the enumerable class list (grouped by selector), so it is the same cost as {@link #buildReverseIndex}.\r\n * This is what the provider-uniform exact-cover engine searches; the element's own droppable tokens\r\n * are members of it, guaranteeing feasibility. Variant / combinator / pseudo utilities are excluded\r\n * (their effect is not the element's own base box), so a target carrying such conditions simply finds\r\n * no cover and falls back to the greedy emit.\r\n */\r\n #buildCoverVocab(): readonly CoverClass[] {\r\n if (this.#coverVocab) return this.#coverVocab;\r\n const baseCk = String(conditionKey(BASE_CONDITION));\r\n const out: CoverClass[] = [];\r\n if (this.#engine) {\r\n try {\r\n const classes = this.#engine.context\r\n .getClassList()\r\n .filter((c): c is string => typeof c === 'string');\r\n const nodes = this.#engine.generate(classes);\r\n for (const node of nodes) {\r\n if (node.type !== 'rule') continue;\r\n const rule = node as TwGeneratedRule;\r\n const parsed = parseSelector(rule.selector);\r\n if (parsed.kind !== 'simple' || parsed.states.length > 0 || parsed.pseudoElement !== '') {\r\n continue; // BASE-only, own-box utilities only\r\n }\r\n const className = unescapeClass(rule.selector);\r\n if (className === null) continue;\r\n const tuples: string[] = [];\r\n const seen = new Set<string>();\r\n for (const child of rule.nodes ?? []) {\r\n if (child.type !== 'decl') continue;\r\n const d = child as TwGeneratedDecl;\r\n if (typeof d.value !== 'string') continue;\r\n for (const decl of normalizer.normalizeDeclaration(d.prop, d.value, d.important === true)) {\r\n const k = tupleKey(baseCk, String(decl.property), String(decl.value), decl.important);\r\n if (!seen.has(k)) {\r\n seen.add(k);\r\n tuples.push(k);\r\n }\r\n }\r\n }\r\n if (tuples.length > 0) out.push({ token: className, tuples });\r\n }\r\n } catch {\r\n /* leave vocab empty on failure — cover degrades to the greedy fallback */\r\n }\r\n }\r\n this.#coverVocab = out;\r\n return out;\r\n }\r\n\r\n /**\r\n * Try the minimal-string exact-cover engine over the WHOLE utility vocabulary. On success the chosen\r\n * set is verified by the mandatory CORRECTNESS BACKSTOP — re-resolve it and assert it reproduces the\r\n * target's tuples EXACTLY — before it is returned; any mismatch (or no cover / oversize universe)\r\n * yields `null` so {@link emit} uses its greedy fallback. Never returns a set that misrepresents `U`.\r\n */\r\n #tryCover(normalized: StyleMap, norm: EmitContext['normalizer']): EmitResult | null {\r\n const universe = styleMapTuples(normalized, norm);\r\n if (universe.length === 0) return { classes: [], exact: true, warnings: [] };\r\n const chosen = minStringCover(universe, this.#buildCoverVocab());\r\n if (!chosen || chosen.length === 0) return null;\r\n const reTuples = new Set(styleMapTuples(this.resolve({ classes: chosen }).styles, norm));\r\n if (reTuples.size !== universe.length) return null;\r\n for (const t of universe) if (!reTuples.has(t)) return null;\r\n return { classes: chosen, exact: true, warnings: [] };\r\n }\r\n\r\n emit(styles: StyleMap, ctx: EmitContext): EmitResult {\r\n const norm = ctx.normalizer ?? normalizer;\r\n const normalized = norm.normalizeStyleMap(styles);\r\n\r\n // Primary path: the provider-uniform minimal-string exact cover over the full vocabulary.\r\n const cover = this.#tryCover(normalized, norm);\r\n if (cover) return cover;\r\n\r\n const base = normalized.blocks.get(conditionKey(BASE_CONDITION));\r\n if (!base || base.decls.size === 0) return { classes: [], exact: true, warnings: [] };\r\n\r\n // Only the BASE block is reverse-synthesized (see module LIMITATION). Any non-base condition\r\n // present in the target means we cannot be exact.\r\n const hasNonBase = normalized.blocks.size > 1;\r\n\r\n // The target longhand map. The IR's compress passes hand us SHORTHAND properties (`padding`,\r\n // `margin`, `inset`, `inset-block`, `inset-inline`, `size`); we expand them to the same longhand\r\n // basis the reverse index is keyed on, so a single shorthand utility (`p-4`, `size-4`, `inset-0`)\r\n // can cover them.\r\n const target = new Map<CssProperty, string>();\r\n for (const [prop, decl] of base.decls) {\r\n for (const [lp, lv] of expandForEmit(norm, String(prop), String(decl.value), decl.important)) {\r\n target.set(lp, lv);\r\n }\r\n }\r\n\r\n // Keep only utilities every one of whose declarations matches the target (an exact-fit subset);\r\n // emitting a utility that sets an unwanted property/value would change the computed style.\r\n const candidates: Array<readonly [string, ReadonlyMap<CssProperty, string>]> = [];\r\n for (const entry of this.#buildReverseIndex()) {\r\n const [, declMap] = entry;\r\n if (declMap.size === 0 || declMap.size > target.size) continue;\r\n let fits = true;\r\n for (const [prop, value] of declMap) {\r\n if (target.get(prop) !== value) {\r\n fits = false;\r\n break;\r\n }\r\n }\r\n if (fits) candidates.push(entry);\r\n }\r\n\r\n // Greedy set-cover: repeatedly take the candidate covering the MOST still-needed declarations,\r\n // so a shorthand (`p-4`, 4 decls) beats `px-4`+`py-4`. Ties break toward the tighter decl-set\r\n // then lexicographically, for deterministic output.\r\n const remaining = new Map(target);\r\n const classes: string[] = [];\r\n while (remaining.size > 0) {\r\n let best: readonly [string, ReadonlyMap<CssProperty, string>] | null = null;\r\n let bestCover = 0;\r\n for (const entry of candidates) {\r\n const [token, declMap] = entry;\r\n let cover = 0;\r\n for (const prop of declMap.keys()) if (remaining.has(prop)) cover += 1;\r\n if (cover === 0) continue;\r\n const better =\r\n best === null ||\r\n cover > bestCover ||\r\n (cover === bestCover && declMap.size < best[1].size) ||\r\n (cover === bestCover && declMap.size === best[1].size && token < best[0]);\r\n if (better) {\r\n best = entry;\r\n bestCover = cover;\r\n }\r\n }\r\n if (!best) break; // nothing covers any still-needed declaration → residual\r\n classes.push(best[0]);\r\n for (const prop of best[1].keys()) remaining.delete(prop);\r\n }\r\n\r\n const exact = remaining.size === 0 && !hasNonBase;\r\n if (remaining.size === 0) return { classes, exact, warnings: [] };\r\n\r\n // Surface what no utility could cover as a residual synthetic (never thrown, never invented).\r\n const residual = synthesizeResidual(remaining, ctx);\r\n return residual\r\n ? { classes, residual, exact, warnings: [] }\r\n : { classes, exact, warnings: [] };\r\n }\r\n\r\n /**\r\n * Generate a CSS stylesheet that defines `classes`, so a verifier can render a subtree with the\r\n * real Tailwind styling applied. Backed by the same engine `resolve` uses (`generate(candidates)`),\r\n * serialized to plain CSS. Returns `''` when the engine is unavailable or generates nothing.\r\n */\r\n cssFor(classes: readonly string[]): string {\r\n if (!this.#engine) return '';\r\n const tokens = [...new Set(classes)].filter((c) => c.length > 0);\r\n if (tokens.length === 0) return '';\r\n try {\r\n return this.#engine\r\n .generate(tokens)\r\n .map((n) => serializeCssNode(n))\r\n .filter((s) => s.length > 0)\r\n .join('\\n');\r\n } catch {\r\n return '';\r\n }\r\n }\r\n\r\n selectorUsage(token: string): SelectorUsage {\r\n // No project selector graph yet, so we cannot know how a CUSTOM (non-Tailwind) class is\r\n // referenced — treat it as load-bearing (preserved verbatim). A resolver-OWNED utility, by\r\n // contrast, is safe to drop/replace iff its whole effect is reproducible from `computed`: it\r\n // must be a plain (non-opaque) utility contributing ONLY base-condition declarations. Opaque\r\n // (combinator/at-rule) and variant-bound utilities are kept, because `emit` cannot rebuild them.\r\n const ex = this.#extract(token);\r\n if (!ex.produced || ex.opaque) return OPAQUE_USAGE;\r\n const baseOnly =\r\n ex.blocks.length > 0 &&\r\n ex.blocks.every((b) => conditionKey(b.condition) === conditionKey(BASE_CONDITION));\r\n if (!baseOnly) return OPAQUE_USAGE;\r\n return DROPPABLE_USAGE;\r\n }\r\n}\r\n\r\n/** Factory: build a Tailwind-backed {@link StyleResolver}. */\r\nexport function createTailwindResolver(config?: TailwindResolverConfig): StyleResolver {\r\n return new TailwindResolver(config);\r\n}\r\n","/**\n * @domflax/cli — the single-file transform engine.\n *\n * Built directly from the LOWER packages (core + frontend-jsx + resolver-tailwind/resolver-css +\n * patterns + pattern-kit). It deliberately does NOT import the `domflax` meta package: domflax's bin\n * imports `@domflax/cli`, so importing domflax here would form a dependency cycle. The pipeline\n * mirrors domflax's own: parse (JSX→IR, resolving each element's static classes through the chosen\n * resolver) → runPasses(builtinPatterns) → reverse-emit computed styles back to class tokens → print.\n *\n * `.jsx`/`.tsx` route to `@domflax/frontend-jsx` (Babel); `.html`/`.htm` route to\n * `@domflax/frontend-html` (parse5). Every other file passes through unchanged.\n */\n\nimport {\n buildSelectorIndex,\n createSyntheticSink,\n runPasses,\n syncClassesFromComputed,\n} from '@domflax/core';\nimport type {\n ApplyContext,\n FileKind,\n FlattenGate,\n IRDocument,\n Pass,\n PassCategory,\n PassPhase,\n Pattern,\n SafetyLevel,\n StyleResolver,\n} from '@domflax/core';\nimport { createHtmlBackend, createHtmlFrontend } from '@domflax/frontend-html';\nimport { createJsxBackend, createJsxFrontend } from '@domflax/frontend-jsx';\nimport { normalizer } from '@domflax/pattern-kit';\nimport { builtinPatterns } from '@domflax/patterns';\nimport { createCssResolver } from '@domflax/resolver-css';\nimport { createTailwindResolver } from '@domflax/resolver-tailwind';\n\nimport * as path from 'node:path';\n\nimport { cssSetKey, extractHtmlStylesheets } from './html-css';\nimport type { CliOptions, ProviderOption } from './options';\n\n/* ───────────────────────── per-file result + stats ───────────────────────── */\n\nexport interface FileStats {\n readonly nodesIn: number;\n readonly nodesOut: number;\n readonly nodesRemoved: number;\n readonly classesBefore: number;\n readonly classesAfter: number;\n readonly classesSaved: number;\n readonly bytesBefore: number;\n readonly bytesAfter: number;\n readonly bytesSaved: number;\n}\n\nexport interface FileResult {\n readonly code: string;\n readonly changed: boolean;\n readonly passthrough: boolean;\n readonly stats: FileStats;\n}\n\n/** A configured transform — holds the resolver (and its cached engine) across files. */\nexport interface Transform {\n readonly resolver: StyleResolver;\n /**\n * SYNC transform — fully static (gate `'provably-safe'`); never changes rendering and never launches\n * a browser. Only provably layout-neutral flattens are applied.\n */\n transformFile(code: string, id: string): FileResult;\n}\n\n/* ───────────────────────── resolver wiring ───────────────────────── */\n\n/**\n * Build the {@link StyleResolver} for the chosen provider. The heavy engine each wraps (Tailwind v3 /\n * postcss) is loaded LAZILY at construction and resolved from the user's PROJECT via the factories'\n * `projectRoot` option — never from where the CLI bundle happens to live.\n */\nexport function buildResolver(provider: ProviderOption, css: readonly string[], projectRoot: string): StyleResolver {\n if (provider === 'custom') {\n return createCssResolver([], { files: css, projectRoot });\n }\n // 'auto' and 'tailwind' both resolve against the project's Tailwind engine.\n return createTailwindResolver({ projectRoot });\n}\n\n/* ───────────────────────── pass assembly ───────────────────────── */\n\n/** Group the flat pattern list into one {@link Pass} per {@link PassPhase} (derived from category). */\nfunction buildPasses(patterns: readonly Pattern[]): Pass[] {\n const byPhase = new Map<PassPhase, Pattern[]>();\n for (const p of patterns) {\n const phase = (p.category.split('/', 1)[0] ?? 'flatten') as PassPhase;\n let bucket = byPhase.get(phase);\n if (!bucket) {\n bucket = [];\n byPhase.set(phase, bucket);\n }\n bucket.push(p);\n }\n const passes: Pass[] = [];\n for (const [phase, pats] of byPhase) {\n passes.push({ phase, category: `${phase}/builtin` as PassCategory, patterns: pats });\n }\n return passes;\n}\n\n/** Select the active patterns: every built-in unless the caller narrowed by name (the wizard does). */\nfunction selectPatterns(names: readonly string[] | null): readonly Pattern[] {\n if (names === null) return builtinPatterns;\n const set = new Set(names);\n return builtinPatterns.filter((p) => set.has(p.name));\n}\n\n/* ───────────────────────── file kind + token counting ───────────────────────── */\n\n/** `.tsx`/`.jsx` ⇒ the matching {@link FileKind}; anything else ⇒ null (no JSX frontend). */\nfunction jsxKindOf(id: string): FileKind | null {\n const clean = id.split('?', 1)[0] ?? id;\n const lower = clean.toLowerCase();\n if (lower.endsWith('.tsx')) return 'tsx';\n if (lower.endsWith('.jsx')) return 'jsx';\n return null;\n}\n\n/** `.html`/`.htm` ⇒ `'html'`; anything else ⇒ null (no HTML frontend). */\nfunction htmlKindOf(id: string): FileKind | null {\n const lower = (id.split('?', 1)[0] ?? id).toLowerCase();\n if (lower.endsWith('.html') || lower.endsWith('.htm')) return 'html';\n return null;\n}\n\n/** Rough class-token count for the `--report` summary (provider-independent, string-level). */\nfunction countClassTokens(code: string): number {\n let total = 0;\n const re = /\\b(?:className|class)\\s*=\\s*\"([^\"]*)\"/g;\n let m: RegExpExecArray | null;\n while ((m = re.exec(code)) !== null) {\n total += m[1]!.split(/\\s+/).filter((t) => t.length > 0).length;\n }\n return total;\n}\n\nfunction bytes(s: string): number {\n return Buffer.byteLength(s, 'utf8');\n}\n\nfunction passthroughResult(code: string): FileResult {\n return {\n code,\n changed: false,\n passthrough: true,\n stats: {\n nodesIn: 0,\n nodesOut: 0,\n nodesRemoved: 0,\n classesBefore: 0,\n classesAfter: 0,\n classesSaved: 0,\n bytesBefore: bytes(code),\n bytesAfter: bytes(code),\n bytesSaved: 0,\n },\n };\n}\n\n/* ───────────────────────── the transform ───────────────────────── */\n\n/**\n * Construct a transform for the given options. The resolver (and its engine) is built once and reused\n * across every file. With `provider: 'tailwind'|'auto'`, if Tailwind cannot be resolved from the\n * project the resolver degrades to resolving nothing — transforms then pass through unchanged.\n */\n/** Parsed + authorized doc and the apply context, shared by the sync + async transform paths. */\ninterface PreparedFile {\n readonly doc: IRDocument;\n readonly ctx: ApplyContext;\n readonly passes: readonly Pass[];\n readonly nodesIn: number;\n}\n\nexport function createTransform(options: CliOptions): Transform {\n const projectRoot = options.projectRoot ?? process.cwd();\n const globalResolver = buildResolver(options.provider, options.css, projectRoot);\n const patterns = selectPatterns(options.passes);\n\n // FEATURE A — per-file resolver cache, keyed by the exact CSS set (sorted paths + inline hash), so\n // pages that share stylesheet imports reuse one resolver (and its parsed engine).\n const resolverCache = new Map<string, StyleResolver>();\n\n /**\n * Choose the resolver for one file. `.jsx`/`.tsx` and every non-custom provider use the single\n * GLOBAL resolver. An `.html`/`.htm` file under the CUSTOM provider resolves against the GLOBAL set\n * (`options.css`, applied to every file) PLUS its own `<link>` imports and inline `<style>` blocks.\n */\n function resolverFor(code: string, id: string): StyleResolver {\n if (options.provider !== 'custom' || htmlKindOf(id) === null) return globalResolver;\n const { files: localFiles, inline } = extractHtmlStylesheets(code, id);\n if (localFiles.length === 0 && inline.length === 0) return globalResolver;\n\n // Canonicalize: global stylesheets first (base cascade), then the file's own imports. The cache\n // key — and the resolver's own file order — are the sorted, resolved paths, so identical import\n // sets always hit the same cache entry regardless of source ordering.\n const globalPaths = options.css.map((p) => path.resolve(p));\n const sortedPaths = [...new Set([...globalPaths, ...localFiles])].sort();\n const key = cssSetKey(sortedPaths, inline);\n\n let resolver = resolverCache.get(key);\n if (!resolver) {\n const inlineFiles = inline.map((css, i) => ({ id: `${id}#inline-${i}`, css }));\n resolver = createCssResolver(inlineFiles, { files: sortedPaths, projectRoot });\n resolverCache.set(key, resolver);\n }\n return resolver;\n }\n\n /** PARSE (JSX → IR, classes onto `computed`) + AUTHORIZE + build the apply context for `gate`. */\n function prepare(\n code: string,\n id: string,\n kind: FileKind,\n gate: FlattenGate,\n resolver: StyleResolver,\n ): PreparedFile {\n const parsed = createJsxFrontend().parse(code, {\n id,\n kind,\n resolver,\n normalizer,\n config: {},\n onDiagnostic: () => {},\n });\n const doc = parsed.doc;\n const nodesIn = doc.nodes.size;\n for (const node of doc.nodes.values()) node.meta.safetyFloor = 3;\n const ctx: ApplyContext = {\n doc,\n safetyCeiling: options.safety as SafetyLevel,\n normalizer,\n // Real CSS-selector-safety index from the active resolver (custom-CSS reports combinator /\n // structural-pseudo coupling; Tailwind has none → null index, behaviour unchanged).\n selectors: buildSelectorIndex(doc, resolver),\n resolver,\n gate,\n };\n return { doc, ctx, passes: buildPasses(patterns), nodesIn };\n }\n\n /**\n * PARSE (HTML → IR, classes onto `computed`) for `.html`/`.htm`. The HTML frontend sets per-node\n * safety floors itself (opaque nodes → 0), so — unlike the JSX prepare — we must NOT blanket-open\n * every node to floor 3.\n */\n function prepareHtml(code: string, id: string, gate: FlattenGate, resolver: StyleResolver): PreparedFile {\n const parsed = createHtmlFrontend().parse(code, {\n id,\n kind: 'html',\n resolver,\n normalizer,\n config: {},\n onDiagnostic: () => {},\n });\n const doc = parsed.doc;\n const nodesIn = doc.nodes.size;\n const ctx: ApplyContext = {\n doc,\n safetyCeiling: options.safety as SafetyLevel,\n normalizer,\n selectors: buildSelectorIndex(doc, resolver),\n resolver,\n gate,\n };\n return { doc, ctx, passes: buildPasses(patterns), nodesIn };\n }\n\n /** REVERSE-EMIT + PRINT the optimized doc, then assemble the per-file result + stats. */\n function finish(\n code: string,\n optimized: IRDocument,\n id: string,\n nodesIn: number,\n resolver: StyleResolver,\n backend: 'jsx' | 'html' = 'jsx',\n ): FileResult {\n syncClassesFromComputed(optimized, resolver, normalizer);\n const print = backend === 'html' ? createHtmlBackend().print : createJsxBackend().print;\n const printed = print(\n optimized,\n { moduleId: id, ops: [], provenance: new Map() },\n { normalizer, resolver, sink: createSyntheticSink(), eol: '\\n', onDiagnostic: () => {} },\n );\n const out = printed.code;\n const nodesOut = optimized.nodes.size;\n const classesBefore = countClassTokens(code);\n const classesAfter = countClassTokens(out);\n return {\n code: out,\n changed: out !== code,\n passthrough: false,\n stats: {\n nodesIn,\n nodesOut,\n nodesRemoved: Math.max(0, nodesIn - nodesOut),\n classesBefore,\n classesAfter,\n classesSaved: Math.max(0, classesBefore - classesAfter),\n bytesBefore: bytes(code),\n bytesAfter: bytes(out),\n bytesSaved: bytes(code) - bytes(out),\n },\n };\n }\n\n return {\n resolver: globalResolver,\n transformFile(code: string, id: string): FileResult {\n const kind = jsxKindOf(id);\n if (kind !== null) {\n const resolver = resolverFor(code, id);\n const { doc, ctx, passes, nodesIn } = prepare(code, id, kind, 'provably-safe', resolver);\n const { doc: optimized } = runPasses(doc, passes, ctx);\n return finish(code, optimized, id, nodesIn, resolver);\n }\n if (htmlKindOf(id) !== null) {\n const resolver = resolverFor(code, id);\n const { doc, ctx, passes, nodesIn } = prepareHtml(code, id, 'provably-safe', resolver);\n const { doc: optimized } = runPasses(doc, passes, ctx);\n return finish(code, optimized, id, nodesIn, resolver, 'html');\n }\n return passthroughResult(code);\n },\n };\n}\n\n/** The names of every built-in pattern, for the wizard's multiselect. */\nexport function builtinPatternNames(): readonly string[] {\n return builtinPatterns.map((p) => p.name);\n}\n","/**\n * @domflax/cli — per-file CSS discovery for HTML inputs (FEATURE A).\n *\n * Each HTML page links its OWN stylesheets, so resolving every file against one hand-picked global\n * `--css` set is wrong for HTML. {@link extractHtmlStylesheets} lifts a file's own local stylesheets\n * (`<link rel=\"stylesheet\" href>`, resolved RELATIVE to the html file's directory) plus its inline\n * `<style>` blocks straight out of the markup. Remote (`http:`/`https:`/`data:`/protocol-relative)\n * and missing hrefs are skipped, so only real, on-disk stylesheets feed the resolver.\n *\n * The scan is a lightweight, dependency-free `<link>`/`<style>` sweep (no parse5): it runs per file and\n * inside every worker, so keeping it self-contained avoids pulling the HTML frontend into the hot path.\n * {@link cssSetKey} keys the transform's resolver cache so pages sharing imports reuse one resolver.\n */\n\nimport { createHash } from 'node:crypto';\nimport { existsSync } from 'node:fs';\nimport * as path from 'node:path';\n\n/** The stylesheets a single HTML file pulls in beyond the global set. */\nexport interface HtmlStylesheets {\n /** Absolute paths of local `<link rel=\"stylesheet\">` targets that exist on disk. */\n readonly files: readonly string[];\n /** Verbatim contents of the file's inline `<style>` blocks (source order). */\n readonly inline: readonly string[];\n}\n\n/** True for any href we must NOT treat as a local file: it has a URI scheme or is protocol-relative. */\nfunction isRemoteHref(href: string): boolean {\n const h = href.trim();\n // A leading scheme (`http:`, `https:`, `data:`, `file:`…) or `//host` protocol-relative form.\n return h.startsWith('//') || /^[a-z][a-z0-9+.-]*:/i.test(h);\n}\n\n/**\n * Read one attribute's value out of a start-tag string. Handles double-, single-, and unquoted forms;\n * returns `null` when the attribute is absent (an empty value returns `''`).\n */\nfunction attrValue(tag: string, name: string): string | null {\n const re = new RegExp(`\\\\b${name}\\\\s*=\\\\s*(?:\"([^\"]*)\"|'([^']*)'|([^\\\\s\"'>]+))`, 'i');\n const m = re.exec(tag);\n if (!m) return null;\n return (m[1] ?? m[2] ?? m[3] ?? '').trim();\n}\n\n/** Collect the `href` of every `<link>` whose `rel` includes the `stylesheet` keyword. */\nfunction extractLinkHrefs(html: string): string[] {\n const out: string[] = [];\n const linkRe = /<link\\b[^>]*>/gi;\n let m: RegExpExecArray | null;\n while ((m = linkRe.exec(html)) !== null) {\n const tag = m[0];\n const rel = attrValue(tag, 'rel');\n if (rel === null || !/(?:^|\\s)stylesheet(?:\\s|$)/i.test(rel)) continue;\n const href = attrValue(tag, 'href');\n if (href) out.push(href);\n }\n return out;\n}\n\n/** Collect the text of every inline `<style>` block (skipping any explicitly non-CSS `type`). */\nfunction extractInlineStyles(html: string): string[] {\n const out: string[] = [];\n const styleRe = /<style\\b([^>]*)>([\\s\\S]*?)<\\/style>/gi;\n let m: RegExpExecArray | null;\n while ((m = styleRe.exec(html)) !== null) {\n const type = attrValue(`<style ${m[1] ?? ''}>`, 'type')?.toLowerCase();\n // Only plain CSS counts — a typed island like text/scss or text/template is not a stylesheet.\n if (type && type !== 'text/css' && type !== 'css') continue;\n const css = m[2] ?? '';\n if (css.trim().length > 0) out.push(css);\n }\n return out;\n}\n\n/**\n * Extract an HTML file's own local stylesheets + inline styles. `href`s are resolved RELATIVE to the\n * html file's directory; remote/protocol-relative/`data:` hrefs and files that don't exist on disk are\n * dropped. Query/hash suffixes (`style.css?v=2`) are stripped before resolution.\n */\nexport function extractHtmlStylesheets(htmlCode: string, htmlAbsPath: string): HtmlStylesheets {\n const dir = path.dirname(path.resolve(htmlAbsPath));\n const files: string[] = [];\n const seen = new Set<string>();\n for (const rawHref of extractLinkHrefs(htmlCode)) {\n const href = (rawHref.split(/[?#]/, 1)[0] ?? '').trim();\n if (!href || isRemoteHref(href)) continue;\n const abs = path.resolve(dir, href);\n if (seen.has(abs)) continue;\n seen.add(abs);\n if (existsSync(abs)) files.push(abs);\n }\n return { files, inline: extractInlineStyles(htmlCode) };\n}\n\n/**\n * A stable cache key for a CSS set: the sorted, resolved stylesheet paths plus a hash of the inline\n * blocks. Two HTML files that pull in the same imports (and inline the same styles) produce the same\n * key, so the transform reuses one resolver for both — hundreds of pages stay fast.\n */\nexport function cssSetKey(sortedResolvedPaths: readonly string[], inline: readonly string[]): string {\n const h = createHash('sha1');\n h.update(sortedResolvedPaths.join('\\n'));\n h.update('\u0000inline\u0000');\n for (const block of inline) {\n h.update(block);\n h.update('\u0000');\n }\n return h.digest('hex');\n}\n","/**\n * @domflax/cli — worker-pool entry point (FEATURE B).\n *\n * A dedicated, self-contained module so tsup emits it as its OWN bundle (`worker.cjs`/`worker.js`),\n * loadable by `new Worker(...)` both from `packages/cli/dist` and when inlined into `domflax/dist`.\n * Importing it starts the worker loop (a no-op on the main thread).\n */\n\nimport { runWorker } from './worker-main';\n\nrunWorker();\n"],"mappings":"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","names":["import_node_fs","path","childIds","pc","isInherited","normalizer","computed","staticTokensOf","sameTokens","MagicString","document","opaque","computed","babelTraverse","FILE_ID","doParse","babelParse","FILE_ID","span","staticTokensOf","computed","path","doParse","import_magic_string","JSX_LANGS","staticTokensOf","primarySource","collectKept","strictlyContains","editClasses","surgicalPrint","MagicString","backrefIds","span","doPrint","asElement","asEl","metaFlag","declaresCustomProperties","targetedByStructuralPseudo","DISPLAY","isComponentNode","metaOf","hasSpreadAttrs","isComponentNode","hasOwnAttrs","targetedByStructuralPseudo","asEl","metaOf","establishesContext","hasSpreadAttrs","isComponentNode","hasOwnAttrs","targetedByStructuralPseudo","DISPLAY","import_node_module","path","path","import_node_module","path","import_node_fs","path","import_node_child_process","import_node_fs","path","moduleBase","LEGACY_PSEUDO_ELEMENTS","opaque","opaque","cover","path","import_node_fs","path"]}
|