| Index: pkg/analysis_server/lib/src/constants.dart
|
| ===================================================================
|
| --- pkg/analysis_server/lib/src/constants.dart (revision 43075)
|
| +++ pkg/analysis_server/lib/src/constants.dart (working copy)
|
| @@ -23,6 +23,8 @@
|
| //
|
| const String ANALYSIS_GET_ERRORS = 'analysis.getErrors';
|
| const String ANALYSIS_GET_HOVER = 'analysis.getHover';
|
| +const String ANALYSIS_GET_LIBRARY_DEPENDENCIES =
|
| + 'analysis.getLibraryDependencies';
|
| const String ANALYSIS_REANALYZE = 'analysis.reanalyze';
|
| const String ANALYSIS_SET_ANALYSIS_ROOTS = 'analysis.setAnalysisRoots';
|
| const String ANALYSIS_SET_PRIORITY_FILES = 'analysis.setPriorityFiles';
|
| @@ -56,7 +58,8 @@
|
| const String SEARCH_FIND_ELEMENT_REFERENCES = 'search.findElementReferences';
|
| const String SEARCH_FIND_MEMBER_DECLARATIONS = 'search.findMemberDeclarations';
|
| const String SEARCH_FIND_MEMBER_REFERENCES = 'search.findMemberReferences';
|
| -const String SEARCH_FIND_TOP_LEVEL_DECLARATIONS = 'search.findTopLevelDeclarations';
|
| +const String SEARCH_FIND_TOP_LEVEL_DECLARATIONS =
|
| + 'search.findTopLevelDeclarations';
|
| const String SEARCH_GET_TYPE_HIERARCHY = 'search.getTypeHierarchy';
|
|
|
| //
|
|
|