mapbox / pbf

A low-level, lightweight protocol buffers implementation in JavaScript.
BSD 3-Clause "New" or "Revised" License
801 stars 107 forks source link

[Compiler]: Packed repeated enum types throw errors on toplevel #100

Open ZaneHannanAU opened 5 years ago

ZaneHannanAU commented 5 years ago

Packed repeated enums are not handled when enums are toplevel

Similar issue to #34