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

Unified Diff: lib/src/options.dart

Issue 1507343013: Run tests on Chrome stable by default (Closed) Base URL: https://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 | « lib/src/codegen/js_codegen.dart ('k') | test/codegen/expect/closure.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/options.dart
diff --git a/lib/src/options.dart b/lib/src/options.dart
index 0e0817b4b7b46dafea53a85602ed1be7a58e3c93..cf6aaa6300b91ade67cf0ac39fb50c3b3b99c870 100644
--- a/lib/src/options.dart
+++ b/lib/src/options.dart
@@ -15,7 +15,7 @@ import 'package:yaml/yaml.dart';
const String _V8_BINARY_DEFAULT = 'node';
const bool _CLOSURE_DEFAULT = false;
-const bool _DESTRUCTURE_NAMED_PARAMS_DEFAULT = true;
+const bool _DESTRUCTURE_NAMED_PARAMS_DEFAULT = false;
/// Options used to set up Source URI resolution in the analysis context.
class SourceResolverOptions {
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | test/codegen/expect/closure.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698