Files
sdk/sdk_nnbd/lib/cli/cli.dart
T
asiva 7c54ab73ad [Dart/CLI] : Migrate dart:cli for NNBD.
Change-Id: Ic529d8a69e0073123d68d9b3a190b5cfea4a78ab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/131487
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Leaf Petersen <leafp@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
2020-01-14 18:23:36 +00:00

12 lines
319 B
Dart

// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// {@category VM}
library dart.cli;
import 'dart:async';
import 'dart:math';
part 'wait_for.dart';