Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lint
  • Loading branch information
andrewbranch committed Aug 18, 2021
commit bc850fac77883e2ee7fad555bf2b13ae4b63f2b1
6 changes: 3 additions & 3 deletions src/compiler/commandLineParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,9 @@ namespace ts {
{
name: "importsNotUsedAsValues",
type: new Map(getEntries({
"remove": ImportsNotUsedAsValues.Remove,
"preserve": ImportsNotUsedAsValues.Preserve,
"error": ImportsNotUsedAsValues.Error,
remove: ImportsNotUsedAsValues.Remove,
preserve: ImportsNotUsedAsValues.Preserve,
error: ImportsNotUsedAsValues.Error,
})),
affectsEmit: true,
affectsSemanticDiagnostics: true,
Expand Down