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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 part of html_common;
2
3 class Creates {
4 final String types;
5 const Creates(this.types);
6 }
7
8 class Returns {
9 final String types;
10 const Returns(this.types);
11 }
OLDNEW
« 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