Skip to content

Commit 485ca88

Browse files
committed
fmt
1 parent 8fe70bc commit 485ca88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/checkModuleFormat.mjs

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ import {
55
__importDefault,
66
__importStar,
77
} from "tslib";
8-
import { pathToFileURL } from "url";
8+
import {
9+
pathToFileURL,
10+
} from "url";
911

1012
// This script tests that TypeScript's CJS API is structured
1113
// as expected. It calls "require" as though it were in CWD,

0 commit comments

Comments
 (0)