diff --git a/build/typescript/walker.ts b/build/typescript/walker.ts index b7581d0..acb063b 100644 --- a/build/typescript/walker.ts +++ b/build/typescript/walker.ts @@ -286,7 +286,6 @@ class Walker { var property = this._scope.enter(new AST.Property(ts.getTextOfNode(declaration.name))); property.getter = new AST.Getter(node, jsDoc.description, jsDoc.typeAnnotation, false); - property.setter = new AST.Setter(node, jsDoc.description, jsDoc.typeAnnotation, false); parent.members[property.name] = property;