Skip to content

Commit

Permalink
Update on "[compiler] Wrap ReactiveScopeDep path tokens in object"
Browse files Browse the repository at this point in the history
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-poisoned]
  • Loading branch information
josephsavona committed Aug 28, 2024
2 parents 1779138 + 09a3f88 commit 29f8101
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import {CompilerError} from '..';
import {
DeclarationId,
DependencyPath,
InstructionId,
InstructionKind,
Place,
Expand Down

0 comments on commit 29f8101

Please sign in to comment.