bug: transform
output type inside an object is broken on v0.39
#806
Labels
transform
output type inside an object is broken on v0.39
#806
in v0.39, the output type of an object field with a transform is not working properly, returning the original type before the transformation. execution works as expected, but the typescript compiler fails. here is a reproduction example:
execution output:
tsc output:
i pushed this same repro to a git repo: https://github.com/cruzdanilo/repro-valibot-transform
you can see this same output in the ci workflow log: https://github.com/cruzdanilo/repro-valibot-transform/actions/runs/10614474287/job/29420466950
The text was updated successfully, but these errors were encountered: