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 9ce87a0 commit 3415ca6Copy full SHA for 3415ca6
src/services/navigateTo.ts
@@ -130,7 +130,7 @@ namespace ts.NavigateTo {
130
textSpan: createTextSpanFromNode(declaration),
131
// TODO(jfreeman): What should be the containerName when the container has a computed name?
132
containerName: containerName ? (containerName as Identifier).text : "",
133
- containerKind: containerName ? getNodeKind(container) : ScriptElementKind.unknown, // TODO: GH#18217 Just use `container ? ...`
+ containerKind: containerName ? getNodeKind(container) : ScriptElementKind.unknown,
134
};
135
}
136
0 commit comments