-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Bug: node:vm
not setting object property
#23186
Labels
Comments
@littledivy got it working earlier today in denoland/deno_core#664. We will be upstreaming it to Deno in the next few days. |
Can confirm this now logs |
satyarohith
pushed a commit
that referenced
this issue
Apr 11, 2024
littledivy
added a commit
to littledivy/deno
that referenced
this issue
Apr 19, 2024
Implement contextified objects in `node:vm` Fixes denoland#23186 Fixes denoland#22395 Fixes denoland#20607 Fixes denoland#18299 Fixes denoland#19395 Fixes denoland#18315 Fixes denoland#18319 Fixes denoland#23183
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Came across this in the Redux test suite: https://github.com/reduxjs/redux/blob/5455b8d54cd188b2d4b15f7dba055a66125f09b3/test/utils/isPlainObject.spec.ts#L6-L9
Steps to reproduce
Version: Deno 1.42.1
The text was updated successfully, but these errors were encountered: