Skip to content

Commit

Permalink
Refactored codegen, put frozen objects on the prototype, see #526; Tr…
Browse files Browse the repository at this point in the history
…ying out jsdoc variations, see #527
  • Loading branch information
dcodeIO committed Dec 7, 2016
1 parent 5dc851e commit 7c3bf8d
Show file tree
Hide file tree
Showing 24 changed files with 961 additions and 907 deletions.
2 changes: 1 addition & 1 deletion bench/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var protobuf = require("../src/index"),
protobuf.load(require.resolve("./bench.proto"), function onload(err, root) {
var Test = root.lookup("Test");

protobuf.util.codegen.verbose = true;
protobuf.codegen.verbose = true;

var buf = Test.encode(data).finish();

Expand Down
Loading

0 comments on commit 7c3bf8d

Please sign in to comment.