-
Notifications
You must be signed in to change notification settings - Fork 58
Shim Object.assign? #54
Comments
I guess it should use some sort of |
We'd need to update the internal |
I just spoke with @mwistrand and he told me that the internal |
Updating EDIT: On second thought, since |
* `lang.assign` delegates to `Object.assign` when avaialble. * Implement `has('object-assign')` test.
Agreed, there doesn't seen to be an easy way to offload onto the native implementation. |
Instead of creating the core/lang::assign as it is now, wouldn't it be better to shim so it offloads to native assign (and keeps it functionally aligned?)... something like:
The text was updated successfully, but these errors were encountered: