test(coverage/typescript): Add reviewed tsc diagnostics error codes
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.
- #15542
👈 (View in Graphite) main
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.
Opps I'm mistake, there is actually no submodule, just a task.
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:
Boshenadded 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.
Then, my Claude will do it tomorrow morning. 🫡
#15686