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

fix: map export #467

Merged
merged 1 commit into from
Nov 28, 2022
Merged

fix: map export #467

merged 1 commit into from
Nov 28, 2022

Conversation

stevenh
Copy link
Collaborator

@stevenh stevenh commented Nov 28, 2022

When exporting a map check for values which are otto.Value and process them. This is a one level export and no additional traversal is done.

Fixes #252

When exporting a map check for values which are otto.Value and process
them. This is a one level export and no additional traversal is done.

Fixes #252
@stevenh stevenh merged commit ec2dc5e into master Nov 28, 2022
@stevenh stevenh deleted the fix/map-export branch November 28, 2022 20:29
stevenh added a commit that referenced this pull request Nov 28, 2022
When putting JavaScript objects into _go*object use exported values.
This reverts PR #467 in favour of this more complete work.

Fixes #118 #252

Co-authored-by: Dmitry Panov <[email protected]>
stevenh added a commit that referenced this pull request Nov 28, 2022
When putting JavaScript objects into _go*object use exported values.
This reverts PR #467 in favour of this more complete work.

Fixes #118 #252

Co-authored-by: Dmitry Panov <[email protected]>
stevenh added a commit that referenced this pull request Nov 28, 2022
When putting JavaScript objects into _go*object use exported values.
This reverts PR #467 in favour of this more complete work.

Fixes #118 #252

Co-authored-by: Dmitry Panov <[email protected]>
sg3des pushed a commit to sg3des/otto that referenced this pull request Jul 17, 2023
When exporting a map check for values which are otto.Value and process
them. This is a one level export and no additional traversal is done.

Fixes robertkrimen#252
sg3des pushed a commit to sg3des/otto that referenced this pull request Jul 17, 2023
When putting JavaScript objects into _go*object use exported values.
This reverts PR robertkrimen#467 in favour of this more complete work.

Fixes robertkrimen#118 robertkrimen#252

Co-authored-by: Dmitry Panov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changed attributes in objects are not Export()ed
1 participant