-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove bookkeeping abstraction from turbo config (#6809)
### Description I removed the bookkeeping abstraction that we ported from Go. It wasn't necessary since we can use `Option` to detect if a field is explicitly set versus not. Also renamed `RawTurboJSON` to be `RawTurboJson` to fit with the other names. ### Testing Instructions The existing tests should suffice. Closes TURBO-1945
- Loading branch information
1 parent
8aa1e22
commit 6bc7001
Showing
8 changed files
with
173 additions
and
332 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
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
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.