Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jan 23, 2024
1 parent 8fe70bc commit 485ca88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/checkModuleFormat.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import {
__importDefault,
__importStar,
} from "tslib";
import { pathToFileURL } from "url";
import {
pathToFileURL,
} from "url";

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

0 comments on commit 485ca88

Please sign in to comment.