Skip to content

Commit efc85ca

Browse files
nateboschcommit-bot@chromium.org
authored andcommitted
Drop TODO to remove isHostChecked option
See #37318 This enables asserts in the dart2js compiler and is worth keeping. Update the comment to better express the behavior and remove the TODO to drop it. Change-Id: I2e1eef74eac7949812670dd1c6294641ce80a4a8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106940 Auto-Submit: Nate Bosch <nbosch@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com>
1 parent 6941d04 commit efc85ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/smith/lib/configuration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class Configuration {
303303

304304
final bool isCsp;
305305

306-
// TODO(rnystrom): Remove this when Dart 1.0 is no longer supported.
306+
/// Enables asserts in the dart2js compiler.
307307
final bool isHostChecked;
308308

309309
final bool isMinified;

0 commit comments

Comments
 (0)