ProtoDef-io / protodefc

Compiler for protodef written in Rust
11 stars 3 forks source link

Convert JavaScript fields to camelCase #22

Open ghost opened 6 years ago

ghost commented 6 years ago

Currently ProtoDefc enforces snake_case, but it should export snakeCase on the JavaScript backend.

rom1504 commented 6 years ago

:+1: