Skip to content

fix: correct diagnostic code 6910#63479

Open
MukundaKatta wants to merge 1 commit into
microsoft:mainfrom
MukundaKatta:codex/fix-diagnostic-code-6910
Open

fix: correct diagnostic code 6910#63479
MukundaKatta wants to merge 1 commit into
microsoft:mainfrom
MukundaKatta:codex/fix-diagnostic-code-6910

Conversation

@MukundaKatta
Copy link
Copy Markdown

Fixes #61971

This corrects the diagnostic code for the module option message from 69010 to 6910, matching its position between 6909 and 6911.

Verification:

  • Parsed src/compiler/diagnosticMessages.json with Node, checked diagnostic codes are unique, and confirmed the target message now uses code 6910.

Copilot AI review requested due to automatic review settings May 15, 2026 02:17
@github-project-automation github-project-automation Bot moved this to Not started in PR Backlog May 15, 2026
@typescript-bot typescript-bot added the For Milestone Bug PRs that fix a bug with a specific milestone label May 15, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Corrects a typo in the diagnostic code for a TypeScript compiler message. The code 69010 is out of sequence between surrounding entries 6909 and 6911, and was clearly intended to be 6910.

Changes:

  • Updates the diagnostic code from 69010 to 6910 for the message describing the default value of the module option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For Milestone Bug PRs that fix a bug with a specific milestone

Projects

Status: Not started

Development

Successfully merging this pull request may close these issues.

Diagnostic code 69010 may be typo of 6910?

3 participants