Skip to content

Commit 30ffc15

Browse files
committed
Update option category
1 parent fccdf1f commit 30ffc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ namespace ts {
11731173
name: "noErasingImportedNames",
11741174
type: "boolean",
11751175
affectsEmit: true,
1176-
category: Diagnostics.Advanced_Options,
1176+
category: Diagnostics.Emit,
11771177
description: Diagnostics.Disable_the_removal_of_unused_imported_identifiers_from_the_JavaScript_output
11781178
},
11791179

0 commit comments

Comments
 (0)