We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1b587 commit 441735aCopy full SHA for 441735a
src/services/patternMatcher.ts
@@ -160,7 +160,7 @@ module ts {
160
if (dotSeparatedSegments.length - 1 > containerParts.length) {
161
// There weren't enough container parts to match against the pattern parts.
162
// So this definitely doesn't match.
163
- return null;
+ return undefined;
164
}
165
166
// So far so good. Now break up the container for the candidate and check if all
0 commit comments