mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-16 09:25:03 +01:00
remove unused imports
This commit is contained in:
parent
84cd8eec90
commit
40543b501c
2 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { Span, lines } from "./error";
|
import { lines } from "./error";
|
||||||
|
|
||||||
it("should extract lines correctly", () => {
|
it("should extract lines correctly", () => {
|
||||||
const input = "AAA\nmeow\n:3\n\n";
|
const input = "AAA\nmeow\n:3\n\n";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
import { AST } from "prettier";
|
|
||||||
import { Ast, Expr, FunctionDef, Item, Ty, TyFn, varUnreachable } from "./ast";
|
import { Ast, Expr, FunctionDef, Item, Ty, TyFn, varUnreachable } from "./ast";
|
||||||
import * as wasm from "./wasm/defs";
|
import * as wasm from "./wasm/defs";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue