Make "pub run foo" run "pub run foo:foo" rather than "pub run bin/foo"
R=rnystrom@google.com BUG= dartbug.com/22129 Review URL: https://codereview.chromium.org//1040563004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@44819 260f80e4-7a28-3924-810f-c04153c831b5
Showing
- lib/src/command/run.dart 16 additions, 0 deletionslib/src/command/run.dart
- lib/src/preprocess.dart 3 additions, 1 deletionlib/src/preprocess.dart
- lib/src/utils.dart 9 additions, 0 deletionslib/src/utils.dart
- test/get/cache_transformed_dependency_test.dart 2 additions, 2 deletionstest/get/cache_transformed_dependency_test.dart
- test/run/app_can_read_from_stdin_test.dart 1 addition, 1 deletiontest/run/app_can_read_from_stdin_test.dart
- test/run/displays_transformer_logs_test.dart 1 addition, 1 deletiontest/run/displays_transformer_logs_test.dart
- test/run/does_not_run_on_transformer_error_test.dart 1 addition, 1 deletiontest/run/does_not_run_on_transformer_error_test.dart
- test/run/doesnt_load_an_unnecessary_transformer_test.dart 1 addition, 1 deletiontest/run/doesnt_load_an_unnecessary_transformer_test.dart
- test/run/ignores_explicit_dart2js_transformer_test.dart 1 addition, 1 deletiontest/run/ignores_explicit_dart2js_transformer_test.dart
- test/run/mode_test.dart 2 additions, 2 deletionstest/run/mode_test.dart
- test/run/nonexistent_script_test.dart 1 addition, 1 deletiontest/run/nonexistent_script_test.dart
- test/run/passes_along_arguments_test.dart 1 addition, 1 deletiontest/run/passes_along_arguments_test.dart
- test/run/runs_a_generated_script_test.dart 1 addition, 1 deletiontest/run/runs_a_generated_script_test.dart
- test/run/runs_app_in_entrypoint_test.dart 1 addition, 1 deletiontest/run/runs_app_in_entrypoint_test.dart
- test/run/runs_app_in_entrypoint_with_warning_test.dart 41 additions, 0 deletionstest/run/runs_app_in_entrypoint_with_warning_test.dart
- test/run/runs_shorthand_app_in_dependency_test.dart 33 additions, 0 deletionstest/run/runs_shorthand_app_in_dependency_test.dart
- test/run/runs_transformer_in_entrypoint_test.dart 1 addition, 1 deletiontest/run/runs_transformer_in_entrypoint_test.dart
Loading
Please register or sign in to comment