You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove fantom test specific methods from the C++ API snapshot (#56247)
Summary:
Pull Request resolved: #56247
Removes fantom test specific methods, namely:
- NativeFantomTestSpecificMethods,
- FantomForcedCloneCommitHook
from the C++ API snapshot.
Changelog:
[Internal]
Reviewed By: cortinico
Differential Revision: D97466201
Copy file name to clipboardExpand all lines: scripts/cxx-api/api-snapshots/ReactAndroidDebugCxx.api
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -3752,13 +3752,6 @@ class facebook::react::NativeExceptionsManagerSpecJSI : public facebook::react::
3752
3752
public NativeExceptionsManagerSpecJSI(const facebook::react::JavaTurboModule::InitParams& params);
3753
3753
}
3754
3754
3755
-
class facebook::react::NativeFantomTestSpecificMethods : public facebook::react::NativeFantomTestSpecificMethodsCxxSpec<facebook::react::NativeFantomTestSpecificMethods> {
3756
-
public NativeFantomTestSpecificMethods(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
3757
-
public void registerForcedCloneCommitHook(facebook::jsi::Runtime& runtime);
3758
-
public void setRootNodeSize(facebook::jsi::Runtime& runtime, int surfaceId, float width, float height);
3759
-
public void takeFunctionAndNoop(facebook::jsi::Runtime& runtime, facebook::jsi::Function callback);
3760
-
}
3761
-
3762
3755
class facebook::react::NativeFileReaderModuleSpecJSI : public facebook::react::JavaTurboModule {
3763
3756
public NativeFileReaderModuleSpecJSI(const facebook::react::JavaTurboModule::InitParams& params);
Copy file name to clipboardExpand all lines: scripts/cxx-api/api-snapshots/ReactAndroidReleaseCxx.api
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -3749,13 +3749,6 @@ class facebook::react::NativeExceptionsManagerSpecJSI : public facebook::react::
3749
3749
public NativeExceptionsManagerSpecJSI(const facebook::react::JavaTurboModule::InitParams& params);
3750
3750
}
3751
3751
3752
-
class facebook::react::NativeFantomTestSpecificMethods : public facebook::react::NativeFantomTestSpecificMethodsCxxSpec<facebook::react::NativeFantomTestSpecificMethods> {
3753
-
public NativeFantomTestSpecificMethods(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
3754
-
public void registerForcedCloneCommitHook(facebook::jsi::Runtime& runtime);
3755
-
public void setRootNodeSize(facebook::jsi::Runtime& runtime, int surfaceId, float width, float height);
3756
-
public void takeFunctionAndNoop(facebook::jsi::Runtime& runtime, facebook::jsi::Function callback);
3757
-
}
3758
-
3759
3752
class facebook::react::NativeFileReaderModuleSpecJSI : public facebook::react::JavaTurboModule {
3760
3753
public NativeFileReaderModuleSpecJSI(const facebook::react::JavaTurboModule::InitParams& params);
Copy file name to clipboardExpand all lines: scripts/cxx-api/api-snapshots/ReactAppleDebugCxx.api
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -6416,13 +6416,6 @@ class facebook::react::NativeExceptionsManagerSpecJSI : public facebook::react::
6416
6416
public NativeExceptionsManagerSpecJSI(const facebook::react::ObjCTurboModule::InitParams& params);
6417
6417
}
6418
6418
6419
-
class facebook::react::NativeFantomTestSpecificMethods : public facebook::react::NativeFantomTestSpecificMethodsCxxSpec<facebook::react::NativeFantomTestSpecificMethods> {
6420
-
public NativeFantomTestSpecificMethods(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
6421
-
public void registerForcedCloneCommitHook(facebook::jsi::Runtime& runtime);
6422
-
public void setRootNodeSize(facebook::jsi::Runtime& runtime, int surfaceId, float width, float height);
6423
-
public void takeFunctionAndNoop(facebook::jsi::Runtime& runtime, facebook::jsi::Function callback);
6424
-
}
6425
-
6426
6419
class facebook::react::NativeFileReaderModuleSpecJSI : public facebook::react::ObjCTurboModule {
6427
6420
public NativeFileReaderModuleSpecJSI(const facebook::react::ObjCTurboModule::InitParams& params);
Copy file name to clipboardExpand all lines: scripts/cxx-api/api-snapshots/ReactAppleReleaseCxx.api
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -6413,13 +6413,6 @@ class facebook::react::NativeExceptionsManagerSpecJSI : public facebook::react::
6413
6413
public NativeExceptionsManagerSpecJSI(const facebook::react::ObjCTurboModule::InitParams& params);
6414
6414
}
6415
6415
6416
-
class facebook::react::NativeFantomTestSpecificMethods : public facebook::react::NativeFantomTestSpecificMethodsCxxSpec<facebook::react::NativeFantomTestSpecificMethods> {
6417
-
public NativeFantomTestSpecificMethods(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
6418
-
public void registerForcedCloneCommitHook(facebook::jsi::Runtime& runtime);
6419
-
public void setRootNodeSize(facebook::jsi::Runtime& runtime, int surfaceId, float width, float height);
6420
-
public void takeFunctionAndNoop(facebook::jsi::Runtime& runtime, facebook::jsi::Function callback);
6421
-
}
6422
-
6423
6416
class facebook::react::NativeFileReaderModuleSpecJSI : public facebook::react::ObjCTurboModule {
6424
6417
public NativeFileReaderModuleSpecJSI(const facebook::react::ObjCTurboModule::InitParams& params);
Copy file name to clipboardExpand all lines: scripts/cxx-api/api-snapshots/ReactCommonDebugCxx.api
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2403,13 +2403,6 @@ class facebook::react::NativeDOM : public NativeDOMCxxSpec<facebook::react::Nati
2403
2403
public void setPointerCapture(facebook::jsi::Runtime& rt, std::shared_ptr<const facebook::react::ShadowNode> shadowNode, double pointerId);
2404
2404
}
2405
2405
2406
-
class facebook::react::NativeFantomTestSpecificMethods : public NativeFantomTestSpecificMethodsCxxSpec<facebook::react::NativeFantomTestSpecificMethods> {
2407
-
public NativeFantomTestSpecificMethods(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
2408
-
public void registerForcedCloneCommitHook(facebook::jsi::Runtime& runtime);
2409
-
public void setRootNodeSize(facebook::jsi::Runtime& runtime, int surfaceId, float width, float height);
2410
-
public void takeFunctionAndNoop(facebook::jsi::Runtime& runtime, facebook::jsi::Function callback);
2411
-
}
2412
-
2413
2406
class facebook::react::NativeIdleCallbacks : public NativeIdleCallbacksCxxSpec<facebook::react::NativeIdleCallbacks> {
2414
2407
public NativeIdleCallbacks(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
2415
2408
public facebook::react::CallbackHandle requestIdleCallback(facebook::jsi::Runtime& runtime, facebook::react::SyncCallback<void(facebook::jsi::Object)>&& callback, std::optional<facebook::react::NativeRequestIdleCallbackOptions> options);
Copy file name to clipboardExpand all lines: scripts/cxx-api/api-snapshots/ReactCommonReleaseCxx.api
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2400,13 +2400,6 @@ class facebook::react::NativeDOM : public NativeDOMCxxSpec<facebook::react::Nati
2400
2400
public void setPointerCapture(facebook::jsi::Runtime& rt, std::shared_ptr<const facebook::react::ShadowNode> shadowNode, double pointerId);
2401
2401
}
2402
2402
2403
-
class facebook::react::NativeFantomTestSpecificMethods : public NativeFantomTestSpecificMethodsCxxSpec<facebook::react::NativeFantomTestSpecificMethods> {
2404
-
public NativeFantomTestSpecificMethods(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
2405
-
public void registerForcedCloneCommitHook(facebook::jsi::Runtime& runtime);
2406
-
public void setRootNodeSize(facebook::jsi::Runtime& runtime, int surfaceId, float width, float height);
2407
-
public void takeFunctionAndNoop(facebook::jsi::Runtime& runtime, facebook::jsi::Function callback);
2408
-
}
2409
-
2410
2403
class facebook::react::NativeIdleCallbacks : public NativeIdleCallbacksCxxSpec<facebook::react::NativeIdleCallbacks> {
2411
2404
public NativeIdleCallbacks(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
2412
2405
public facebook::react::CallbackHandle requestIdleCallback(facebook::jsi::Runtime& runtime, facebook::react::SyncCallback<void(facebook::jsi::Object)>&& callback, std::optional<facebook::react::NativeRequestIdleCallbackOptions> options);
0 commit comments