TypeScript/tests/cases/fourslash/server
Nathan Shively-Sanders fefb857847 Use only immediately preceding JSDoc
Now only the immediately preceding jsdoc of a node is retrieved by
getJSDoc, although it still does the correct non-local lookup for nodes
like ParameterDeclaration.

This doesn't change parsing or binding, which use the per-node Node.jsdoc
property directly. But it does change everything that relies on getJSDoc,
which includes the checker and language service.

Fixes #32062, which contains the analysis that justifies the change.
2019-06-29 08:05:10 -07:00
..
brace01.ts
completionEntryDetailAcrossFiles01.ts
completionEntryDetailAcrossFiles02.ts
completions01.ts
completions02.ts
completions03.ts
configurePlugin.ts
convertFunctionToEs6Class-server.ts
declarationMapGoToDefinition.ts
declarationMapsEnableMapping_NoInline.ts
declarationMapsEnableMapping_NoInlineSources.ts
declarationMapsGeneratedMapsEnableMapping.ts
declarationMapsGeneratedMapsEnableMapping2.ts
declarationMapsGeneratedMapsEnableMapping3.ts
declarationMapsGoToDefinitionRelativeSourceRoot.ts
declarationMapsGoToDefinitionSameNameDifferentDirectory.ts
declarationMapsOutOfDateMapping.ts
definition01.ts
documentHighlights01.ts
documentHighlights02.ts
documentHighlightsTypeParameterInHeritageClause01.ts
findAllRefsForStringLiteralTypes.ts
format01.ts
formatBracketInSwitchCase.ts
formatOnEnter.ts
formatonkey01.ts
formatSpaceBetweenFunctionAndArrayIndex.ts
getJavaScriptSyntacticDiagnostics01.ts
getJavaScriptSyntacticDiagnostics02.ts
getOutliningSpansForComments.ts
getOutliningSpansForRegions.ts
getOutliningSpansForRegionsNoSingleLineFolds.ts
goToImplementation_inDifferentFiles.ts
implementation01.ts
jsdocCallbackTag.ts Use only immediately preceding JSDoc 2019-06-29 08:05:10 -07:00
jsdocCallbackTagNavigateTo.ts
jsdocCallbackTagRename01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocParamTagSpecialKeywords.ts
jsdocTypedefTag.ts
jsdocTypedefTag1.ts
jsdocTypedefTag2.ts
jsdocTypedefTagGoToDefinition.ts
jsdocTypedefTagNamespace.ts
jsdocTypedefTagNavigateTo.ts
jsdocTypedefTagRename01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocTypedefTagRename02.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocTypedefTagRename03.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocTypedefTagRename04.ts
navbar01.ts
navto01.ts
ngProxy1.ts
ngProxy2.ts
ngProxy3.ts
ngProxy4.ts
occurrences01.ts
occurrences02.ts
openFile.ts
openFileWithSyntaxKind.ts
projectInfo01.ts
projectInfo02.ts
projectWithNonExistentFiles.ts
quickinfo01.ts
references01.ts
referencesInConfiguredProject.ts
rename01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameInConfiguredProject.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
signatureHelp01.ts
tsxIncrementalServer.ts
typedefinition01.ts
typeReferenceOnServer.ts