Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Side by Side Diff: pkg/analyzer_plugin/lib/protocol/protocol_constants.dart

Issue 2677663003: Update plugin spec (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_ERRORS = 'analysis.errors'; 9 const String ANALYSIS_NOTIFICATION_ERRORS = 'analysis.errors';
10 const String ANALYSIS_NOTIFICATION_ERRORS_ERRORS = 'errors'; 10 const String ANALYSIS_NOTIFICATION_ERRORS_ERRORS = 'errors';
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 const String EDIT_RESPONSE_GET_REFACTORING_FINALPROBLEMS = 'finalProblems'; 72 const String EDIT_RESPONSE_GET_REFACTORING_FINALPROBLEMS = 'finalProblems';
73 const String EDIT_RESPONSE_GET_REFACTORING_INITIALPROBLEMS = 'initialProblems'; 73 const String EDIT_RESPONSE_GET_REFACTORING_INITIALPROBLEMS = 'initialProblems';
74 const String EDIT_RESPONSE_GET_REFACTORING_OPTIONSPROBLEMS = 'optionsProblems'; 74 const String EDIT_RESPONSE_GET_REFACTORING_OPTIONSPROBLEMS = 'optionsProblems';
75 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIALEDITS = 'potentialEdits'; 75 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIALEDITS = 'potentialEdits';
76 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error'; 76 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error';
77 const String PLUGIN_NOTIFICATION_ERROR_ISFATAL = 'isFatal'; 77 const String PLUGIN_NOTIFICATION_ERROR_ISFATAL = 'isFatal';
78 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message'; 78 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message';
79 const String PLUGIN_NOTIFICATION_ERROR_STACKTRACE = 'stackTrace'; 79 const String PLUGIN_NOTIFICATION_ERROR_STACKTRACE = 'stackTrace';
80 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown'; 80 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown';
81 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck'; 81 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck';
82 const String PLUGIN_REQUEST_VERSION_CHECK_BYTESTOREPATH = 'byteStorePath';
82 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version'; 83 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version';
83 const String PLUGIN_RESPONSE_VERSION_CHECK_EMAIL = 'email'; 84 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACTINFO = 'contactInfo';
84 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTINGFILES = 'interestingFiles' ; 85 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTINGFILES = 'interestingFiles' ;
85 const String PLUGIN_RESPONSE_VERSION_CHECK_ISCOMPATIBLE = 'isCompatible'; 86 const String PLUGIN_RESPONSE_VERSION_CHECK_ISCOMPATIBLE = 'isCompatible';
86 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name'; 87 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name';
87 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version'; 88 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version';
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698