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
To drop dependency on module objx (see #1752) I propose to replace objx.Map with an internal implementation that exposes a similar (subset) API to objx.Map that is just enough for the few users of Mock.TestData.
Proposed solution
My solution with our own mock.TestData and mock.TestDataValue types that exposes the subset of objx.Map methods used in the wild.
Description
To drop dependency on module
objx(see #1752) I propose to replaceobjx.Mapwith an internal implementation that exposes a similar (subset) API toobjx.Mapthat is just enough for the few users ofMock.TestData.Proposed solution
My solution with our own
mock.TestDataandmock.TestDataValuetypes that exposes the subset ofobjx.Mapmethods used in the wild.TestDataandTestDataValue.objx.Mapwithmock.TestDatain the signature ofMock.TestData().Use case
#1752