protocolbuffers / protobuf-javascript

BSD 3-Clause "New" or "Revised" License
375 stars 67 forks source link

Use range-based for loops in the generator. #158

Closed benjaminp closed 1 year ago

benjaminp commented 1 year ago

This makes the code cleaner and also fixes a bunch of signedness warnings from GCC.

Due to our limited support resources, we are focusing our attention on small bug fixes that have limited compatibility concerns. Most other PRs will be rejected.