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

Unified Diff: USAGE.md

Issue 1235393004: Use standard harmony flag (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | karma.conf.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: USAGE.md
diff --git a/USAGE.md b/USAGE.md
index aba1e7ea9614c4937bd13f38c908be4054a5f082..d14c41ff4dd9a21c5ea6948191295074d8772248 100644
--- a/USAGE.md
+++ b/USAGE.md
@@ -63,7 +63,7 @@ Launch Chrome Canary at the URL shown by the above. You will need to
explicitly enable ES6 (harmony) features: this can be done via the
command line. E.g., on a Mac:
- $ /Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --js-flags="--harmony-arrow-functions --harmony-classes --harmony-computed-property-names" http://localhost:8080
+ $ /Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --js-flags="--harmony" http://localhost:8080
Remember to open the Developer Tools to see the output of a print.
« no previous file with comments | « no previous file | karma.conf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698