Skip to content

Commit

Permalink
use upstream ParsingError
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Mar 28, 2024
1 parent f85eb05 commit 6f5fb93
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/command-line/commands/Format.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ParsingError } from "@cicada-lang/partech/lib/errors/index.js"
import { ParsingError } from "@cicada-lang/partech"
import { Command, CommandRunner } from "@xieyuheng/command-line"
import { ty } from "@xieyuheng/ty"
import fs from "node:fs"
Expand Down
2 changes: 1 addition & 1 deletion src/command-line/commands/Parse.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ParsingError } from "@cicada-lang/partech/lib/errors/index.js"
import { ParsingError } from "@cicada-lang/partech"
import { Command, CommandRunner } from "@xieyuheng/command-line"
import { ty } from "@xieyuheng/ty"
import fs from "node:fs"
Expand Down
2 changes: 1 addition & 1 deletion src/command-line/commands/Run.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ParsingError } from "@cicada-lang/partech/lib/errors/index.js"
import { ParsingError } from "@cicada-lang/partech"
import { Command, CommandRunner } from "@xieyuheng/command-line"
import { ty } from "@xieyuheng/ty"
import fs from "node:fs"
Expand Down
1 change: 0 additions & 1 deletion src/lang/errors/ParsingError.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/lang/errors/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from "./ParsingError.js"
export * from "./Report.js"
export * from "./appendReport.js"
export * from "./createReport.js"

0 comments on commit 6f5fb93

Please sign in to comment.