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

Unified Diff: sky/specs/script.md

Issue 943843002: Specs: fix a raft of syntax errors caught by actually running a syntax checker... (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/specs/pointer.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/script.md
diff --git a/sky/specs/script.md b/sky/specs/script.md
index 6bb5c28cc26b063d4455fb4ad95f02b77059f81a..857f2c00f1ca6d5571e557aa027bc6bf6b85df12 100644
--- a/sky/specs/script.md
+++ b/sky/specs/script.md
@@ -22,6 +22,8 @@ argument's default value.
The following definitions are exposed in ``dart:sky``:
```dart
+import 'dart:mirrors';
+
abstract class AutomaticMetadata {
const AutomaticMetadata();
void init(DeclarationMirror target, Module module);
« no previous file with comments | « sky/specs/pointer.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698