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 67d9c12 commit 914bd46Copy full SHA for 914bd46
packages/doxdox-parser-jsdoc/src/index.ts
@@ -4,9 +4,9 @@ import { dirname, join } from 'path';
4
5
import spawn from 'spawn-please';
6
7
-import { File, sanitizePath } from 'doxdox-core';
+import { findParentNodeModules, sanitizePath, slugify } from 'doxdox-core';
8
9
-import { findParentNodeModules, slugify } from 'doxdox-core';
+import { File } from 'doxdox-core';
10
11
import { Jsdoc } from './types';
12
0 commit comments