Skip to content

Commit

Permalink
Circular dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Apr 16, 2023
1 parent d773ecb commit 60e0a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/models/reflections/ReflectionSymbolId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { JSONOutput, Serializer } from "../../serialization/index";
import { readFile } from "../../utils/fs";
import { getQualifiedName } from "../../utils/tsutils";
import { optional, validate } from "../../utils/validation";
import { normalizePath } from "../../utils";
import { normalizePath } from "../../utils/paths";

/**
* See {@link ReflectionSymbolId}
Expand Down

0 comments on commit 60e0a82

Please sign in to comment.