-
Notifications
You must be signed in to change notification settings - Fork 131
feat(BREAKING): change inspector API to match new V8 API #1196
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
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1196 +/- ##
==========================================
- Coverage 81.43% 79.62% -1.82%
==========================================
Files 97 100 +3
Lines 23877 25783 +1906
==========================================
+ Hits 19445 20530 +1085
- Misses 4432 5253 +821 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9951f91
to
589bb68
Compare
Ref denoland/deno_core#1196 There are no functional changes in this PR - just adjusting to the API change.
Adjusts inspector API usage to changes from denoland/rusty_v8#1853.
The main change is
Rc<JsRuntimeInspector>
instead ofRc<RefCell<JsRuntimeInspector>>
.