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 2fcbd57 commit ccfae32Copy full SHA for ccfae32
server/utils/file-tree.ts
@@ -1,3 +1,4 @@
1
+import { getLatestVersion } from 'fast-npm-meta'
2
import { flattenFileTree } from '#server/utils/import-resolver'
3
import type { ExtendedPackageJson, TypesPackageInfo } from '#shared/utils/package-analysis'
4
shared/utils/package-analysis.ts
@@ -2,8 +2,6 @@
* Package analysis utilities for detecting module format and TypeScript support
*/
5
-import { getLatestVersion } from 'fast-npm-meta'
6
-
7
export type ModuleFormat = 'esm' | 'cjs' | 'dual' | 'unknown'
8
9
export type TypesStatus =
0 commit comments