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

Forbid ES6 Structures #6551

Closed
jridgewell opened this issue Dec 8, 2016 · 1 comment
Closed

Forbid ES6 Structures #6551

jridgewell opened this issue Dec 8, 2016 · 1 comment
Assignees

Comments

@jridgewell
Copy link
Contributor

jridgewell commented Dec 8, 2016

  • Map
  • WeakMap
  • Set
  • WeakSet
  • Symbol

Unless we want to polyfill.

@xrav3nz
Copy link
Contributor

xrav3nz commented May 30, 2019

Is it possible to revisit the list now, particularly Set?

It looks like browser support has caught up, but I am not sure what other metrics need to be factored in. My desired behaviour could be emulated with a plain JavaScript object ({}) though, just thought I'd ask!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants