We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe70bc commit 485ca88Copy full SHA for 485ca88
scripts/checkModuleFormat.mjs
@@ -5,7 +5,9 @@ import {
5
__importDefault,
6
__importStar,
7
} from "tslib";
8
-import { pathToFileURL } from "url";
+import {
9
+ pathToFileURL,
10
+} from "url";
11
12
// This script tests that TypeScript's CJS API is structured
13
// as expected. It calls "require" as though it were in CWD,
0 commit comments