Skip to content

No-op: PR #62557 already ported - #2741

Closed
Jake Bailey (jakebailey) with Copilot wants to merge 1 commit into
mainfrom
copilot/update-error-allow-importing-ts-extensions
Closed

No-op: PR #62557 already ported#2741
Jake Bailey (jakebailey) with Copilot wants to merge 1 commit into
mainfrom
copilot/update-error-allow-importing-ts-extensions

Conversation

Copilot AI commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

TypeScript PR #62557 updates diagnostic 5096 to mention rewriteRelativeImportExtensions as a valid option alongside noEmit and emitDeclarationOnly when using allowImportingTsExtensions.

All changes are already present in the Go port:

  • Diagnostic message (diagnostics_generated.go): Already reads "Option 'allowImportingTsExtensions' can only be used when one of 'noEmit', 'emitDeclarationOnly', or 'rewriteRelativeImportExtensions' is set."
  • Program logic (program.go:913): Already checks options.RewriteRelativeImportExtensions.IsTrue() in the guard condition
  • Test baselines: Already reflect the updated message

No changes needed.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update error for allowImportingTsExtensions to mention rewriteRelativeImportExtensions No-op: PR #62557 already ported Feb 10, 2026
@jakebailey
Jake Bailey (jakebailey) deleted the copilot/update-error-allow-importing-ts-extensions branch February 11, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants