説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

proto3.js 285B

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. }