mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-18 05:43:11 -05:00
Add verbatimModuleSyntax, deprecate importsNotUsedAsValues and preserveValueImports (#52203)
This commit is contained in:
@@ -789,6 +789,13 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
|
||||
transpileOptionValue: true,
|
||||
defaultValueDescription: false,
|
||||
},
|
||||
{
|
||||
name: "verbatimModuleSyntax",
|
||||
type: "boolean",
|
||||
category: Diagnostics.Interop_Constraints,
|
||||
description: Diagnostics.Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_in_the_output_file_s_format_based_on_the_module_setting,
|
||||
defaultValueDescription: false,
|
||||
},
|
||||
|
||||
// Strict Type Checks
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user