DAS specification changes - spelling and ElementKind.FILE addition.

ElementKind.FILE will be used in search.findElementReferences

1. In the 'element' field of responce when a URI is at the given offset.

2. In the only element of the 'path' field of SearchResult(s) for URI references to a URI or a library identifier.

R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org/1409333002 .
This commit is contained in:
Konstantin Shcheglov
2015-10-17 10:03:03 -07:00
parent b49a389fbf
commit c0d68a5437
10 changed files with 45 additions and 35 deletions
@@ -361,7 +361,7 @@ public interface AnalysisServer {
*
* If directives of the Dart file cannot be organized, for example because it has scan or parse
* errors, or by other reasons, ORGANIZE_DIRECTIVES_ERROR will be generated. The message will
* provide datails about the reason.
* provide details about the reason.
*
* @param file The Dart file to organize directives in.
*/