react-native/ReactCommon/fabric/attributedstring
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
..
tests Fabric/Text: attributedstring module, the first part 2018-05-07 18:09:06 -07:00
AttributedString.cpp Fabric/Text: attributedstring module, the second part 2018-05-07 18:09:06 -07:00
AttributedString.h Fabric/Text: attributedstring module, the second part 2018-05-07 18:09:06 -07:00
BUCK Fabric/Text: <Paragraph> is now supporting text attributes 2018-05-08 19:24:10 -07:00
ParagraphAttributes.cpp Fabric: New nice way to deal with DebugStringConvertible items 2018-05-08 23:03:35 -07:00
ParagraphAttributes.h Fabric: Using templates to generate convertRawProp and debugStringConvertibleItem functions 2018-05-14 16:03:49 -07:00
TextAttributes.cpp Fabric: Text types conversions & better debug printing 2018-05-14 16:03:48 -07:00
TextAttributes.h Fabric/Text: attributedstring module, the second part 2018-05-07 18:09:06 -07:00
TextPrimitives.h Fabric/Text: attributedstring module, the first part 2018-05-07 18:09:06 -07:00
debugStringConvertibleUtils.h Fabric: Text types conversions & better debug printing 2018-05-14 16:03:48 -07:00
textValuesConversions.h Fabric: Text types conversions & better debug printing 2018-05-14 16:03:48 -07:00