Skip to content

Commit

Permalink
Update on "[compiler] Rewrite useContext callee"
Browse files Browse the repository at this point in the history
If a value is specified for the LowerContextAccess environment config,
we rewrite the callee from 'useContext' to the specificed value.

This will allow us run an experiment internally.

[ghstack-poisoned]
  • Loading branch information
gsathya committed Aug 6, 2024
2 parents 9d57cc7 + ea44cd5 commit a039384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ function _temp(t0) {
}

```
### Eval output
(kind: exception) Fixture not implemented
1 change: 1 addition & 0 deletions compiler/packages/snap/src/SproutTodoFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ const skipFilter = new Set([
'todo.lower-context-access-destructure-multiple',
'todo.lower-context-access-array-destructuring',
'lower-context-selector-simple',
'lower-context-acess-multiple',
]);

export default skipFilter;

0 comments on commit a039384

Please sign in to comment.