diff --git a/src/errors.ts b/src/errors.ts index 881b3f82..d7598e12 100644 --- a/src/errors.ts +++ b/src/errors.ts @@ -1,4 +1,4 @@ -import { showErrorLine } from "./errors/showErrorLine"; +import { showErrorLine } from "./utils/showErrorLine"; import { Range } from "./parser"; import { Type, typeToString } from "./typecheck"; import { col, withDisabled } from "./utils/colors"; diff --git a/src/errors/showErrorLine.test.ts b/src/utils/showErrorLine.test.ts similarity index 100% rename from src/errors/showErrorLine.test.ts rename to src/utils/showErrorLine.test.ts diff --git a/src/errors/showErrorLine.ts b/src/utils/showErrorLine.ts similarity index 100% rename from src/errors/showErrorLine.ts rename to src/utils/showErrorLine.ts