| OLD | NEW |
| 1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 // | 4 // |
| 5 // This file has been automatically generated. Please do not edit it manually. | 5 // This file has been automatically generated. Please do not edit it manually. |
| 6 // To regenerate the file, use the script | 6 // To regenerate the file, use the script |
| 7 // "pkg/analysis_server/tool/spec/generate_files". | 7 // "pkg/analysis_server/tool/spec/generate_files". |
| 8 | 8 |
| 9 const String ANALYSIS_NOTIFICATION_ANALYZED_FILES = 'analysis.analyzedFiles'; | 9 const String ANALYSIS_NOTIFICATION_ANALYZED_FILES = 'analysis.analyzedFiles'; |
| 10 const String ANALYSIS_NOTIFICATION_ANALYZED_FILES_DIRECTORIES = 'directories'; | 10 const String ANALYSIS_NOTIFICATION_ANALYZED_FILES_DIRECTORIES = 'directories'; |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES = 'analysis.setPriorityFiles'; | 76 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES = 'analysis.setPriorityFiles'; |
| 77 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES_FILES = 'files'; | 77 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES_FILES = 'files'; |
| 78 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions'; | 78 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions'; |
| 79 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; | 79 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; |
| 80 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent'; | 80 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent'; |
| 81 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files'; | 81 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files'; |
| 82 const String ANALYSIS_REQUEST_UPDATE_OPTIONS = 'analysis.updateOptions'; | 82 const String ANALYSIS_REQUEST_UPDATE_OPTIONS = 'analysis.updateOptions'; |
| 83 const String ANALYSIS_REQUEST_UPDATE_OPTIONS_OPTIONS = 'options'; | 83 const String ANALYSIS_REQUEST_UPDATE_OPTIONS_OPTIONS = 'options'; |
| 84 const String ANALYSIS_RESPONSE_GET_ERRORS_ERRORS = 'errors'; | 84 const String ANALYSIS_RESPONSE_GET_ERRORS_ERRORS = 'errors'; |
| 85 const String ANALYSIS_RESPONSE_GET_HOVER_HOVERS = 'hovers'; | 85 const String ANALYSIS_RESPONSE_GET_HOVER_HOVERS = 'hovers'; |
| 86 const String ANALYSIS_RESPONSE_GET_IMPORTED_ELEMENTS_COMPLETE = 'complete'; | |
| 87 const String ANALYSIS_RESPONSE_GET_IMPORTED_ELEMENTS_ELEMENTS = 'elements'; | 86 const String ANALYSIS_RESPONSE_GET_IMPORTED_ELEMENTS_ELEMENTS = 'elements'; |
| 88 const String ANALYSIS_RESPONSE_GET_LIBRARY_DEPENDENCIES_LIBRARIES = 'libraries'; | 87 const String ANALYSIS_RESPONSE_GET_LIBRARY_DEPENDENCIES_LIBRARIES = 'libraries'; |
| 89 const String ANALYSIS_RESPONSE_GET_LIBRARY_DEPENDENCIES_PACKAGE_MAP = | 88 const String ANALYSIS_RESPONSE_GET_LIBRARY_DEPENDENCIES_PACKAGE_MAP = |
| 90 'packageMap'; | 89 'packageMap'; |
| 91 const String ANALYSIS_RESPONSE_GET_NAVIGATION_FILES = 'files'; | 90 const String ANALYSIS_RESPONSE_GET_NAVIGATION_FILES = 'files'; |
| 92 const String ANALYSIS_RESPONSE_GET_NAVIGATION_REGIONS = 'regions'; | 91 const String ANALYSIS_RESPONSE_GET_NAVIGATION_REGIONS = 'regions'; |
| 93 const String ANALYSIS_RESPONSE_GET_NAVIGATION_TARGETS = 'targets'; | 92 const String ANALYSIS_RESPONSE_GET_NAVIGATION_TARGETS = 'targets'; |
| 94 const String ANALYSIS_RESPONSE_GET_REACHABLE_SOURCES_SOURCES = 'sources'; | 93 const String ANALYSIS_RESPONSE_GET_REACHABLE_SOURCES_SOURCES = 'sources'; |
| 95 const String ANALYTICS_REQUEST_ENABLE = 'analytics.enable'; | 94 const String ANALYTICS_REQUEST_ENABLE = 'analytics.enable'; |
| 96 const String ANALYTICS_REQUEST_ENABLE_VALUE = 'value'; | 95 const String ANALYTICS_REQUEST_ENABLE_VALUE = 'value'; |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 const String EDIT_RESPONSE_GET_POSTFIX_COMPLETION_CHANGE = 'change'; | 171 const String EDIT_RESPONSE_GET_POSTFIX_COMPLETION_CHANGE = 'change'; |
| 173 const String EDIT_RESPONSE_GET_REFACTORING_CHANGE = 'change'; | 172 const String EDIT_RESPONSE_GET_REFACTORING_CHANGE = 'change'; |
| 174 const String EDIT_RESPONSE_GET_REFACTORING_FEEDBACK = 'feedback'; | 173 const String EDIT_RESPONSE_GET_REFACTORING_FEEDBACK = 'feedback'; |
| 175 const String EDIT_RESPONSE_GET_REFACTORING_FINAL_PROBLEMS = 'finalProblems'; | 174 const String EDIT_RESPONSE_GET_REFACTORING_FINAL_PROBLEMS = 'finalProblems'; |
| 176 const String EDIT_RESPONSE_GET_REFACTORING_INITIAL_PROBLEMS = 'initialProblems'; | 175 const String EDIT_RESPONSE_GET_REFACTORING_INITIAL_PROBLEMS = 'initialProblems'; |
| 177 const String EDIT_RESPONSE_GET_REFACTORING_OPTIONS_PROBLEMS = 'optionsProblems'; | 176 const String EDIT_RESPONSE_GET_REFACTORING_OPTIONS_PROBLEMS = 'optionsProblems'; |
| 178 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIAL_EDITS = 'potentialEdits'; | 177 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIAL_EDITS = 'potentialEdits'; |
| 179 const String EDIT_RESPONSE_GET_STATEMENT_COMPLETION_CHANGE = 'change'; | 178 const String EDIT_RESPONSE_GET_STATEMENT_COMPLETION_CHANGE = 'change'; |
| 180 const String EDIT_RESPONSE_GET_STATEMENT_COMPLETION_WHITESPACE_ONLY = | 179 const String EDIT_RESPONSE_GET_STATEMENT_COMPLETION_WHITESPACE_ONLY = |
| 181 'whitespaceOnly'; | 180 'whitespaceOnly'; |
| 182 const String EDIT_RESPONSE_IMPORT_ELEMENTS_COMPLETE = 'complete'; | |
| 183 const String EDIT_RESPONSE_IMPORT_ELEMENTS_EDITS = 'edits'; | 181 const String EDIT_RESPONSE_IMPORT_ELEMENTS_EDITS = 'edits'; |
| 184 const String EDIT_RESPONSE_IS_POSTFIX_COMPLETION_APPLICABLE_VALUE = 'value'; | 182 const String EDIT_RESPONSE_IS_POSTFIX_COMPLETION_APPLICABLE_VALUE = 'value'; |
| 185 const String EDIT_RESPONSE_LIST_POSTFIX_COMPLETION_TEMPLATES_TEMPLATES = | 183 const String EDIT_RESPONSE_LIST_POSTFIX_COMPLETION_TEMPLATES_TEMPLATES = |
| 186 'templates'; | 184 'templates'; |
| 187 const String EDIT_RESPONSE_ORGANIZE_DIRECTIVES_EDIT = 'edit'; | 185 const String EDIT_RESPONSE_ORGANIZE_DIRECTIVES_EDIT = 'edit'; |
| 188 const String EDIT_RESPONSE_SORT_MEMBERS_EDIT = 'edit'; | 186 const String EDIT_RESPONSE_SORT_MEMBERS_EDIT = 'edit'; |
| 189 const String EXECUTION_NOTIFICATION_LAUNCH_DATA = 'execution.launchData'; | 187 const String EXECUTION_NOTIFICATION_LAUNCH_DATA = 'execution.launchData'; |
| 190 const String EXECUTION_NOTIFICATION_LAUNCH_DATA_FILE = 'file'; | 188 const String EXECUTION_NOTIFICATION_LAUNCH_DATA_FILE = 'file'; |
| 191 const String EXECUTION_NOTIFICATION_LAUNCH_DATA_KIND = 'kind'; | 189 const String EXECUTION_NOTIFICATION_LAUNCH_DATA_KIND = 'kind'; |
| 192 const String EXECUTION_NOTIFICATION_LAUNCH_DATA_REFERENCED_FILES = | 190 const String EXECUTION_NOTIFICATION_LAUNCH_DATA_REFERENCED_FILES = |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 const String SERVER_NOTIFICATION_ERROR_MESSAGE = 'message'; | 242 const String SERVER_NOTIFICATION_ERROR_MESSAGE = 'message'; |
| 245 const String SERVER_NOTIFICATION_ERROR_STACK_TRACE = 'stackTrace'; | 243 const String SERVER_NOTIFICATION_ERROR_STACK_TRACE = 'stackTrace'; |
| 246 const String SERVER_NOTIFICATION_STATUS = 'server.status'; | 244 const String SERVER_NOTIFICATION_STATUS = 'server.status'; |
| 247 const String SERVER_NOTIFICATION_STATUS_ANALYSIS = 'analysis'; | 245 const String SERVER_NOTIFICATION_STATUS_ANALYSIS = 'analysis'; |
| 248 const String SERVER_NOTIFICATION_STATUS_PUB = 'pub'; | 246 const String SERVER_NOTIFICATION_STATUS_PUB = 'pub'; |
| 249 const String SERVER_REQUEST_GET_VERSION = 'server.getVersion'; | 247 const String SERVER_REQUEST_GET_VERSION = 'server.getVersion'; |
| 250 const String SERVER_REQUEST_SET_SUBSCRIPTIONS = 'server.setSubscriptions'; | 248 const String SERVER_REQUEST_SET_SUBSCRIPTIONS = 'server.setSubscriptions'; |
| 251 const String SERVER_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; | 249 const String SERVER_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; |
| 252 const String SERVER_REQUEST_SHUTDOWN = 'server.shutdown'; | 250 const String SERVER_REQUEST_SHUTDOWN = 'server.shutdown'; |
| 253 const String SERVER_RESPONSE_GET_VERSION_VERSION = 'version'; | 251 const String SERVER_RESPONSE_GET_VERSION_VERSION = 'version'; |
| OLD | NEW |