Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Unified Diff: sdk/lib/_internal/pub_generated/lib/src/command.dart

Issue 887223007: Revert "Use native async/await support in pub." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/pub_generated/lib/src/command.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command.dart b/sdk/lib/_internal/pub_generated/lib/src/command.dart
similarity index 97%
copy from sdk/lib/_internal/pub/lib/src/command.dart
copy to sdk/lib/_internal/pub_generated/lib/src/command.dart
index 3a1647154f13554a9beef16b98a1e54cae5bd0de..3724b408f1043292154d4a64815c93a0abc6351b 100644
--- a/sdk/lib/_internal/pub/lib/src/command.dart
+++ b/sdk/lib/_internal/pub_generated/lib/src/command.dart
@@ -42,7 +42,9 @@ abstract class PubCommand extends Command {
Entrypoint get entrypoint {
// Lazy load it.
if (_entrypoint == null) {
- _entrypoint = new Entrypoint(path.current, cache,
+ _entrypoint = new Entrypoint(
+ path.current,
+ cache,
packageSymlinks: globalResults['package-symlinks']);
}
return _entrypoint;

Powered by Google App Engine
This is Rietveld 408576698