refactor: drop the deprecated compiler re-export shims

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 01:33:48 +05:30
co-authored by Claude Opus 5
parent e7e7b58160
commit 97d60d0ba8
8 changed files with 20 additions and 84 deletions
+10 -3
View File
@@ -17,9 +17,16 @@
import { Buffer } from "node:buffer";
import { VOID_ELEMENTS, type Attr, type DataMode, type PageAst, type ViewNode } from "./parser.ts";
import { eraseFunctionTypes, runtimeTypeOf } from "./types.ts";
import { stripRuntimeFunctionModifiers } from "@wrnexus/syntax";
import {
VOID_ELEMENTS,
type Attr,
type DataMode,
type PageAst,
type ViewNode,
eraseFunctionTypes,
runtimeTypeOf,
stripRuntimeFunctionModifiers,
} from "@wrnexus/syntax";
import { generateStoreModule } from "./store-codegen.ts";
import { optimizeAst } from "./analysis.ts";
import {