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

Unified Diff: pkg/analysis_services/lib/constants.dart

Issue 424543004: incremental progress aligning code completion api to spec (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address comments Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_services/lib/constants.dart
diff --git a/pkg/analysis_services/lib/constants.dart b/pkg/analysis_services/lib/constants.dart
index def59545b72f08c621d90c5e6be1c0e52336962c..573586a16a65d03f072a5dd26c0ea0aceddc13ec 100644
--- a/pkg/analysis_services/lib/constants.dart
+++ b/pkg/analysis_services/lib/constants.dart
@@ -69,6 +69,8 @@ const String REGIONS = 'regions';
const String RELEVANCE = 'relevance';
const String REMOVED = 'removed';
const String REPLACEMENT = 'relacement';
+const String REPLACEMENT_OFFSET = 'relacementOffset';
+const String REPLACEMENT_LENGTH = 'relacementLength';
const String RETURN_TYPE = 'returnType';
const String RESULTS = 'results';
const String SEVERITY = 'severity';

Powered by Google App Engine
This is Rietveld 408576698