Skip to content

Commit

Permalink
refactor(language-service): Update file names for references and rena…
Browse files Browse the repository at this point in the history
…me (#40523)

This commit renames the files for the references and rename functionality to indicate
that they deal with _both_ references and rename, not just references.

PR Close #40523
  • Loading branch information
atscott authored and alxhub committed May 6, 2021
1 parent ce8e011 commit b8bd3c3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-service/ivy/language_service.ts
Expand Up @@ -26,7 +26,7 @@ import {CompilerFactory} from './compiler_factory';
import {CompletionBuilder, CompletionNodeContext} from './completions';
import {DefinitionBuilder} from './definitions';
import {QuickInfoBuilder} from './quick_info';
import {ReferencesAndRenameBuilder} from './references';
import {ReferencesAndRenameBuilder} from './references_and_rename';
import {getSignatureHelp} from './signature_help';
import {getTargetAtPosition, TargetContext, TargetNodeKind} from './template_target';
import {findTightestNode, getClassDeclFromDecoratorProp, getPropertyAssignmentFromValue} from './ts_utils';
Expand Down
File renamed without changes.

0 comments on commit b8bd3c3

Please sign in to comment.