Joyee Cheung
Joyee Cheung
BTW I opened https://github.com/nodejs/admin/issues/488
Are there any plans in supporting BigInt in chakracore? I could not find any in https://github.com/Microsoft/ChakraCore
@phillipj I am interested in helping this one (as well as for other repos, mainly node core). I'll be a bit busy until Dec though
Looks like it's caused by an unknown external reference somewhere. I'll try to build it locally to see what the reference is. Do I simply need to build the canary...
Traced this back to https://chromium-review.googlesource.com/c/v8/v8/+/3776678, which added a v8::External to the V8Console, and this band-aid makes the crash go away ``` diff --git a/lib/internal/main/mksnapshot.js b/lib/internal/main/mksnapshot.js index c4ea3a06cf..47e0e09495 100644 --- a/lib/internal/main/mksnapshot.js...
After looking into it a bit I think we should simply remove the inspector console methods during serialization because V8 is always going to re-install them when another inspector client...
Opened https://github.com/nodejs/node/pull/44279