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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 574573002: Add SourceFileEdit.time field. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 6 years, 3 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_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 06fd28eb8ca3a803961ada162b9808576091d1b3..0ae957be5fad0d4b3456d1bfd56319bd436c2153 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -2840,6 +2840,15 @@ dt.typeDefinition {
<p>
The file containing the code to be modified.
</p>
+ </dd><dt class="field"><b><i>fileStamp ( long )</i></b></dt><dd>
+
+ <p>
+ The modification stamp of the file at the moment when the change
+ was created, in milliseconds since the "Unix epoch". Will be -1 if
+ the file did not exist and should be created. The client may use
+ this field to make sure that the file was not changed since then,
+ so it is safe to apply the change.
+ </p>
</dd><dt class="field"><b><i>edits ( List&lt;<a href="#type_SourceEdit">SourceEdit</a>&gt; )</i></b></dt><dd>
<p>

Powered by Google App Engine
This is Rietveld 408576698