Commit 475e710
committed
Update on "[compiler] Stop reusing ScopeDep type in AnalyzeFunctions"
AnalyzeFunctions was reusing the `ReactiveScopeDependency` type since it happened to have a convenient shape, but we need to change this type to represent optionality. We now use a locally defined type instead.
[ghstack-poisoned]File tree
18 files changed
+804
-555
lines changed- .github/workflows
- compiler/packages/babel-plugin-react-compiler/src
- Validation
- __tests__/fixtures/compiler
- packages
- react-devtools-extensions/src/main
- react-dom/src/__tests__
- react-reconciler/src/__tests__
- react-server/src
18 files changed
+804
-555
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments