index.js 352 B

123456789101112
  1. "use strict";
  2. var protobuf = module.exports = require("./index-light");
  3. protobuf.build = "full";
  4. // Parser
  5. protobuf.tokenize = require("./tokenize");
  6. protobuf.parse = require("./parse");
  7. protobuf.common = require("./common");
  8. // Configure parser
  9. protobuf.Root._configure(protobuf.Type, protobuf.parse, protobuf.common);