mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-13 18:14:48 -05:00
respond to comment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user