mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
combined logic in parseParameterOrPropertyTag (#16481)
This commit is contained in:
@@ -6698,9 +6698,6 @@ namespace ts {
|
||||
}
|
||||
else {
|
||||
preName = name;
|
||||
}
|
||||
|
||||
if (!typeExpression) {
|
||||
typeExpression = tryParseTypeExpression();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user