7c54ab73ad
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>
12 lines
319 B
Dart
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';
|