Skip to content

Commit 5831c7d

Browse files
authored
fix: use local ast import to unblock JSR publish (#33)
1 parent 3429f34 commit 5831c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bdl-ts/src/formatter/bdl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Span } from "@disjukr/bdl/ast";
1+
import type { Span } from "../generated/ast.ts";
22
import type { BdlCst } from "../generated/cst.ts";
33
import type * as cst from "../generated/cst.ts";
44
import parseBdlCst, { collectWsAndComments } from "../parser/bdl/cst-parser.ts";

0 commit comments

Comments
 (0)