prepack/.gitignore
Herman Venter db79b830ca Simplify path conditions
Summary:
Break up, simplify and refine path conditions. Also special case the property values obtained from joined objects to use the object's join condition, which is more likely to match the a path condition than the artificial "ob === ob1 ? ob1.prop : ob2.prop" that arises from the general case.

Finally, beef up the implementation of implies, to handle more complicated path conditions by breaking up && and || conditions.
Closes https://github.com/facebook/prepack/pull/970

Differential Revision: D5857033

Pulled By: hermanventer

fbshipit-source-id: 5436d251378decf6de549a3d70e9605664d569e5
2017-09-20 15:18:49 -07:00

13 lines
136 B
Plaintext
Executable File

.*.haste_cache.*
*~
/node_modules
/lib
npm-debug.log
.DS_Store
build/
coverage*/
.vscode
facebook/test
facebook/tutorial
prepack.min.js