-
Notifications
You must be signed in to change notification settings - Fork 29
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
Implement Symbol type when the Symbol global is available. #262
Conversation
Cool but CI fails. |
It is just some listing errors. |
Yeah, seems like our jshint does not know that |
Linting is just never fun, tried to upgrade |
I think I sorted it out now. Also added support for Symbols as keys in objects. Even though I'm not totally satisfied with how that turned out, I think we'll need to include it at some point for completeness. Let me know what you think. |
Very nice 👍 |
Raising the coverage further is tricky. The |
Implement Symbol type when the Symbol global is available.
Fixes #261.
Symbols can also be used as keys in objects -- that's not implemented yet.