react-native/ReactCommon/fabric
Valentin Shergin 03fb77cc95 Fabric: Using templates to generate convertRawProp and debugStringConvertibleItem functions
Summary:
This diff opens a diffstack where we migrate the generation of all prop conversions (convertRawProp) and pretty-printing (debugStringConvertibleItem) functions to C++ templates (instead of using `#define`s).
So, this diff implements base versions of those functions as templated functions.
For now we still need #define-based version, but eventually, we will get rid of it.

Reviewed By: fkgozali

Differential Revision: D7958247

fbshipit-source-id: 24346297c1bd17e8054758f0eb84698eebfa21e2
2018-05-14 16:03:49 -07:00
..
attributedstring Fabric: Using templates to generate convertRawProp and debugStringConvertibleItem functions 2018-05-14 16:03:49 -07:00
core Fabric: Using templates to generate convertRawProp and debugStringConvertibleItem functions 2018-05-14 16:03:49 -07:00
debug Fabric: Using templates to generate convertRawProp and debugStringConvertibleItem functions 2018-05-14 16:03:49 -07:00
graphics Fabric: New nice way to deal with DebugStringConvertible items 2018-05-08 23:03:35 -07:00
text Fabric: Using templates to generate convertRawProp and debugStringConvertibleItem functions 2018-05-14 16:03:49 -07:00
textlayoutmanager Fabric/Text: <Paragraph> is now supporting text attributes 2018-05-08 19:24:10 -07:00
uimanager Fabric: Devirtualizing of props parsing infra 2018-05-14 16:03:49 -07:00
view Fabric: Modernizing debug printing in View module 2018-05-14 16:03:49 -07:00