|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+411 lines, -249 lines) |
Patch |
 |
M |
sdk/lib/_internal/pub/lib/src/command.dart
|
View
|
1
|
4 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/lib/src/command/global.dart
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A |
sdk/lib/_internal/pub/lib/src/command/global_run.dart
|
View
|
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/lib/src/command/list_package_dirs.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/lib/src/command/run.dart
|
View
|
|
2 chunks |
+13 lines, -103 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/lib/src/entrypoint.dart
|
View
|
1
|
5 chunks |
+22 lines, -15 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/lib/src/exceptions.dart
|
View
|
1
|
1 chunk |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
A |
sdk/lib/_internal/pub/lib/src/executable.dart
|
View
|
1
|
1 chunk |
+125 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/lib/src/global_packages.dart
|
View
|
1
|
6 chunks |
+36 lines, -5 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/lib/src/utils.dart
|
View
|
1
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/lib/src/validator/dependency.dart
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
sdk/lib/_internal/pub/test/global/run/missing_executable_arg_test.dart
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
sdk/lib/_internal/pub/test/global/run/missing_package_arg_test.dart
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
sdk/lib/_internal/pub/test/global/run/nonexistent_script_test.dart
|
View
|
|
2 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
sdk/lib/_internal/pub/test/global/run/runs_script_test.dart
|
View
|
|
1 chunk |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
sdk/lib/_internal/pub/test/global/run/runs_transformer_test.dart
|
View
|
1
|
3 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
sdk/lib/_internal/pub/test/global/run/unknown_package_test.dart
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/app_can_read_from_stdin_test.dart
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/displays_transformer_logs_test.dart
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/does_not_run_on_transformer_error_test.dart
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/errors_if_only_transitive_dependency_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/errors_if_path_in_dependency_test.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/includes_parent_directories_of_entrypoint_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/nonexistent_dependency_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/nonexistent_script_in_dependency_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/nonexistent_script_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/passes_along_arguments_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/runs_a_generated_script_test.dart
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/runs_app_in_directory_in_entrypoint_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/runs_app_in_entrypoint_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/runs_named_app_in_dependency_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/runs_named_app_in_dev_dependency_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/run/runs_transformer_in_entrypoint_test.dart
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
D |
sdk/lib/_internal/pub/test/run/utils.dart
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/pub/test/test_pub.dart
|
View
|
1
|
7 chunks |
+97 lines, -15 lines |
0 comments
|
Download
|