-
Notifications
You must be signed in to change notification settings - Fork 387
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
Revise ES6 Construct (Promise,Map,Set) to follow latest spec #303
Comments
Subclassing is still supported though. |
Definitely - how can we shim the act of calling the |
Yeah, it needs to stay there until I revise the Promise implementation to follow the latest spec. Our In the meantime, I think having the correct externally-visible operation (as we do now) is more important than whether our implementation follows the naming of spec-internal methods. Unless someone can point to a concrete externally-visible ES6 behavior that we are misbehaving on? |
Relates to #239. |
…amed from @@create) Relates to paulmillr#303.
@cscott any update on this one? |
https://github.com/paulmillr/es6-shim/blob/master/es6-shim.js#L161-L174 no longer applies, since as of Rev 28
@@create
no longer exist.Should we thus remove this function?
The text was updated successfully, but these errors were encountered: