1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

Document pub telemetry

and fix an oops from a previous change

R=rnystrom@google.com

Review-Url: https://codereview.chromium.org/2761543002 .
This commit is contained in:
Kevin Moore 2017-03-17 15:09:46 -07:00
parent 9c69417a41
commit 0d785a7f41

View File

@ -17,7 +17,7 @@
* Added functions `File.lastAccessed`, `File.lastAccessedSync`,
`File.setLastModified`, `File.setLastModifiedSync`, `File.setLastAccessed`,
and `File.setLastAccessedSync`.
* Added Added `{Stdin,Stdout}.supportsAnsiEscapes`.
* Added `{Stdin,Stdout}.supportsAnsiEscapes`.
### Dart VM
* Calls to `print()` and `Stdout.write*()` now correctly print unicode
@ -54,6 +54,8 @@
specific imports are supported.
* Pub
* Now sends telemetry data to `pub.dartlang.org` to allow better understanding
of why a particular package is being accessed.
* `pub publish`
* Warns if a package imports a package that's not a dependency from within
`lib/` or `bin/`, or a package that's not a dev dependency from within