Use eslint-plugin-simple-import-sort (#52090)

This commit is contained in:
Jake Bailey
2023-02-02 14:36:21 -08:00
committed by GitHub
parent 0d251ba9bc
commit 2a8436c529
145 changed files with 527 additions and 487 deletions

View File

@@ -1,3 +1,4 @@
import * as performance from "../compiler/_namespaces/ts.performance";
import * as ts from "./_namespaces/ts";
import {
arrayFrom,
@@ -19,8 +20,8 @@ import {
createDiagnosticReporter,
createGetCanonicalFileName,
createIncrementalCompilerHost,
createProgram,
CreateProgram,
createProgram,
CreateProgramOptions,
createSolutionBuilder,
createSolutionBuilderHost,
@@ -87,7 +88,6 @@ import {
WatchCompilerHost,
WatchOptions,
} from "./_namespaces/ts";
import * as performance from "../compiler/_namespaces/ts.performance";
interface Statistic {
name: string;