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 b95dac6 commit 7f733a6Copy full SHA for 7f733a6
docs/services/SidebarService.ts
@@ -1,5 +1,5 @@
1
import { execSync } from 'node:child_process';
2
-import path = require('node:path');
+import path from 'node:path';
3
import type { DefaultTheme } from 'vitepress';
4
import { type DirectoryInfo, type FileInfo, Path, documentRoot } from '../shared/FileSystem';
5
import { type DocumentName, documentMap, documentService } from './DocumentService';
0 commit comments