Skip to content

Commit 7c3bf8d

Browse files
committed
Refactored codegen, put frozen objects on the prototype, see #526; Trying out jsdoc variations, see #527
1 parent 5dc851e commit 7c3bf8d

24 files changed

+961
-907
lines changed

bench/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var protobuf = require("../src/index"),
2222
protobuf.load(require.resolve("./bench.proto"), function onload(err, root) {
2323
var Test = root.lookup("Test");
2424

25-
protobuf.util.codegen.verbose = true;
25+
protobuf.codegen.verbose = true;
2626

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

0 commit comments

Comments
 (0)