10000 Fix capitalisation for `checkJs` by GameRoMan · Pull Request #61795 · microsoft/TypeScript · GitHub
[go: up one dir, main page]

Skip to content

Fix capitalisation for checkJs #61795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jun 29, 2025
Next Next commit
Fix capitalisation in
  • Loading branch information
GameRoMan authored Jun 1, 2025
commit b5816f224a969e79d1f8526ef7bbc4628c58907f
2 changes: 1 addition & 1 deletion src/compiler/diagnosticMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6014,7 +6014,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
},
Expand Down
Loading
0