mapbox / pbf

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

Fix #98: keep `exports` with `--no-read` option #99

Closed ahwayakchih closed 5 years ago

ahwayakchih commented 5 years ago

With this patch, exports will be added to result code, even if --no-read option is used.

Fixes #98

mourner commented 5 years ago

Good catch, thank you!

ahwayakchih commented 5 years ago

Thanks!