Closed lesomnus closed 11 months ago
I think this might be a different issue than https://github.com/timostamm/protobuf-ts/issues/579. You are generating speed-optimized code, and it looks like it's missing a globalThis
. This should be an easy fix, PRs welcome.
@timostamm Please review #611
I compiled Argo Workflows v1alpha1 messages and there is a message named 'Object', which causes this issue:
in the generated code:
I think it should be:
I don't know this is related with the #579