-
Notifications
You must be signed in to change notification settings - Fork 17
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: intrinsic abort types #1212
Conversation
929313a
to
8b76b16
Compare
packages/graalvm/src/main/resources/META-INF/elide/embedded/runtime/js/polyfills.js
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1212 +/- ##
==========================================
+ Coverage 52.89% 53.15% +0.26%
==========================================
Files 425 429 +4
Lines 17142 17236 +94
Branches 3101 3122 +21
==========================================
+ Hits 9067 9162 +95
+ Misses 7062 7055 -7
- Partials 1013 1019 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
8b76b16
to
7edc86a
Compare
7edc86a
to
8b5d4e5
Compare
8b5d4e5
to
4345944
Compare
- feat(graalvm): implement intrinsic `AbortController` - feat(graalvm): implement intrinsic `AbortSignal` - test: add test for js globals - chore: eliminate `polyfills.js` from bootstrap steps Signed-off-by: Sam Gammon <sam@elide.dev>
4345944
to
ca39c98
Compare
Summary
Adds native implementations of
AbortController
andAbortSignal
.AbortController
AbortSignal
EventTarget
polyfills.js