react-native-macos/ReactCommon
Valentin Shergin 7048c9134a Fabric: Support for optionals in `convertRawProp` and `debugStringConvertibleItem` templates
Summary:
We have to have automatic treatment for `optional` types. So, if we can process type `T` we can also automatically process `optional<T>.`
Support for optional allows us to not introduce new types (with embedded special "undefined" value) or pollute existing pure types (with special "undefined" value). (A lot of examples of those types can be found in AttributedString module.)

Reviewed By: fkgozali

Differential Revision: D7958249

fbshipit-source-id: 21af526a17dd0329e1262020cab8ecb902316654
2018-05-14 16:03:49 -07:00
..
cxxreact Fix BUCK bugs which were breaking tests after refactoring 2018-05-09 22:12:03 -07:00
exceptions Avoid top-level read_config invocations. 2018-04-17 09:41:20 -07:00
fabric Fabric: Support for optionals in `convertRawProp` and `debugStringConvertibleItem` templates 2018-05-14 16:03:49 -07:00
jschelpers load in platform macros 2018-04-29 16:01:17 -07:00
jsinspector Update license headers for MIT license 2018-02-16 18:31:53 -08:00
microprofiler Use -fdata-sections in mode/opt 2018-03-12 06:34:59 -07:00
privatedata Skylarkify RN defs. 2018-02-08 09:47:28 -08:00
yoga [yoga re-add assertion to check for owner reference before adding child. 2018-04-04 10:54:35 -07:00