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

Unified Diff: karma.conf.js

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 | « USAGE.md ('k') | lib/runtime/harmony_feature_check.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: karma.conf.js
diff --git a/karma.conf.js b/karma.conf.js
index 6bede02a1cd5c0eccf94fbbab0fa132129494bf9..db215dd4d6d41327d1480aee8a3fd389af322aa2 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -3,10 +3,7 @@
module.exports = function(config) {
var harmony_flags = '--js-flags="' + [
- '--harmony-arrow-functions',
- '--harmony-classes',
- '--harmony-computed-property-names',
- '--harmony-spreadcalls',
+ '--harmony',
].join(' ') + '"';
var configuration = {
« no previous file with comments | « USAGE.md ('k') | lib/runtime/harmony_feature_check.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698