Skip to content

Commit a5cb043

Browse files
coadometa-codesync[bot]
authored andcommitted
Remove feature flags from the C++ public API snapshots (facebook#56245)
Summary: Pull Request resolved: facebook#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 a5cb043

7 files changed

Lines changed: 3 additions & 3630 deletions

File tree

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

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

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

Lines changed: 0 additions & 607 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: 3 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:

0 commit comments

Comments
 (0)