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 b4ccd4e commit 8cbbadcCopy full SHA for 8cbbadc
src/services/goToDefinition.ts
@@ -525,9 +525,9 @@ namespace ts.GoToDefinition {
525
fileName: sourceFile.fileName,
526
textSpan: createTextSpanFromNode(switchKeyword!),
527
kind: ScriptElementKind.label,
528
- name: 'switch',
+ name: "switch",
529
containerKind: ScriptElementKind.unknown,
530
- containerName: '',
+ containerName: "",
531
contextSpan: createTextSpanFromNode(statement),
532
isLocal: false,
533
isAmbient: false,
0 commit comments