We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d773ecb commit 60e0a82Copy full SHA for 60e0a82
src/lib/models/reflections/ReflectionSymbolId.ts
@@ -5,7 +5,7 @@ import type { JSONOutput, Serializer } from "../../serialization/index";
5
import { readFile } from "../../utils/fs";
6
import { getQualifiedName } from "../../utils/tsutils";
7
import { optional, validate } from "../../utils/validation";
8
-import { normalizePath } from "../../utils";
+import { normalizePath } from "../../utils/paths";
9
10
/**
11
* See {@link ReflectionSymbolId}
0 commit comments