Skip to content

Commit 3612f53

Browse files
coadometa-codesync[bot]
authored andcommitted
Exclude Internal and Private categories (#56035)
Summary: Pull Request resolved: #56035 Excludes files with `*+Internal.h` and `*+Private.h` categories from the public API `ReactApple` snapshot. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D95953096 fbshipit-source-id: f23aec53631263013a4099e0c443a8c0c15e9589
1 parent 4fcd2f9 commit 3612f53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/cxx-api/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ ReactApple:
6161
- "*/platform/windows/*"
6262
- "*/platform/macos/*"
6363
- "*/platform/android/*"
64+
- "*+Private.h"
65+
- "*+Internal.h"
6466
definitions:
6567
__cplusplus: 1
6668
variants:

0 commit comments

Comments
 (0)