-
Notifications
You must be signed in to change notification settings - Fork 29
#3180. Add @JS() annotation tests. Part 2.
#3268
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
Conversation
eernstg
left a comment
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.
Couple of comments added.
|
Thank you! Updated. PTAL. |
sgrekhov
left a comment
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.
Updated. PTAL.
eernstg
left a comment
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.
LGTM, landing.
2025-08-01 sgrekhov22@gmail.com dart-lang/co19#3180. Add `@JS()` annotation tests. Part 3. (dart-lang/co19#3269) 2025-08-01 sgrekhov22@gmail.com dart-lang/co19#3180. Add `@JS()` annotation tests. Part 2. (dart-lang/co19#3268) 2025-07-31 sgrekhov22@gmail.com dart-lang/co19#3180. Add `typeofEquals` tests (dart-lang/co19#3262) 2025-07-31 sgrekhov22@gmail.com dart-lang/co19#3180. Add more instanceOfString tests (dart-lang/co19#3264) 2025-07-29 sgrekhov22@gmail.com Fixes dart-lang/co19#3261. Update expected errors positions for CFE (dart-lang/co19#3267) 2025-07-28 sgrekhov22@gmail.com dart-lang/co19#3180. Update assertion for staticInterop tests (dart-lang/co19#3265) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try,dart2js-minified-linux-d8-try Change-Id: I5167edcc66a25f6e626cb4d8c1f5d2b5ec4ad82a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/443280 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Alexander Thomas <athom@google.com> Reviewed-by: Erik Ernst <eernst@google.com>
As usual, the tests in this PR are written under the assumption that the current behavior is intended. If that’s not the case, I assume @srujzs will point it out during the review, and I’ll update the tests accordingly.