Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: reorganize transformInteriorValue
This code was checking a constantly true condition value !== CannotTransform, that's why the code was not properly handling nested structure properly, The code introduced by #8446 fixed this logic, by introducing another duplicated piece of code. This commit simplifies the logic here to reflect the original purpose.
- Loading branch information