Remove toSortedArray and toDeduplicatedSortedArray, use sort and sortAndDeduplicate (#28214)

This commit is contained in:
Andy
2018-10-30 08:41:31 -07:00
committed by GitHub
parent 513c6af4e0
commit 7c515bf6e8
14 changed files with 40 additions and 56 deletions

View File

@@ -1146,7 +1146,7 @@ namespace ts {
}
/* @internal */
export function printHelp(optionsList: CommandLineOption[], syntaxPrefix = "") {
export function printHelp(optionsList: ReadonlyArray<CommandLineOption>, syntaxPrefix = "") {
const output: string[] = [];
// We want to align our "syntax" and "examples" commands to a certain margin.