Skip to content

Commit 7ab136d

Browse files
committed
Other: Initial map fields support for ext/descriptor, see #757
1 parent ef92da3 commit 7ab136d

File tree

3 files changed

+240
-153
lines changed

3 files changed

+240
-153
lines changed

cli/targets/static.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var Type = protobuf.Type,
1212
Service = protobuf.Service,
1313
Enum = protobuf.Enum,
1414
Namespace = protobuf.Namespace,
15-
Class = protobuf.Class,
1615
util = protobuf.util;
1716

1817
var out = [];

config/tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"rules": {
44
"array-type": [ true, "array" ],
55
"no-namespace": false,
6-
"interface-name": [ true, "never-prefix" ],
6+
"interface-name": [ false ],
77
"interface-over-type-literal": false,
88
"max-line-length": [ false ],
99
"trailing-comma": [ true, "never" ],

0 commit comments

Comments
 (0)