mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:20:38 +00:00
Hide dart:cli in api docs
This is experimental, and not ready for general consumption, so we shouldn't be advertizing it Closes #39462 https://github.com/dart-lang/sdk/pull/39462 GitOrigin-RevId: f7c88230ed4dfea516ffd4d0ec280ab599f2512e Change-Id: I9db6b20749911c9386a56419765143071c2697e7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125800 Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
This commit is contained in:
parent
8342ec2c71
commit
61c453f0fe
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
// @dart = 2.6
|
||||
|
||||
/// {@category VM}
|
||||
/// {@nodoc}
|
||||
library dart.cli;
|
||||
|
||||
import 'dart:async';
|
||||
|
|
Loading…
Reference in a new issue