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

Support for ES2015 Map/Set #29

Closed
mjackson opened this issue Nov 25, 2015 · 1 comment
Closed

Support for ES2015 Map/Set #29

mjackson opened this issue Nov 25, 2015 · 1 comment

Comments

@mjackson
Copy link

Can we add support for ES2015 Map/Set objects? Currently (version 1.0.1):

var a = new Map
a.set(0, 'a')
var b = new Map
b.set(0, 'b')
deepEqual(a, b) // true
deepEqual(new Set('a'), new Set('b')) // true

We also need this for mjackson/expect#47

@mjackson
Copy link
Author

Ah, nm. This is a dup of #28.

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

No branches or pull requests

1 participant