mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
respond to comment
This commit is contained in:
parent
45a77c0a2c
commit
39b7965c0d
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user