issuu / ocaml-protoc-plugin

ocaml-protoc-plugin
https://issuu.github.io/ocaml-protoc-plugin/
Other
48 stars 19 forks source link

Code emit: wrap (de)serializers in a function #14

Closed wokalski closed 4 years ago

wokalski commented 4 years ago

Fixes #13

Thanks to this change BuckleScript correctly resolves the recursive modules. It should not have major impact on the performance.

andersfugmann commented 4 years ago

Thanks.