Skip to content

Commit

Permalink
Restructured encoder / decoder to better support static code gen
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Dec 1, 2016
1 parent a7d9c18 commit 5785dee
Show file tree
Hide file tree
Showing 14 changed files with 158 additions and 339 deletions.
9 changes: 9 additions & 0 deletions cli/targets/static.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = static_target;

static_target.private = true;

var protobuf = require("../..");

function static_target(root, options, callback) {
callback(Error("not implemented"));
}
189 changes: 60 additions & 129 deletions dist/protobuf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/protobuf.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/protobuf.min.js

Large diffs are not rendered by default.

Binary file modified dist/protobuf.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/protobuf.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5785dee

Please sign in to comment.