Rename switch --emitDeclarationsOnly to --emitDeclarationOnly (#21651)

* Rename `--emitDeclarationsOnly` to `--renameDeclarationOnly`

* Rename test files
This commit is contained in:
Mohamed Hegazy
2018-02-05 14:48:50 -08:00
committed by GitHub
parent c7b86e824f
commit 8f8fec433e
21 changed files with 31 additions and 31 deletions

View File

@@ -187,7 +187,7 @@ namespace ts {
description: Diagnostics.Generates_corresponding_d_ts_file,
},
{
name: "emitDeclarationsOnly",
name: "emitDeclarationOnly",
type: "boolean",
category: Diagnostics.Advanced_Options,
description: Diagnostics.Only_emit_d_ts_declaration_files,