Skip to content

Commit

Permalink
Other: Initial map fields support for ext/descriptor, see #757
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Apr 12, 2017
1 parent ef92da3 commit 7ab136d
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 153 deletions.
1 change: 0 additions & 1 deletion cli/targets/static.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ var Type = protobuf.Type,
Service = protobuf.Service,
Enum = protobuf.Enum,
Namespace = protobuf.Namespace,
Class = protobuf.Class,
util = protobuf.util;

var out = [];
Expand Down
2 changes: 1 addition & 1 deletion config/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rules": {
"array-type": [ true, "array" ],
"no-namespace": false,
"interface-name": [ true, "never-prefix" ],
"interface-name": [ false ],
"interface-over-type-literal": false,
"max-line-length": [ false ],
"trailing-comma": [ true, "never" ],
Expand Down
Loading

0 comments on commit 7ab136d

Please sign in to comment.