Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed May 27, 2024
1 parent 028583d commit dc27228
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pkgs/messages_builder/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ builders:
build_extensions:
{
"l10n.messages": ["messages.g.dart"],
# "^pubspec.yaml": [],
# "{{}}.arb": ["assets/generated/{{}}.json"],
}
build_to: source
auto_apply: root_package
2 changes: 0 additions & 2 deletions pkgs/messages_builder/lib/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class MessagesBuilder implements Builder {
@override
Map<String, List<String>> get buildExtensions => {
'l10n.messages': ['messages.g.dart'],
// '^pubspec.yaml': [],
// '.arb': [],
};

@override
Expand Down

0 comments on commit dc27228

Please sign in to comment.