Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 7cae6b7

Browse files
committed
Fixed bad comment formatting and removed extra /**
1 parent 4afdaa7 commit 7cae6b7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/koa-node-resolve.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ export type NodeResolveOptions =
2727
ModuleSpecifierTransformOptions&{root?: string};
2828

2929
/**
30-
/**
31-
* @param root The on-disk directory that maps to the served root URL, used to
32-
* resolve module specifiers in filesystem. In most cases this should match
33-
* the root directory configured in your downstream static file server
34-
* middleware.
35-
*/
30+
* @param root The on-disk directory that maps to the served root URL, used to
31+
* resolve module specifiers in filesystem. In most cases this should match
32+
* the root directory configured in your downstream static file server
33+
* middleware.
34+
*/
3635
export const nodeResolve =
3736
(options: NodeResolveOptions = {}): Koa.Middleware => {
3837
const logger = options.logger === false ?

0 commit comments

Comments
 (0)