-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JSI<->C++ bridging conversion for folly::dynamic #37237
Conversation
This pull request was exported from Phabricator. Differential Revision: D45544843 |
Base commit: a89b572 |
This pull request was exported from Phabricator. Differential Revision: D45544843 |
cdfa044
to
630e809
Compare
Summary: Pull Request resolved: facebook#37237 Enables bridging conversions to/from jsi::Value and folly::dynamic. Changelog: [Internal] - Add JSI<->C++ bridging conversion for folly::dynamic Differential Revision: D45544843 fbshipit-source-id: 7ae55334b013a4718cfe8342f75cbab72bce8ef8
Summary: Pull Request resolved: facebook#37237 Enables bridging conversions to/from jsi::Value and folly::dynamic. Changelog: [Internal] - Add JSI<->C++ bridging conversion for folly::dynamic Differential Revision: D45544843 fbshipit-source-id: a0619f8274cf589526b29ad065443c6983200cda
630e809
to
07b36a6
Compare
This pull request was exported from Phabricator. Differential Revision: D45544843 |
Summary: Pull Request resolved: facebook#37237 Enables bridging conversions to/from jsi::Value and folly::dynamic. Changelog: [Internal] - Add JSI<->C++ bridging conversion for folly::dynamic Reviewed By: javache Differential Revision: D45544843 fbshipit-source-id: 8c905a03bb45fd786262f2686846bd097fdf5bc2
07b36a6
to
d86eb46
Compare
This pull request was exported from Phabricator. Differential Revision: D45544843 |
Summary: Pull Request resolved: facebook#37237 Enables bridging conversions to/from jsi::Value and folly::dynamic. Changelog: [Internal] - Add JSI<->C++ bridging conversion for folly::dynamic Reviewed By: javache Differential Revision: D45544843 fbshipit-source-id: 9a809faa4563d8041e9639069c1b8e79ef37d990
d86eb46
to
579f4e7
Compare
This pull request was exported from Phabricator. Differential Revision: D45544843 |
Summary: Pull Request resolved: facebook#37237 Enables bridging conversions to/from jsi::Value and folly::dynamic. Changelog: [Internal] - Add JSI<->C++ bridging conversion for folly::dynamic Reviewed By: javache Differential Revision: D45544843 fbshipit-source-id: 0dfa84aac299fa31a2898fc13aae770d64f7c057
579f4e7
to
776cb84
Compare
This pull request was exported from Phabricator. Differential Revision: D45544843 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D45544843 |
Summary: Pull Request resolved: facebook#37237 Enables bridging conversions to/from jsi::Value and folly::dynamic. Changelog: [Internal] - Add JSI<->C++ bridging conversion for folly::dynamic Reviewed By: javache Differential Revision: D45544843 fbshipit-source-id: 210e06a682cfef15499f04e520c953f6daac2aa5
776cb84
to
7fbfcca
Compare
Summary: Pull Request resolved: facebook#37237 Enables bridging conversions to/from jsi::Value and folly::dynamic. Changelog: [Internal] - Add JSI<->C++ bridging conversion for folly::dynamic Reviewed By: javache Differential Revision: D45544843 fbshipit-source-id: 2a77a9121b71220fea2ebcd3c3a773054bf97c65
7fbfcca
to
713d021
Compare
This pull request was exported from Phabricator. Differential Revision: D45544843 |
This pull request has been merged in d3fbcbb. |
Summary: Pull Request resolved: facebook#37237 Enables bridging conversions to/from jsi::Value and folly::dynamic. Changelog: [Internal] - Add JSI<->C++ bridging conversion for folly::dynamic Reviewed By: javache Differential Revision: D45544843 fbshipit-source-id: 89e773705a11eb3c5818cd081ef8c63436dc3340
Summary:
Enables bridging conversions to/from jsi::Value and folly::dynamic.
Changelog:
[Internal] - Add JSI<->C++ bridging conversion for folly::dynamic
Differential Revision: D45544843