pb-parser

JSON →
library 0.1.6 ·javascript
verified Jun 4, 2026

pb-parser is a lightweight protobuf parser written in TypeScript, version 0.1.6. It provides a simple API to parse protocol buffer definitions (proto files) into an AST. This package is maintained on an as-needed basis with no fixed release cadence. Compared to alternatives like protobufjs, pb-parser focuses solely on parsing without code generation or serialization, making it a smaller dependency for projects that only need to analyze proto syntax.