mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
No longer specially recognize underscore and update baselines
This commit is contained in:
@@ -558,7 +558,7 @@ namespace ts.codefix {
|
||||
name = getMapEntryIfExists(funcNode);
|
||||
}
|
||||
|
||||
if (!name || name.identifier === undefined || name.identifier.text === "_" || name.identifier.text === "undefined") {
|
||||
if (!name || name.identifier === undefined || name.identifier.text === "undefined") {
|
||||
return { identifier: createIdentifier(""), types, numberOfAssignmentsOriginal };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user