refactor: drop the deprecated compiler re-export shims
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user