Skip to content
Snippets Groups Projects
Commit f4f5d51b authored by Joe Savona's avatar Joe Savona
Browse files

[compiler] Wrap ReactiveScopeDep path tokens in object

Previously the path of a ReactiveScopeDependency was `Array<string>`. We need to track whether each property access is optional or not, so as a first step we change this to `Array<{property: string}>`, making space for an additional property in a subsequent PR.

ghstack-source-id: 989aae4f8bfb6372fd55cf33a0aa025dc898582c
Pull Request resolved: https://github.com/facebook/react/pull/30812
parent 25dcc43d
No related merge requests found
Showing
with 41 additions and 94 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment