oxc icon indicating copy to clipboard operation
oxc copied to clipboard

test(coverage/typescript): Add reviewed tsc diagnostics error codes

Open leaysgur opened this issue 1 month ago • 4 comments

Finally fixes #11582

This PR adds a script that generates a list of TSC error codes.

The codes are collected based on the TypeScript version managed by just submodules. And the list is then committed to Git.

When the submodule version is updated, the script is also called and the list is regenerated.

If TSC introduces new diagnostic codes, the diff will show the added code, which we need to review. Either leave it for the parser to report or ignore it if we cannot support it.

leaysgur avatar Nov 10 '25 05:11 leaysgur


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

leaysgur avatar Nov 10 '25 05:11 leaysgur

Opps I'm mistake, there is actually no submodule, just a task.

Boshen avatar Nov 13 '25 13:11 Boshen

Merge activity

  • Nov 13, 1:05 PM UTC: The merge label '0-merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Nov 13, 1:06 PM UTC: Boshen added this pull request to the Graphite merge queue.
  • Nov 13, 1:07 PM UTC: The Graphite merge queue couldn't merge this PR because it was in draft mode.

Boshen avatar Nov 13 '25 13:11 Boshen

Then, my Claude will do it tomorrow morning. 🫡

leaysgur avatar Nov 13 '25 14:11 leaysgur

#15686

leaysgur avatar Nov 16 '25 12:11 leaysgur