Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 7, 2024
1 parent 6b411b9 commit b92a384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Error/Errors.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { JSONSchema7 } from "json-schema";
import ts from "typescript";
import { type PartialDiagnostic, BaseError } from "./BaseError.js";
import type { BaseType } from "../Type/BaseType.js";
import type { JSONSchema7 } from "json-schema";
import { BaseError, type PartialDiagnostic } from "./BaseError.js";

export class UnknownNodeError extends BaseError {
constructor(readonly node: ts.Node) {
Expand Down

0 comments on commit b92a384

Please sign in to comment.