Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Nov 4, 2024
1 parent 7d5423c commit 0de572f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ import type {LoaderResolver} from "./loader.js";
import type {MarkdownPage} from "./markdown.js";
import {extractNodeSpecifier, resolveNodeImport, resolveNodeImports} from "./node.js";
import {extractNpmSpecifier, populateNpmCache, resolveNpmImport, resolveNpmImports} from "./npm.js";
import {isAssetPath, isPathImport, parseRelativeUrl, relativePath, resolveLocalPath, resolvePath, resolveRelativePath} from "./path.js";
import {
isAssetPath,
isPathImport,
parseRelativeUrl,
relativePath,
resolveLocalPath,
resolvePath,
resolveRelativePath
} from "./path.js";

export interface Resolvers {
path: string;
Expand Down

0 comments on commit 0de572f

Please sign in to comment.