File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
pkgs/intl_translation/lib Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ import 'package:analyzer/dart/ast/ast.dart';
2828import 'src/messages/main_message.dart' ;
2929import 'visitors/message_finding_visitor.dart' ;
3030
31+ export 'src/messages/main_message.dart' show MainMessage;
32+
3133/// A function that takes a message and does something useful with it.
3234typedef OnMessage = void Function (String message);
3335
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ import 'package:path/path.dart' as path;
2020import 'src/messages/main_message.dart' ;
2121import 'src/messages/message.dart' ;
2222
23+ export 'src/messages/main_message.dart' show MainMessage;
24+ export 'src/messages/message.dart' show Message;
25+
2326class MessageGeneration {
2427 /// If the import path following package: is something else, modify the
2528 /// [intlImportPath] variable to change the import directives in the generated
You can’t perform that action at this time.
0 commit comments