Skip to content
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

Add test for MutableMapping methods on object_maps and fix bug #3297

Merged
merged 13 commits into from
Nov 30, 2022
Prev Previous commit
Next Next commit
Update changelog
  • Loading branch information
hoodmane committed Nov 28, 2022
commit c95af1a9b8e036d2bdab08dd24e1da758098143d
2 changes: 1 addition & 1 deletion docs/project/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ substitutions:
- {{ Enhancement }} A `JsProxy` now has an `as_object_map` method. This will treat
the object as a mapping over its `ownKeys` so for instance:
`run_js("({a:2, b:3})").as_object_map()["a"]` will return 2.
{pr}`3273`, {pr}`3295`
{pr}`3273`, {pr}`3295`, {pr}`3297`

- {{ Enhancement }} Split up the `JsProxy` documentation class into several
classes, e.g., {any}`JsBuffer`, {any}`JsPromise`, etc. Implemented
Expand Down