We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3429f34 commit 5831c7dCopy full SHA for 5831c7d
1 file changed
bdl-ts/src/formatter/bdl.ts
@@ -1,4 +1,4 @@
1
-import type { Span } from "@disjukr/bdl/ast";
+import type { Span } from "../generated/ast.ts";
2
import type { BdlCst } from "../generated/cst.ts";
3
import type * as cst from "../generated/cst.ts";
4
import parseBdlCst, { collectWsAndComments } from "../parser/bdl/cst-parser.ts";
0 commit comments