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

Unified Diff: pkg/compiler/lib/src/compiler.dart

Issue 1225273002: Remove flag for enabling null-aware operators. They are now on by default. (Closed) Base URL: https://github.com/dart-lang/sdk.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 | « pkg/compiler/lib/src/apiimpl.dart ('k') | pkg/compiler/lib/src/dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/compiler.dart
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
index 8360a5dbe422d16b8ca813293b2a4bd503ae4ae4..0cc5a67947448aa112ddb1903141d2617f098970 100644
--- a/pkg/compiler/lib/src/compiler.dart
+++ b/pkg/compiler/lib/src/compiler.dart
@@ -791,10 +791,6 @@ abstract class Compiler implements DiagnosticListener {
/// If `true` native extension syntax is supported by the frontend.
final bool allowNativeExtensions;
- /// Temporary flag to enable `?.`, `??`, and `??=` until it becomes part of
- /// the spec.
- final bool enableNullAwareOperators;
-
/// Output provider from user of Compiler API.
api.CompilerOutputProvider userOutputProvider;
@@ -1063,7 +1059,6 @@ abstract class Compiler implements DiagnosticListener {
bool hasIncrementalSupport: false,
this.enableExperimentalMirrors: false,
this.allowNativeExtensions: false,
- this.enableNullAwareOperators: false,
this.generateCodeWithCompileTimeErrors: false,
this.testMode: false,
api.CompilerOutputProvider outputProvider,
« no previous file with comments | « pkg/compiler/lib/src/apiimpl.dart ('k') | pkg/compiler/lib/src/dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698