New Features:
- Add support for git to watchman lazy mode. Git projects using
file_watcher=watchman
andlazy_mode=fs
can now upgrade tolazy_mode=watchman
. - Add codemod to convert
$ObjMapi<T, <K>(K) => K>
to$KeyMirror<T>
. Run it viaflow codemod key-mirror [OPTION]... [FILE]
.
Library Definitions:
- Add
devicePixelRatio
global (thanks @Brianzchen)