mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
linter
This commit is contained in:
parent
bfb2957254
commit
5f3b20a440
@ -714,7 +714,7 @@ namespace ts.server {
|
||||
undefined,
|
||||
// TODO: fixme
|
||||
undefined
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
function areReferencesResponseItemsForTheSameLocation(a: protocol.ReferencesResponseItem, b: protocol.ReferencesResponseItem) {
|
||||
@ -1185,7 +1185,7 @@ namespace ts.server {
|
||||
projects,
|
||||
project => project.languageService.getNavigateToItems(args.searchValue, args.maxResultCount),
|
||||
/*comparer*/ undefined,
|
||||
navigateToItemIsEqualTo)
|
||||
navigateToItemIsEqualTo);
|
||||
}
|
||||
|
||||
function navigateToItemIsEqualTo(a: NavigateToItem, b: NavigateToItem): boolean {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user