We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab957b commit 0bf239dCopy full SHA for 0bf239d
generator/BUILD
@@ -1,13 +1,13 @@
1
-
2
cc_binary(
3
name = "protoc-gen-js",
4
srcs = [
5
- "protoc-gen-js.cc",
6
"js_generator.cc",
7
"js_generator.h",
+ "protoc-gen-js.cc",
8
"well_known_types_embed.cc",
9
"well_known_types_embed.h",
10
],
+ visibility = ["//visibility:public"],
11
deps = [
12
#"@com_google_absl//absl/base:core_headers",
13
#"@com_google_absl//absl/container:flat_hash_map",
0 commit comments