-
Notifications
You must be signed in to change notification settings - Fork 25.1k
feat: add jsitooling package #49348
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
feat: add jsitooling package #49348
Conversation
0e34a3e to
cae7b67
Compare
b1c63df to
4684f64
Compare
a5566e6 to
6196368
Compare
6196368 to
1b01e94
Compare
cipolleschi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me.
I'll import this and ask @cortinico to review the CMakeLists.txt file
packages/react-native/ReactCommon/jsitooling/React-jsitooling.podspec
Outdated
Show resolved
Hide resolved
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
cortinico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a nit here
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
|
This is failing internally because we need to update the buck files to make it work. :( |
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@cipolleschi merged this pull request in 31a8bb3. |
|
This pull request was successfully merged by @okwasniewski in 31a8bb3 When will my fix make it into a release? | How to file a pick request? |
Summary: > [!NOTE] > This PR is part of JavaScriptCore Extraction to this repository: https://github.com/react-native-community/javascriptcore This PR adds `jsitooling` package that third party JS engines can use (in that case javascriptcore). It's required because React-Runtime needs to depend on third-party engine on iOS, and the third-party engine needed to depend on React-Runtime to get access to the `JSRuntimeFactory` and Cocoapods doesn't support circular dependencies... Now third-party engine can depenend on jsitooling package and provide JSRuntimeFactory [INTERNAL] [ADDED] - jsitooling package Pull Request resolved: facebook#49348 Test Plan: CI Green Reviewed By: cortinico Differential Revision: D69535475 Pulled By: cipolleschi fbshipit-source-id: f8d68b7957b7d69c13246ce3040a08256f2ebcd6
Summary: > [!NOTE] > This PR is part of JavaScriptCore Extraction to this repository: https://github.com/react-native-community/javascriptcore This PR adds `jsitooling` package that third party JS engines can use (in that case javascriptcore). It's required because React-Runtime needs to depend on third-party engine on iOS, and the third-party engine needed to depend on React-Runtime to get access to the `JSRuntimeFactory` and Cocoapods doesn't support circular dependencies... Now third-party engine can depenend on jsitooling package and provide JSRuntimeFactory ## Changelog: [INTERNAL] [ADDED] - jsitooling package Pull Request resolved: facebook#49348 Test Plan: CI Green Reviewed By: cortinico Differential Revision: D69535475 Pulled By: cipolleschi fbshipit-source-id: f8d68b7957b7d69c13246ce3040a08256f2ebcd6
Summary:
Note
This PR is part of JavaScriptCore Extraction to this repository: https://github.com/react-native-community/javascriptcore
This PR adds
jsitoolingpackage that third party JS engines can use (in that case javascriptcore). It's required because React-Runtime needs to depend on third-party engine on iOS, and the third-party engine needed to depend on React-Runtime to get access to theJSRuntimeFactoryand Cocoapods doesn't support circular dependencies...Now third-party engine can depenend on jsitooling package and provide JSRuntimeFactory
Changelog:
[INTERNAL] [ADDED] - jsitooling package
Test Plan:
CI Green