Skip to content

Commit 2614f15

Browse files
authored
Revert "Vendor package:tar and package:chunked_stream (#2932)" (#2940)
This reverts commit 255a309.
1 parent 12d9f45 commit 2614f15

File tree

92 files changed

+3
-5972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+3
-5972
lines changed

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
include: package:pedantic/analysis_options.yaml
22

33
analyzer:
4-
exclude: [lib/src/third_party/**]
54
errors:
65
unused_import: error
76
unused_local_variable: error

lib/src/io.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ import 'package:path/path.dart' as path;
1515
import 'package:pedantic/pedantic.dart';
1616
import 'package:pool/pool.dart';
1717
import 'package:stack_trace/stack_trace.dart';
18+
import 'package:tar/tar.dart';
1819

1920
import 'error_group.dart';
2021
import 'exceptions.dart';
2122
import 'exit_codes.dart' as exit_codes;
2223
import 'log.dart' as log;
23-
// ignore: avoid_relative_lib_imports
24-
import 'third_party/tar/lib/tar.dart';
2524
import 'utils.dart';
2625

2726
export 'package:http/http.dart' show ByteStream;

lib/src/third_party/chunked_stream/CHANGELOG.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

lib/src/third_party/chunked_stream/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

lib/src/third_party/chunked_stream/METADATA

Lines changed: 0 additions & 17 deletions
This file was deleted.

lib/src/third_party/chunked_stream/README.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

lib/src/third_party/chunked_stream/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)