Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Marlene Cota b06795ef7c
Patch fmt and folly files with CodeQL fixes (#13281)
* add missing folly fix

* fork fmt/core.h

* Change files
2024-05-29 14:50:04 -07:00
Marlene Cota a948daf080
Unfork and modularize Yoga (#12591)
* Unfork Yoga

* Change files

* Remove yoga.cpp from react-native-platform-override e2etests

* Update comment reference

* Revert "Remove yoga.cpp from react-native-platform-override e2etests"

This reverts commit a4dbd44ef9.

* re-add yoga to fake overrides.json

* remove react-native-platform-override change file
2024-01-11 10:24:11 -08:00
Jon Thysell 57f88c3c66
Spellcheck update 7/11/2023 (#11894)
## Description

This PR runs a spellcheck pass on the repo, fixing typos and updating the ignore list.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
N/A

### What
What changes were made to the codebase to solve the bug, add the functionality, etc. that you specified above.

## Screenshots
N/A

## Testing
N/A
2023-07-19 11:36:56 -07:00
Jon Thysell fe7d786b74
Fix typos and add `cspell` configuration (#11536)
## Description

This PR adds configuration files for `cspell`, which is available as a recommended VS Code plugin for this repo. This PR also fixes most "non-breaking" typos (comments, error messages, local names) for code files within the repo.

This PR **does not** add any kind of spell-checking enforcement on the repo.

### Type of Change
N/A

### Why

Clear up misunderstandings in comments / error messages.

### What
What changes were made to the codebase to solve the bug, add the functionality, etc. that you specified above.

## Screenshots
N/A

## Testing
N/A
2023-05-05 13:12:29 -07:00