Skip to content

Commit 905657c

Browse files
committed
remove now unused imports
1 parent 92c09c0 commit 905657c

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/compiler/emitter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ import {
6262
DeleteExpression,
6363
directorySeparator,
6464
DoStatement,
65-
DotToken,
6665
ElementAccessExpression,
6766
emitDetachedComments,
6867
EmitFileNames,

src/services/codefixes/fixUnreferenceableDecoratorMetadata.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {
1717
isImportClause,
1818
isImportEqualsDeclaration,
1919
isImportSpecifier,
20-
Node,
2120
or,
2221
Program,
2322
refactor,

src/services/getEditsForFileRename.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import {
3131
LanguageServiceHost,
3232
last,
3333
mapDefined,
34-
ModuleResolutionHost,
3534
moduleSpecifiers,
3635
normalizePath,
3736
pathIsRelative,

src/services/symbolDisplay.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ import {
105105
Type,
106106
TypeChecker,
107107
TypeFormatFlags,
108-
TypeParameter,
109108
typeToDisplayParts,
110109
VariableDeclaration,
111110
WriterContextOut,

0 commit comments

Comments
 (0)