Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: bin/protoc_plugin_bazel.dart

Issue 1829573002: Fix all strong mode warnings in protoc-plugin (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: regenerate pb.dart files Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « benchmark/lib/dashboard_view.dart ('k') | lib/const_generator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/protoc_plugin_bazel.dart
diff --git a/bin/protoc_plugin_bazel.dart b/bin/protoc_plugin_bazel.dart
index 4ab1b79fc5fa1f6c01b73a555d2a53d161c6e5f3..86d99873a151e82e3aaf768d870d3da61b060f41 100755
--- a/bin/protoc_plugin_bazel.dart
+++ b/bin/protoc_plugin_bazel.dart
@@ -8,7 +8,7 @@ import 'package:protoc_plugin/bazel.dart';
import 'package:protoc_plugin/protoc.dart';
void main() {
- var packages = {};
+ var packages = <String, BazelPackage>{};
new CodeGenerator(stdin, stdout).generate(
optionParsers: {bazelOptionId: new BazelOptionParser(packages)},
config: new BazelOutputConfiguration(packages));
« no previous file with comments | « benchmark/lib/dashboard_view.dart ('k') | lib/const_generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698