-
-
Notifications
You must be signed in to change notification settings - Fork 781
test(tasks/coverage/typescript): collect more error files #15496
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(tasks/coverage/typescript): collect more error files #15496
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
CodSpeed Performance ReportMerging #15496 will not alter performanceComparing Summary
|
aecd62b to
6d6dd71
Compare
2812de7 to
4ebab5f
Compare
a0895a4 to
103d98d
Compare
4ebab5f to
3b06541
Compare
103d98d to
c0ba508
Compare
3b06541 to
2846641
Compare
8435e05 to
f9d94b6
Compare
c0ba508 to
c8c7da7
Compare
c8c7da7 to
b3fb231
Compare
f9d94b6 to
e81587d
Compare
Merge activity
|
Improved the error file collection logic to pick up files like `importMeta(module=system,target=es5).errors.txt`. Also added support for `preserveconstenums` and `usedefineforclassfields`.
b3fb231 to
ee035b4
Compare
There was a problem hiding this 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.

Improved the error file collection logic to pick up files like
importMeta(module=system,target=es5).errors.txt. Also added support forpreserveconstenums andusedefineforclassfields.