respond to comment

This commit is contained in:
Arthur Ozga 2017-06-28 13:41:52 -07:00
parent 45a77c0a2c
commit 39b7965c0d

View File

@ -321,7 +321,7 @@ namespace ts {
|| node.questionToken !== questionToken
|| node.type !== type
|| node.initializer !== initializer
? updateNode(createProperty(decorators, modifiers, name, node.questionToken, type, initializer), node)
? updateNode(createProperty(decorators, modifiers, name, questionToken, type, initializer), node)
: node;
}