deno_core
deno_core copied to clipboard
feat: support immediates
This commit adds support for immediates - they are run after "next ticks" but before "macrotasks"
Codecov Report
:x: Patch coverage is 72.22222% with 5 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 80.28%. Comparing base (0c7f83e) to head (1e710fc).
:warning: Report is 380 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| core/ops_builtin_v8.rs | 50.00% | 5 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #1174 +/- ##
==========================================
- Coverage 81.43% 80.28% -1.16%
==========================================
Files 97 105 +8
Lines 23877 27367 +3490
==========================================
+ Hits 19445 21971 +2526
- Misses 4432 5396 +964
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Currently immediates don't support refing/unrefing.
[!IMPORTANT]
Review skipped
Draft detected.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yamlfile in this repository. To trigger a single review, invoke the@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
✨ Finishing touches
🧪 Generate unit tests (beta)
- [ ] Create PR with unit tests
- [ ] Post copyable unit tests in a comment
Comment @coderabbitai help to get the list of available commands and usage tips.