Closed kumavis closed 4 years ago
as far as i can tell, this doesn't affect the package's explicit exported interfaces, and so should not be a breaking change
i like the approach of adding real ses better : ) but it has pointed out some additional issues
object.assign
initialization is not ses compatibleThat's ok, we can fix all those things :-)
@ljharb working on a fix for object.assign right now
It looks like the linter is the only failure.
this should be the object.assign
issue https://github.com/ljharb/object.assign/pull/77
object.assign
v4.1.1 is released
Just the codecov status. I'm looking into it.
(however I'm still concerned about https://github.com/ljharb/object.assign/issues/79)
noting that Function.prototype.apply
can not be assigned to in ses v0.7.x but can be assigned to in ses v0.10.x
Fixes https://github.com/ljharb/es-abstract/issues/112