Skip to content

Commit

Permalink
Other: codegen 2 performance pass, #653 might benefit
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Apr 23, 2017
1 parent 17c2797 commit 3f8b74b
Show file tree
Hide file tree
Showing 25 changed files with 303 additions and 170 deletions.
1 change: 1 addition & 0 deletions config/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"object-literal-sort-keys": false,
"no-string-literal": false,
"prefer-const": false,
"adjacent-overload-signatures": false,
"ban-types": [
true,
["Object", "Avoid using the `Object` type. Did you mean `object`?"],
Expand Down
131 changes: 82 additions & 49 deletions dist/light/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/light/protobuf.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/light/protobuf.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/minimal/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/minimal/protobuf.min.js

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

Binary file modified dist/minimal/protobuf.min.js.gz
Binary file not shown.
Loading

0 comments on commit 3f8b74b

Please sign in to comment.