forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(turbopack): Make various types directly or indirectly includ…
…ed in `State<T>` types into OperationValues and/or NonLocalValues (vercel#74008) This is a refactor ahead of vercel#73876 This adds the `OperationValue` trait (and in a few cases, `NonLocalValue`) to a large number of types where it can be trivially done. These types are needed in vercel#73876 because they're used somewhere inside of a `State<...>` type (most likely transitively).
- Loading branch information
Showing
20 changed files
with
311 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.