mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Reformat imports to be one identifier per line (#51565)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { join, resolve, dirname } from "path";
|
||||
import { dirname, join, resolve } from "path";
|
||||
import { existsSync } from "fs";
|
||||
import url from "url";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { exec, Debouncer } from "./utils.mjs";
|
||||
import { Debouncer, exec } from "./utils.mjs";
|
||||
import { resolve } from "path";
|
||||
import { findUpRoot } from "./findUpDir.mjs";
|
||||
import cmdLineOptions from "./options.mjs";
|
||||
|
||||
Reference in New Issue
Block a user