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

Unified Diff: sdk/lib/html/html_common/standalone_additions.dart

Issue 1916793003: - Allow for loading dart:html and friends into the standalone (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Review comments. Created 4 years, 8 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: sdk/lib/html/html_common/standalone_additions.dart
diff --git a/sdk/lib/html/html_common/standalone_additions.dart b/sdk/lib/html/html_common/standalone_additions.dart
new file mode 100644
index 0000000000000000000000000000000000000000..3afc1ba1ad8f734dbbdad0985bd4c26ae6d765d2
--- /dev/null
+++ b/sdk/lib/html/html_common/standalone_additions.dart
@@ -0,0 +1,11 @@
+part of html_common;
+
+class Creates {
+ final String types;
+ const Creates(this.types);
+}
+
+class Returns {
+ final String types;
+ const Returns(this.types);
+}
« sdk/lib/html/html_common/html_common.dart ('K') | « sdk/lib/html/html_common/html_common.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698