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

Map enumerations should omit unset shadow keys #129

Open
issa-tseng opened this issue Sep 7, 2018 · 0 comments
Open

Map enumerations should omit unset shadow keys #129

issa-tseng opened this issue Sep 7, 2018 · 0 comments
Labels

Comments

@issa-tseng
Copy link
Owner

So,

m1 = new Map({ x: 42 });
m2 = m1.shadow();
m2.unset('x');
m2.enumeration();

should be empty. But right now it has x as null.

@issa-tseng issa-tseng changed the title Map enumerations should probably omit unset shadow keys Map enumerations should omit unset shadow keys Mar 17, 2019
@issa-tseng issa-tseng added the bug label Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant