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

Unified Diff: sdk/lib/_internal/pub/lib/src/command/global_run.dart

Issue 397843005: Lazily load the entrypoint. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/lib/src/command/global_run.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/global_run.dart b/sdk/lib/_internal/pub/lib/src/command/global_run.dart
index 11f08c078cca53606a5d67b32bbf86a23efe6cec..707fdea4c1592f5dbe612908a9c4868d19361f7d 100644
--- a/sdk/lib/_internal/pub/lib/src/command/global_run.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/global_run.dart
@@ -22,7 +22,6 @@ import '../utils.dart';
/// Handles the `global run` pub command.
class GlobalRunCommand extends PubCommand {
- bool get requiresEntrypoint => false;
bool get takesArguments => true;
bool get allowTrailingOptions => false;
String get description =>

Powered by Google App Engine
This is Rietveld 408576698