react-native/ReactCommon/cxxreact/tests
REDMOND\acoates 8beb4bb58a Various minor changes to allow compliation with msvc (#22182)
Summary:
This change is aiming to reduce some of the forking changes we have internally in order to use CxxReact for some additional out of tree platforms.

Some of the fixes allow more of the code to compile when using Microsoft Visual Studio Compiler. In particular the change around the default value of RN_EXPORT and some changes around how to enable the packing attribute.

Another change moves more of the code for JSBigFileString into the cpp file, so that people can share the header but replace the implementation as appropriate for other platforms.

And finally the removal of an unused header include.

This is unlikely to be the extent of the changes required for MSVC, but at least gets one of our complication blocks to work against an unforked RN.
Pull Request resolved: https://github.com/facebook/react-native/pull/22182

Differential Revision: D12967758

Pulled By: cpojer

fbshipit-source-id: a2cc018aedaa9916cd644bfbd9e3a55330cd4c52
2019-02-05 06:14:14 -08:00
..
BUCK Various minor changes to allow compliation with msvc (#22182) 2019-02-05 06:14:14 -08:00
RecoverableErrorTest.cpp Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
jsarg_helpers.cpp Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
jsbigstring.cpp Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
methodcall.cpp Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00