Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/validate-cxx-api-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
run: pip install doxmlparser natsort pyyaml
- name: Validate C++ API snapshots
shell: bash
continue-on-error: true
run: yarn cxx-api-validate --output-dir /tmp/cxx-api-snapshots
- name: Upload C++ API snapshots
if: always()
uses: actions/upload-artifact@v6
with:
name: cxx-api-snapshots
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ class ShadowTree final {
*/
void mergeReactRevision() const;

void noop() const {};

private:
constexpr static ShadowTreeRevision::Number INITIAL_REVISION{0};

Expand Down
739 changes: 443 additions & 296 deletions scripts/cxx-api/api-snapshots/ReactAndroidDebugCxx.api

Large diffs are not rendered by default.

739 changes: 443 additions & 296 deletions scripts/cxx-api/api-snapshots/ReactAndroidReleaseCxx.api

Large diffs are not rendered by default.

727 changes: 435 additions & 292 deletions scripts/cxx-api/api-snapshots/ReactAppleDebugCxx.api

Large diffs are not rendered by default.

727 changes: 435 additions & 292 deletions scripts/cxx-api/api-snapshots/ReactAppleReleaseCxx.api

Large diffs are not rendered by default.

727 changes: 435 additions & 292 deletions scripts/cxx-api/api-snapshots/ReactCommonDebugCxx.api

Large diffs are not rendered by default.

727 changes: 435 additions & 292 deletions scripts/cxx-api/api-snapshots/ReactCommonReleaseCxx.api

Large diffs are not rendered by default.

Loading