mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-16 06:28:12 -05:00
Respond to PR comments
This commit is contained in:
@@ -113,7 +113,7 @@ namespace ts {
|
||||
// we see the name of a module that is used everywhere, or the name of an overload). As
|
||||
// such, we cache the information we compute about the candidate for the life of this
|
||||
// pattern matcher so we don't have to compute it multiple times.
|
||||
const stringToWordSpans = new StringMap<TextSpan[]>();
|
||||
const stringToWordSpans = createMap<string, TextSpan[]>();
|
||||
|
||||
pattern = pattern.trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user