Skip to content
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

feat: add support for queueMicrotask #1266

Merged
merged 1 commit into from
Mar 9, 2025

feat(graalvm): add support for `queueMicrotask`

c8a7806
Select commit
Loading
Failed to load commit list.
Merged

feat: add support for queueMicrotask #1266

feat(graalvm): add support for `queueMicrotask`
c8a7806
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 9, 2025 in 0s

48.23% (+0.03%) compared to ab3eccc

View this Pull Request on Codecov

48.23% (+0.03%) compared to ab3eccc

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.23%. Comparing base (ab3eccc) to head (c8a7806).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1266      +/-   ##
==========================================
+ Coverage   48.20%   48.23%   +0.03%     
==========================================
  Files         498      499       +1     
  Lines       18263    18273      +10     
  Branches     3231     3233       +2     
==========================================
+ Hits         8803     8814      +11     
+ Misses       8430     8429       -1     
  Partials     1030     1030              
Files with missing lines Coverage Δ
.../main/kotlin/elide/runtime/core/PolyglotContext.kt 0.00% <ø> (ø)
...gvm/internals/intrinsics/js/AbstractJsIntrinsic.kt 80.00% <100.00%> (ø)
...elide/runtime/javascript/QueueMicrotaskCallable.kt 100.00% <100.00%> (ø)
...main/kotlin/elide/runtime/plugins/js/Extensions.kt 77.77% <ø> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab3eccc...c8a7806. Read the comment docs.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.