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
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Attr, PageAst, ViewNode } from "./parser.ts";
import type { Attr, PageAst, ViewNode } from "@wrnexus/syntax";
export class NativeCompileError extends Error {
constructor(message: string) {