-
Notifications
You must be signed in to change notification settings - Fork 644
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: facebook/metro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.73.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: facebook/metro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.73.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 53 files changed
- 6 contributors
Commits on Oct 6, 2022
-
Annotate empty objects in xplat
Reviewed By: pieterv Differential Revision: D40134090 fbshipit-source-id: 3dd0bdb41ed559d9f72f0ff35c14e5551789fcc0
Configuration menu - View commit details
-
Copy full SHA for c0f88aa - Browse repository at this point
Copy the full SHA c0f88aaView commit details
Commits on Oct 7, 2022
-
Make
yarn
andyarn jest react-native-codegen
works on Windows wit……h git (#34854) Summary: A few fixings to make `yarn jest react-native-doegen` works on Windows: - ~~Add a `.gitignore` file to tell git not to track generated/temporary files.~~ - There is no `rm` on Windows, change it to `rimraf`. I have been using it in the last 3 months and it works perfectly on Windows, otherwise I could not even build the code in my laptop. ## Changelog [General] [Changed] - Make `yarn` and `yarn jest react-native-codegen` works on Windows with git X-link: facebook/react-native#34854 Reviewed By: cortinico Differential Revision: D40059524 Pulled By: cortinico fbshipit-source-id: e3cde2506c7d18c2b580099257637b90f4cb328c
Configuration menu - View commit details
-
Copy full SHA for fa10366 - Browse repository at this point
Copy the full SHA fa10366View commit details
Commits on Oct 11, 2022
-
Use read-only version of Graph<T> where possible
Summary: Creates a new interface type, `ReadOnlyGraph<T>`, for use in functions that should only read from a Graph instance and not mutate it. In particular this includes the `customSerializer` and `experimentalSerializerHook` functions, which may be user-supplied via config. This is not a breaking change since the serializer has always logically received a read-only graph. This diff merely codifies that in the Flow types. Changelog: [Internal] Reviewed By: huntie Differential Revision: D40233735 fbshipit-source-id: d76482a9eaf344d6278430429eab6e9fef9a3627
Configuration menu - View commit details
-
Copy full SHA for 728089f - Browse repository at this point
Copy the full SHA 728089fView commit details -
Summary: Converts `Graph<T>` to a class and all of `graphOperations.js`'s exports to methods on that class. `Graph<T>` has had opaque private state since D36403391 (832ee06), so here we take the next logical step to make it easier to work on. Reviewed By: huntie Differential Revision: D40233734 fbshipit-source-id: 204183707c824f9801275dbdb34861db55366ac0
Configuration menu - View commit details
-
Copy full SHA for 78634cb - Browse repository at this point
Copy the full SHA 78634cbView commit details
Commits on Oct 12, 2022
-
Summary: Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D40320927 fbshipit-source-id: 05c74ddf966ab25308237e265113d1cbb920d3c6
Configuration menu - View commit details
-
Copy full SHA for 5177582 - Browse repository at this point
Copy the full SHA 5177582View commit details
Commits on Oct 13, 2022
-
Extract some crawl and watch management out of
index.js
Summary: Refactoring to begin the work of bringing crawl+watch closer together. This simply pulls some code out of the bloated `index.js` into a `Watcher` class, which is responsible for managing crawl and watch backends. The API is likely to change, but for now sticks to `crawl()` / `watch()` as separate instance methods (reflecting the current architecture) to minimise the churn in this diff. Changelog: Internal Reviewed By: motiz88 Differential Revision: D39891465 fbshipit-source-id: 8e3616847380bea7acf7117479a0a9a90526e19e
Configuration menu - View commit details
-
Copy full SHA for dc02eac - Browse repository at this point
Copy the full SHA dc02eacView commit details -
Align JS docs snippets to use single quotes
Reviewed By: jacdebug Differential Revision: D40337918 fbshipit-source-id: 6dfcb83d3976117d6642310e0658986daa537854
Configuration menu - View commit details
-
Copy full SHA for 355f0d9 - Browse repository at this point
Copy the full SHA 355f0d9View commit details -
Reviewed By: jacdebug, voideanvalue Differential Revision: D40342897 fbshipit-source-id: d36a11bd869647f0e31dd146782248e634186cf1
Configuration menu - View commit details
-
Copy full SHA for 0006a7e - Browse repository at this point
Copy the full SHA 0006a7eView commit details
There are no files selected for viewing