File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ;
66export 'src/constants/reader.dart' show ConstantReader;
77export '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 ;
1010export 'src/library.dart' show AnnotatedElement, LibraryReader;
1111export 'src/span_for_element.dart' show spanForElement;
1212export 'src/type_checker.dart' show TypeChecker, UnresolvedAnnotationException;
You can’t perform that action at this time.
0 commit comments