mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Create wrapper class for Hermes CDPAgent + CDPDebugAPI (#43352)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43352 ## Context We are migrating to the new Hermes `CDPAgent` and `CDPDebugAPI` APIs in the modern CDP server (previously `HermesCDPHandler`). ## This diff Adds the `HermesRuntimeAgentDelegateNew` class to provide a swap-in replacement for the existing `HermesRuntimeAgentDelegate` when we enable this via an incoming feature flag. Changelog: [Internal] Reviewed By: motiz88 Differential Revision: D53810356 fbshipit-source-id: c63684252230a747ecf0bd8cbb6f4e22052ed9bf
This commit is contained in:
committed by
Facebook GitHub Bot
parent
52bd8418d8
commit
166fdc5125
@@ -36,7 +36,7 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: packages/rn-tester/Pods
|
||||
key: v1-${{ runner.os }}-RNTesterPods-${{ hashFiles('packages/rn-tester/Podfile.lock') }}-${{ hashFiles('packages/rn-tester/Podfile') }}-${{ hashFiles('tmp/hermes/hermesversion') }}
|
||||
key: v2-${{ runner.os }}-RNTesterPods-${{ hashFiles('packages/rn-tester/Podfile.lock') }}-${{ hashFiles('packages/rn-tester/Podfile') }}-${{ hashFiles('tmp/hermes/hermesversion') }}
|
||||
- name: Pod Install
|
||||
run: |
|
||||
cd packages/rn-tester
|
||||
|
||||
Reference in New Issue
Block a user