Skip to content

Commit

Permalink
fix: extending our love to the MS-DOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Dec 3, 2023
1 parent 9255feb commit 1b17592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extract/resolve/module-classifiers.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable max-lines */
import { isAbsolute, join, resolve as path_resolve, relative } from "node:path";
import { isAbsolute, join, resolve as path_resolve } from "node:path/posix";
import { isMatch } from "picomatch";
import getExtension from "#utl/get-extension.mjs";

Expand Down

0 comments on commit 1b17592

Please sign in to comment.