-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fix(ext/console): fix inspecting iterators error. #20720
Conversation
Thanks for the PR @ghosind, it appears that this change caused an actual test failure in Node.js compat tests. Could you please take a look? |
Hi @bartlomieju , |
@crowlKats please review |
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.
Thanks, LGTM
Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com>
Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com>
Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com>
This PR unfortunately broke benchmarks on main:
|
…21191) This reverts commit 0209f7b. Reverting because it causes failures on `main`: #20720 (comment)
…21191) This reverts commit 0209f7b. Reverting because it causes failures on `main`: #20720 (comment)
…0720)" (denoland#21191) This reverts commit 0209f7b. Reverting because it causes failures on `main`: denoland#20720 (comment)
…noland#20720)" (denoland#21191)" This reverts commit 255b41c.
Fixes #19776 and #20676 .
Node implements
previewEntries
as C++ binding, so I moved this function to internal binding.