Skip to content

Commit a6e2184

Browse files
committed
misc(source_gen): explicitly show exported members
1 parent 129c558 commit a6e2184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source_gen/lib/source_gen.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
export 'src/builder.dart';
5+
export 'src/builder.dart' show defaultFileHeader, LibraryBuilder, PartBuilder;
66
export 'src/constants/reader.dart' show ConstantReader;
77
export 'src/constants/revive.dart' show Revivable;
8-
export 'src/generator.dart';
9-
export 'src/generator_for_annotation.dart';
8+
export 'src/generator.dart' show Generator, InvalidGenerationSourceError;
9+
export 'src/generator_for_annotation.dart' show GeneratorForAnnotation;
1010
export 'src/library.dart' show AnnotatedElement, LibraryReader;
1111
export 'src/span_for_element.dart' show spanForElement;
1212
export 'src/type_checker.dart' show TypeChecker, UnresolvedAnnotationException;

0 commit comments

Comments
 (0)