Skip to content
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

delete RCTJSScriptLoaderModule #37284

Closed
wants to merge 2 commits into from
Closed

Conversation

philIip
Copy link
Contributor

@philIip philIip commented May 5, 2023

Summary:
Changelog: [iOS][Removed]

in the past, we had this protocol so we could decorate the RCTDevSplitBundleLoader, which was removed by motiz88. now that doesn't exist anymore, we should delete this protocol. i did a quick grep on github and this protocol was only used by RCTDevSplitBundleLoader, so i don't think this will be a major breaking change

Reviewed By: christophpurrer

Differential Revision: D45591882

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels May 5, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45591882

philIip added a commit to philIip/react-native that referenced this pull request May 5, 2023
Summary:
Pull Request resolved: facebook#37284

Changelog: [iOS][Removed]

in the past, we had this protocol so we could decorate the `RCTDevSplitBundleLoader`, which was removed by motiz88. now that doesn't exist anymore, we should delete this protocol. i did a quick grep on github and this protocol was only used by `RCTDevSplitBundleLoader`, so i don't think this will be a major breaking change

Reviewed By: christophpurrer

Differential Revision: D45591882

fbshipit-source-id: 79bb8b11af7d912b54c0a19572100f76f0938a47
@philIip philIip force-pushed the export-D45591882 branch from 07d49ca to 6464522 Compare May 5, 2023 19:06
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45591882

@analysis-bot
Copy link

analysis-bot commented May 5, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,717,742 +3
android hermes armeabi-v7a 8,028,523 +2
android hermes x86 9,205,097 +0
android hermes x86_64 9,058,485 +2
android jsc arm64-v8a 9,282,140 +4
android jsc armeabi-v7a 8,470,375 +4
android jsc x86 9,340,842 +5
android jsc x86_64 9,597,880 +5

Base commit: d24f568
Branch: main

philIip added a commit to philIip/react-native that referenced this pull request May 5, 2023
Summary:
Pull Request resolved: facebook#37284

Changelog: [iOS][Removed]

in the past, we had this protocol so we could decorate the `RCTDevSplitBundleLoader`, which was removed by motiz88. now that doesn't exist anymore, we should delete this protocol. i did a quick grep on github and this protocol was only used by `RCTDevSplitBundleLoader`, so i don't think this will be a major breaking change

Reviewed By: christophpurrer

Differential Revision: D45591882

fbshipit-source-id: 610c401d6c2f48c5a29258e8f7a4bf2e72d280dd
@philIip philIip force-pushed the export-D45591882 branch from 6464522 to 421f35d Compare May 5, 2023 20:28
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45591882

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45591882

philIip added a commit to philIip/react-native that referenced this pull request May 5, 2023
Summary:
Pull Request resolved: facebook#37284

Changelog: [iOS][Removed]

in the past, we had this protocol so we could decorate the `RCTDevSplitBundleLoader`, which was removed by motiz88. now that doesn't exist anymore, we should delete this protocol. i did a quick grep on github and this protocol was only used by `RCTDevSplitBundleLoader`, so i don't think this will be a major breaking change

Reviewed By: christophpurrer

Differential Revision: D45591882

fbshipit-source-id: 0d55af77edd18d6da2a9d6b21746d2d85cd4e6d0
@philIip philIip force-pushed the export-D45591882 branch from 421f35d to 5fbf1b8 Compare May 5, 2023 20:34
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45591882

philIip added a commit to philIip/react-native that referenced this pull request May 5, 2023
Summary:
Pull Request resolved: facebook#37284

Changelog: [iOS][Removed]

in the past, we had this protocol so we could decorate the `RCTDevSplitBundleLoader`, which was removed by motiz88. now that doesn't exist anymore, we should delete this protocol. i did a quick grep on github and this protocol was only used by `RCTDevSplitBundleLoader`, so i don't think this will be a major breaking change

Reviewed By: christophpurrer

Differential Revision: D45591882

fbshipit-source-id: 1f0490a8c1f87065f31cf0e18363565a6eff3176
@philIip philIip force-pushed the export-D45591882 branch from 5fbf1b8 to 69ccae0 Compare May 5, 2023 20:41
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45591882

philIip added a commit to philIip/react-native that referenced this pull request May 5, 2023
Summary:
Pull Request resolved: facebook#37284

Changelog: [iOS][Removed]

in the past, we had this protocol so we could decorate the `RCTDevSplitBundleLoader`, which was removed by motiz88. now that doesn't exist anymore, we should delete this protocol. i did a quick grep on github and this protocol was only used by `RCTDevSplitBundleLoader`, so i don't think this will be a major breaking change

Reviewed By: christophpurrer

Differential Revision: D45591882

fbshipit-source-id: 786486fd76d8e5683c645f677a437dcd9e112189
@philIip philIip force-pushed the export-D45591882 branch from 69ccae0 to b014103 Compare May 5, 2023 21:02
philIip added a commit to philIip/react-native that referenced this pull request May 5, 2023
Summary:
Pull Request resolved: facebook#37284

Changelog: [iOS][Removed]

in the past, we had this protocol so we could decorate the `RCTDevSplitBundleLoader`, which was removed by motiz88. now that doesn't exist anymore, we should delete this protocol. i did a quick grep on github and this protocol was only used by `RCTDevSplitBundleLoader`, so i don't think this will be a major breaking change

Reviewed By: christophpurrer

Differential Revision: D45591882

fbshipit-source-id: 39f4d640cebd98abe8b5046c5b6a88813289677c
@philIip philIip force-pushed the export-D45591882 branch from b014103 to fe04108 Compare May 5, 2023 21:10
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45591882

philIip and others added 2 commits May 5, 2023 15:13
Differential Revision: D45582533

fbshipit-source-id: fc3c8781b80c0e5c16da456b61ad9b8f227fcdc5
Summary:
Pull Request resolved: facebook#37284

Changelog: [iOS][Removed]

in the past, we had this protocol so we could decorate the `RCTDevSplitBundleLoader`, which was removed by motiz88. now that doesn't exist anymore, we should delete this protocol. i did a quick grep on github and this protocol was only used by `RCTDevSplitBundleLoader`, so i don't think this will be a major breaking change

Reviewed By: christophpurrer

Differential Revision: D45591882

fbshipit-source-id: a366e445d246110f0dea76095ec0cf2682cbad0e
@philIip philIip force-pushed the export-D45591882 branch from fe04108 to cbc049c Compare May 5, 2023 22:15
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45591882

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label May 5, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 438f6cf.

jeongshin pushed a commit to jeongshin/react-native that referenced this pull request May 7, 2023
Summary:
Pull Request resolved: facebook#37284

Changelog: [iOS][Removed]

in the past, we had this protocol so we could decorate the `RCTDevSplitBundleLoader`, which was removed by motiz88. now that doesn't exist anymore, we should delete this protocol. i did a quick grep on github and this protocol was only used by `RCTDevSplitBundleLoader`, so i don't think this will be a major breaking change

Reviewed By: christophpurrer

Differential Revision: D45591882

fbshipit-source-id: 23656d0c04fa4e1c4cfc65b1052d4c3614ba8708
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants