| Index: sdk/bin/pub
|
| ===================================================================
|
| --- sdk/bin/pub (revision 42013)
|
| +++ sdk/bin/pub (working copy)
|
| @@ -59,7 +59,7 @@
|
| # Compile async/await down to vanilla Dart.
|
| # TODO(rnystrom): Remove this when #104 is fixed.
|
| ASYNC_COMPILER="$SDK_DIR/lib/_internal/pub/bin/async_compile.dart"
|
| -"$DART" "--package-root=$PACKAGES_DIR" "$ASYNC_COMPILER" "$BUILD_DIR"
|
| +# Disabled "$DART" "--package-root=$PACKAGES_DIR" "$ASYNC_COMPILER" "$BUILD_DIR"
|
|
|
| # Run the async/await compiled pub.
|
| PUB="$SDK_DIR/lib/_internal/pub_generated/bin/pub.dart"
|
|
|