| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 const String EXECUTION_REQUEST_MAP_URI = 'execution.mapUri'; | 199 const String EXECUTION_REQUEST_MAP_URI = 'execution.mapUri'; |
| 200 const String EXECUTION_REQUEST_MAP_URI_FILE = 'file'; | 200 const String EXECUTION_REQUEST_MAP_URI_FILE = 'file'; |
| 201 const String EXECUTION_REQUEST_MAP_URI_ID = 'id'; | 201 const String EXECUTION_REQUEST_MAP_URI_ID = 'id'; |
| 202 const String EXECUTION_REQUEST_MAP_URI_URI = 'uri'; | 202 const String EXECUTION_REQUEST_MAP_URI_URI = 'uri'; |
| 203 const String EXECUTION_REQUEST_SET_SUBSCRIPTIONS = 'execution.setSubscriptions'; | 203 const String EXECUTION_REQUEST_SET_SUBSCRIPTIONS = 'execution.setSubscriptions'; |
| 204 const String EXECUTION_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = | 204 const String EXECUTION_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = |
| 205 'subscriptions'; | 205 'subscriptions'; |
| 206 const String EXECUTION_RESPONSE_CREATE_CONTEXT_ID = 'id'; | 206 const String EXECUTION_RESPONSE_CREATE_CONTEXT_ID = 'id'; |
| 207 const String EXECUTION_RESPONSE_MAP_URI_FILE = 'file'; | 207 const String EXECUTION_RESPONSE_MAP_URI_FILE = 'file'; |
| 208 const String EXECUTION_RESPONSE_MAP_URI_URI = 'uri'; | 208 const String EXECUTION_RESPONSE_MAP_URI_URI = 'uri'; |
| 209 const String KYTHE_REQUEST_GET_KYTHE_ENTRIES = 'kythe.getKytheEntries'; |
| 210 const String KYTHE_REQUEST_GET_KYTHE_ENTRIES_FILE = 'file'; |
| 211 const String KYTHE_RESPONSE_GET_KYTHE_ENTRIES_ENTRIES = 'entries'; |
| 212 const String KYTHE_RESPONSE_GET_KYTHE_ENTRIES_FILES = 'files'; |
| 209 const String SEARCH_NOTIFICATION_RESULTS = 'search.results'; | 213 const String SEARCH_NOTIFICATION_RESULTS = 'search.results'; |
| 210 const String SEARCH_NOTIFICATION_RESULTS_ID = 'id'; | 214 const String SEARCH_NOTIFICATION_RESULTS_ID = 'id'; |
| 211 const String SEARCH_NOTIFICATION_RESULTS_IS_LAST = 'isLast'; | 215 const String SEARCH_NOTIFICATION_RESULTS_IS_LAST = 'isLast'; |
| 212 const String SEARCH_NOTIFICATION_RESULTS_RESULTS = 'results'; | 216 const String SEARCH_NOTIFICATION_RESULTS_RESULTS = 'results'; |
| 213 const String SEARCH_REQUEST_FIND_ELEMENT_REFERENCES = | 217 const String SEARCH_REQUEST_FIND_ELEMENT_REFERENCES = |
| 214 'search.findElementReferences'; | 218 'search.findElementReferences'; |
| 215 const String SEARCH_REQUEST_FIND_ELEMENT_REFERENCES_FILE = 'file'; | 219 const String SEARCH_REQUEST_FIND_ELEMENT_REFERENCES_FILE = 'file'; |
| 216 const String SEARCH_REQUEST_FIND_ELEMENT_REFERENCES_INCLUDE_POTENTIAL = | 220 const String SEARCH_REQUEST_FIND_ELEMENT_REFERENCES_INCLUDE_POTENTIAL = |
| 217 'includePotential'; | 221 'includePotential'; |
| 218 const String SEARCH_REQUEST_FIND_ELEMENT_REFERENCES_OFFSET = 'offset'; | 222 const String SEARCH_REQUEST_FIND_ELEMENT_REFERENCES_OFFSET = 'offset'; |
| (...skipping 26 matching lines...) Expand all Loading... |
| 245 const String SERVER_NOTIFICATION_ERROR_MESSAGE = 'message'; | 249 const String SERVER_NOTIFICATION_ERROR_MESSAGE = 'message'; |
| 246 const String SERVER_NOTIFICATION_ERROR_STACK_TRACE = 'stackTrace'; | 250 const String SERVER_NOTIFICATION_ERROR_STACK_TRACE = 'stackTrace'; |
| 247 const String SERVER_NOTIFICATION_STATUS = 'server.status'; | 251 const String SERVER_NOTIFICATION_STATUS = 'server.status'; |
| 248 const String SERVER_NOTIFICATION_STATUS_ANALYSIS = 'analysis'; | 252 const String SERVER_NOTIFICATION_STATUS_ANALYSIS = 'analysis'; |
| 249 const String SERVER_NOTIFICATION_STATUS_PUB = 'pub'; | 253 const String SERVER_NOTIFICATION_STATUS_PUB = 'pub'; |
| 250 const String SERVER_REQUEST_GET_VERSION = 'server.getVersion'; | 254 const String SERVER_REQUEST_GET_VERSION = 'server.getVersion'; |
| 251 const String SERVER_REQUEST_SET_SUBSCRIPTIONS = 'server.setSubscriptions'; | 255 const String SERVER_REQUEST_SET_SUBSCRIPTIONS = 'server.setSubscriptions'; |
| 252 const String SERVER_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; | 256 const String SERVER_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; |
| 253 const String SERVER_REQUEST_SHUTDOWN = 'server.shutdown'; | 257 const String SERVER_REQUEST_SHUTDOWN = 'server.shutdown'; |
| 254 const String SERVER_RESPONSE_GET_VERSION_VERSION = 'version'; | 258 const String SERVER_RESPONSE_GET_VERSION_VERSION = 'version'; |
| OLD | NEW |