Fix capitalisation for checkJs (#61795)

This commit is contained in:
Roman A 2025-06-29 17:24:21 +01:00 committed by GitHub
parent efeb135c6f
commit dfb7488978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -697,7 +697,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
affectsBuildInfo: true,
showInSimplifiedHelpView: true,
category: Diagnostics.JavaScript_Support,
description: Diagnostics.Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJS_option_to_get_errors_from_these_files,
description: Diagnostics.Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJs_option_to_get_errors_from_these_files,
defaultValueDescription: false,
},
{

View File

@ -6062,7 +6062,7 @@
"category": "Message",
"code": 6506
},
"Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files.": {
"Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files.": {
"category": "Message",
"code": 6600
},

View File

@ -119,7 +119,7 @@ one or more: es5, es6/es2015, es7/es2016, es2017, es2018, es2019, es2020, es2021
default: undefined
--allowJs
Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files.
Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files.
type: boolean
default: false

View File

@ -146,7 +146,7 @@ Specify type package names to be included without being referenced in a source f
### JavaScript Support
--allowJs
Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files.
Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files.
type: boolean
default: false

View File

@ -118,7 +118,7 @@ one or more: es5, es6/es2015, es7/es2016, es2017, es2018, es2019, es2020, es2021
default: undefined
--allowJs
Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files.
Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files.
type: boolean
default: false

View File

@ -119,7 +119,7 @@ one or more: es5, es6/es2015, es7/es2016, es2017, es2018, es2019, es2020, es2021
default: undefined
--allowJs
Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files.
Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files.
type: boolean
default: false

View File

@ -119,7 +119,7 @@ one or more: es5, es6/es2015, es7/es2016, es2017, es2018, es2019, es2020, es2021
default: undefined
--allowJs
Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files.
Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files.
type: boolean
default: false