-
Notifications
You must be signed in to change notification settings - Fork 17
dart:cli documentation is missing #81
Comments
CC: @kwalrath |
Not sure whether this should be in the sdk repo or api.dart.dev repo... feel free to bounce it back. :) |
@devoncarew who'd be a good person to take this on? |
This is by design; cc @mit-mit I believe this is WIA. |
Having a secret method seems really weird. We should either decide we don't want this API and remove it, or we should document it, IMHO. Right now we're in a weird situation where the API exists and people ask questions about it but to answer their questions we have to point them to old API docs even though it still exists. |
It's not secret, but it is experimental, hence it's not in the stable API docs. I agree we should work towards either graduating it from being an experiment, or deprecate and then discontinue it. |
Right now it looks like a fully supported feature we forgot to document (or worse, which we did document but then the documentation broke). If we want to describe it as an experiment we should document it but say "this is experimental". |
I would like to escalate this. We should either document it or remove it but having undocumented features is IMHO not an acceptable middle ground. |
(see also dart-lang/sdk#39390) |
https://dart-review.googlesource.com/c/sdk/+/210125 landed some time ago that did 'deprecate the |
Clarify this is supported, but deprecated, and may get removed in the future should we find a suitable replacement. Bug: dart-archive/api.dart.dev#81 Bug: #39390 Change-Id: I1304a0862986ae1b365a063ee75f0041341523f5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214620 Commit-Queue: Michael Thomsen <[email protected]> Reviewed-by: Lasse R.H. Nielsen <[email protected]>
This was fixed a while back |
The https://api.dart.dev/ documentation is missing the "dart:cli" package.
It still exists, as demonstrated by running this program:
It used to be documented, for example, you can Google around and find this: https://api.dart.dev/stable/2.1.0/dart-cli/dart-cli-library.html
The text was updated successfully, but these errors were encountered: