Skip to content

Commit 5ff18a9

Browse files
gonzojivedibenede
authored andcommitted
experimental ES6-style code generation
1 parent 373d074 commit 5ff18a9

File tree

6 files changed

+1010
-297
lines changed

6 files changed

+1010
-297
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ bazel-*
1111
/google-protobuf-*.tgz
1212
/conformance/protos/*.js
1313
/conformance/package-lock.json
14+
/google-protobuf.js.map
15+
/external
16+
/bazel-*
17+
/.cache/
18+

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ filegroup(
9393
srcs = [
9494
":dist_tar",
9595
":dist_zip",
96-
]
96+
],
9797
)

generator/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ cc_binary(
1818
],
1919
visibility = ["//visibility:public"],
2020
deps = [
21+
"@abseil-cpp//absl/strings:str_format",
2122
"@com_google_protobuf//:protobuf",
2223
"@com_google_protobuf//src/google/protobuf/compiler:code_generator",
2324
"@com_google_protobuf//src/google/protobuf/io",
2425
"@com_google_protobuf//src/google/protobuf/io:printer",
2526
"@com_google_protobuf//src/google/protobuf/io:tokenizer",
2627
"@com_google_protobuf//:protoc_lib",
2728
"@abseil-cpp//absl/strings",
28-
"@abseil-cpp//absl/strings:str_format",
2929
],
3030
)
3131

0 commit comments

Comments
 (0)