Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eas-build-job] Switch preprocess to union+transform (#509)
# Why A union works better for generating JSON schema later, because Zod is able to infer better what is the expected input. # How Instead of preprocessing input, we're going to transform it after parsing. # Test Plan Tests should pass.
- Loading branch information