Update dprint, don't force multiline imports for imports of single name (#58038)

This commit is contained in:
Jake Bailey
2024-04-02 10:58:16 -07:00
committed by GitHub
parent 66f5be9c0e
commit 4cedfe40b0
205 changed files with 388 additions and 1156 deletions

View File

@@ -1,13 +1,9 @@
import {
createRequire,
} from "module";
import { createRequire } from "module";
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,