prepack/test/react
Dominic Gannaway 67a47fd48f Improve fb-www mocks objectWithoutProperties value by ensuring we store known values (#2194)
Summary:
Release notes: none

When the `objectWithoutProperties` mock was originally created, my knowledge of Prepack's internals wasn't as good as it was now. Now that I understand how AbstractObjectValues work, we can safely add the known values in `objectWithoutProperties` to the abstract backing object. The backing object was missing these values before and was an empty empty that was partial. This should give more data and value on our internal bundle, where before the values would be lost unnecessarily.
Closes https://github.com/facebook/prepack/pull/2194

Differential Revision: D8716289

Pulled By: trueadm

fbshipit-source-id: 451065473ea09943831f75c0bc15490e73c8d947
2018-07-02 13:11:28 -07:00
..
__snapshots__ Improve fb-www mocks objectWithoutProperties value by ensuring we store known values (#2194) 2018-07-02 13:11:28 -07:00
AssignSpread Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
ClassComponents Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
FactoryComponents Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
FBMocks Improve fb-www mocks objectWithoutProperties value by ensuring we store known values (#2194) 2018-07-02 13:11:28 -07:00
FirstRenderOnly Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
FunctionalComponents Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
ReactDOM Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
Reconciliation Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
RenderProps Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
ServerRendering Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
AssignSpread-test.js Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
ClassComponents-test.js Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
FactoryComponents-test.js Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
FBMocks-test.js Improve fb-www mocks objectWithoutProperties value by ensuring we store known values (#2194) 2018-07-02 13:11:28 -07:00
FirstRenderOnly-test.js Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
FunctionalComponents-test.js Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
ReactDOM-test.js Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
Reconciliation-test.js Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
RenderProps-test.js Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
ServerRendering-test.js Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00
setupReactTests.js Make React tests fast (#2187) 2018-07-02 11:25:58 -07:00