Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix diagnostic code 69010 typo to 6910#62007

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Copilot wants to merge3 commits intomain
base:main
Choose a base branch
Loading
fromcopilot/fix-61971

Conversation

Copilot
Copy link
Contributor

@CopilotCopilotAI commentedJul 7, 2025
edited
Loading

This PR fixes a typo in the diagnostic code from 69010 to 6910 in the diagnosticMessages.json file.

Issue

The diagnostic message"module === 'AMD' or 'UMD' or 'System' or 'ES6', then 'Classic', Otherwise 'Node'" had code 69010, which appears to be a typo based on the sequential numbering pattern of surrounding diagnostic codes:

  • Code 6909:"trueifcomposite,false otherwise"
  • Code 69010:"module === 'AMD' or 'UMD' or 'System' or 'ES6', then 'Classic', Otherwise 'Node'"Should be 6910
  • Code 6911:"Computed from the list of input files"
  • Code 6912:"Platform specific"

Changes Made

  • Fixed diagnostic code from 69010 to 6910 insrc/compiler/diagnosticMessages.json
  • Updated all localized files insrc/loc/lcl/ to use the correct code 6910
  • Regenerated all derived files to ensure consistency

Verification

  • ✅ Build completes successfully
  • ✅ All tests pass
  • ✅ Linting passes
  • ✅ Code formatting is correct
  • ✅ No references to the old code 69010 remain in the codebase

The fix is minimal and surgical - only changing the diagnostic code number while preserving all functionality and maintaining the sequential numbering pattern.

Fixes#61971.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn moreCopilot coding agent tips in the docs.

@typescript-bottypescript-bot added the For Milestone BugPRs that fix a bug with a specific milestone labelJul 7, 2025
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
@CopilotCopilotAI changed the title[WIP] Diagnostic code69010 may be typo of6910?Fix diagnostic code 69010 typo to 6910Jul 7, 2025
@CopilotCopilotAI requested a review fromRyanCavanaughJuly 7, 2025 16:54
Copilot finished work on behalf ofRyanCavanaughJuly 7, 2025 16:54
@RyanCavanaughRyanCavanaugh marked this pull request as ready for reviewJuly 7, 2025 17:59
@CopilotCopilotAI review requested due to automatic review settingsJuly 7, 2025 17:59
@RyanCavanaugh
Copy link
Member

RyanCavanaugh commentedJul 7, 2025
edited
Loading

Not ideal to edit the lcl files but it doesn't really matter. LGTM.

Edit: Nah let's keep the git history clean on those

Copy link

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Member

@RyanCavanaughRyanCavanaugh left a comment

Choose a reason for hiding this comment

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

Revert all changes to the LCL files, these should not be edited by us

Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
@CopilotCopilot SWE Agent
Copy link
ContributorAuthor

CopilotAI commentedJul 7, 2025

Revert all changes to the LCL files, these should not be edited by us

Reverted all LCL file changes as requested. The main diagnosticMessages.json file still contains the fix (code 6910), but all LCL files have been restored to their original state.dc0ec58

@CopilotCopilotAI requested a review fromRyanCavanaughJuly 7, 2025 19:04
Copilot finished work on behalf ofRyanCavanaughJuly 7, 2025 19:04
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

@RyanCavanaughRyanCavanaughRyanCavanaugh approved these changes

At least 1 approving review is required to merge this pull request.

Labels
For Milestone BugPRs that fix a bug with a specific milestone
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Diagnostic code69010 may be typo of6910?
3 participants
@Copilot@RyanCavanaugh@typescript-bot

[8]ページ先頭

©2009-2025 Movatter.jp