pbjs-compiler

0.1.1 • Public • Published

PBJS

Creates closure goog.proto2.Message .pb.js source code from .proto files.

Maturity

Supports type checking, though it uses the js number type for 64bit numbers.

Does not support extensions, custom options, or services.

Install dependencies:

npm install

Run tests:

npm test npm run-script tdd

TODO

  • detect circular imports
  • add @jsnamespace directive
  • check handing of default field values that are enums...
  • ensure goog.proto2.FieldDescriptor.FieldType, rather than goog.proto2.Message.FieldType
  • protoc cli compatibility
  • node getter/setter output

/pbjs-compiler/

    Package Sidebar

    Install

    npm i pbjs-compiler

    Weekly Downloads

    2

    Version

    0.1.1

    License

    none

    Last publish

    Collaborators

    • gregrperkins