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

Unified Diff: bin/devrun.dart

Issue 1484263002: Use destructuring assignments for named parameters (#180) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years 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 | « no previous file | lib/runtime/dart/_interceptors.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/devrun.dart
diff --git a/bin/devrun.dart b/bin/devrun.dart
index 3c73959ecdf4df8ae85783880374f4cc26b0aea2..db9b3a2ff7954206b0807851e5fb1d2c43f18311 100755
--- a/bin/devrun.dart
+++ b/bin/devrun.dart
@@ -88,6 +88,7 @@ _writeHtmlRunner(
'--js-flags="--harmony-arrow-functions '
'--harmony-classes '
'--harmony-computed-property-names '
+ '--harmony_destructuring '
'--harmony-spreadcalls"'
'\n');
}
« no previous file with comments | « no previous file | lib/runtime/dart/_interceptors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698