Skip to content

Commit b16e402

Browse files
scheglovcommit-bot@chromium.org
authored andcommitted
Prepare for replacing PackageBundle with PackageBundleReader.
There are clients in google3 that import package:analyzer/src/summary/idl.dart to use PackageBundle. We cannot make changes to idl.dart, so this CL introduces a new file that we can change, and in the binary format CL we will replace the exported PackageBundle class with a new class for the binary format. Change-Id: Iee89c784a2812bcdeefaef1c122ac8d8533665fe Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174080 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 85174e4 commit b16e402

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
5+
export 'package:analyzer/src/summary/idl.dart' show PackageBundle;

0 commit comments

Comments
 (0)