You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Firefox the given sample throws because Object.assign tries to add a c property to the sealed conf object.
With Babel-node it works and assign only the attribute a and b.
I think that the Firefox approach is the expected one.
The text was updated successfully, but these errors were encountered:
In Firefox the given sample throws because
Object.assign
tries to add ac
property to the sealedconf
object.With Babel-node it works and assign only the attribute
a
andb
.I think that the Firefox approach is the expected one.
The text was updated successfully, but these errors were encountered: