Skip to content

Commit fe4ed7c

Browse files
coadometa-codesync[bot]
authored andcommitted
Remove feature flags from the C++ public API snapshots (#56245)
Summary: Pull Request resolved: #56245 Removes feature flags from the C++ public API snapshots as they are considered private. This greatly reduces snapshots size. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D98312529
1 parent 1b5e8be commit fe4ed7c

File tree

7 files changed

+4
-3828
lines changed

7 files changed

+4
-3828
lines changed

scripts/cxx-api/api-snapshots/ReactAndroidDebugCxx.api

Lines changed: 0 additions & 706 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactAndroidReleaseCxx.api

Lines changed: 0 additions & 706 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactAppleDebugCxx.api

Lines changed: 0 additions & 607 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactAppleReleaseCxx.api

Lines changed: 0 additions & 607 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactCommonDebugCxx.api

Lines changed: 0 additions & 601 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactCommonReleaseCxx.api

Lines changed: 0 additions & 601 deletions
Large diffs are not rendered by default.

scripts/cxx-api/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
exclude_patterns:
22
- "*/ReactCommon/react/nativemodule/fantomtestspecificmethods/*"
3+
- "*/ReactCommon/react/nativemodule/featureflags/*"
4+
- "*/ReactCommon/react/featureflags/*"
35
- "*/test_utils/*"
46
- "*/test/*"
57
- "*/stubs/*"
68

79
exclude_symbols:
810
- "Fantom"
11+
- "NativeReactNativeFeatureFlags"
912

1013
platforms:
1114
ReactCommon:
@@ -37,6 +40,7 @@ platforms:
3740
- packages/react-native/ReactCommon
3841
- packages/react-native/ReactAndroid
3942
exclude_patterns:
43+
- "*/ReactAndroid/src/main/jni/react/featureflags/*"
4044
- "*/platform/cxx/*"
4145
- "*/platform/windows/*"
4246
- "*/platform/macos/*"

0 commit comments

Comments
 (0)