Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910
  1. "use strict";
  2. module.exports = proto3_target;
  3. var protobuf = require("../..");
  4. proto3_target.description = "Protocol Buffers, Version 3";
  5. function proto3_target(root, options, callback) {
  6. require("./proto")(root, protobuf.util.merge(options, { syntax: "proto3" }), callback);
  7. }