mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:10:22 +00:00
update pub to get latest dartdevc fixes
BUG= R=jacobr@google.com, nweiz@google.com Review-Url: https://codereview.chromium.org/2939763002 .
This commit is contained in:
parent
a1ecb46a4c
commit
b5717a77ae
2 changed files with 12 additions and 3 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -22,6 +22,15 @@
|
|||
|
||||
* `pub get` and `pub upgrade` properly produce an error message and exit code
|
||||
when no network is present.
|
||||
* Bug fixes for dartdevc support in `pub serve`.
|
||||
* Fixed module config invalidation logic so modules are properly
|
||||
recalculated when package layout changes.
|
||||
* Fixed exception when handling require.js errors that aren't script load
|
||||
errors.
|
||||
* Fixed an issue where requesting the bootstrap.js file before the dart.js
|
||||
file would result in a 404.
|
||||
* Fixed a Safari issue during bootstrapping (note that Safari is still not
|
||||
officially supported but does work for trivial examples).
|
||||
|
||||
## 1.24.0
|
||||
|
||||
|
@ -161,7 +170,7 @@
|
|||
* Pub
|
||||
|
||||
* `pub build` and `pub serve`
|
||||
|
||||
|
||||
* Added support for the Dart Development Compiler.
|
||||
|
||||
Unlike dart2js, this new compiler is modular, which allows pub to do
|
||||
|
@ -207,7 +216,7 @@
|
|||
transformer.
|
||||
|
||||
* `pub publish`
|
||||
|
||||
|
||||
* Added support for the UNLICENSE file.
|
||||
|
||||
* Packages that depend on the Flutter SDK may be published.
|
||||
|
|
2
DEPS
2
DEPS
|
@ -95,7 +95,7 @@ vars = {
|
|||
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
|
||||
"pool_tag": "@1.3.0",
|
||||
"protobuf_tag": "@0.5.4",
|
||||
"pub_rev": "@a8781274e3a38c34a49d4c5bffb98557c6022a75",
|
||||
"pub_rev": "@0713718a83054fcc1c0a4b163e036f7c39ea4790",
|
||||
"pub_semver_tag": "@1.3.2",
|
||||
"quiver_tag": "@0.22.0",
|
||||
"resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",
|
||||
|
|
Loading…
Reference in a new issue