You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,12 @@ Full documentation for the current and previous versions [can be found here](htt
98
98
|[Java](https://rules-proto-grpc.com/en/latest/lang/java.html)|[java_grpc_compile](https://rules-proto-grpc.com/en/latest/lang/java.html#java-grpc-compile)| Generates a Java protobuf and gRPC srcjar file ([example](/examples/java/java_grpc_compile)) |
99
99
|[Java](https://rules-proto-grpc.com/en/latest/lang/java.html)|[java_proto_library](https://rules-proto-grpc.com/en/latest/lang/java.html#java-proto-library)| Generates a Java protobuf library using ``java_library`` ([example](/examples/java/java_proto_library)) |
100
100
|[Java](https://rules-proto-grpc.com/en/latest/lang/java.html)|[java_grpc_library](https://rules-proto-grpc.com/en/latest/lang/java.html#java-grpc-library)| Generates a Java protobuf and gRPC library using ``java_library`` ([example](/examples/java/java_grpc_library)) |
101
+
|[JavaScript](https://rules-proto-grpc.com/en/latest/lang/js.html)|[js_proto_compile](https://rules-proto-grpc.com/en/latest/lang/js.html#js-proto-compile)| Generates JavaScript protobuf ``.js`` and ``.d.ts`` files ([example](/examples/js/js_proto_compile)) |
102
+
|[JavaScript](https://rules-proto-grpc.com/en/latest/lang/js.html)|[js_grpc_compile](https://rules-proto-grpc.com/en/latest/lang/js.html#js-grpc-compile)| Generates JavaScript protobuf and gRPC-js ``.js`` and ``.d.ts`` files ([example](/examples/js/js_grpc_compile)) |
103
+
|[JavaScript](https://rules-proto-grpc.com/en/latest/lang/js.html)|[js_grpc_web_compile](https://rules-proto-grpc.com/en/latest/lang/js.html#js-grpc-web-compile)| Generates JavaScript protobuf and gRPC-Web ``.js`` and ``.d.ts`` files ([example](/examples/js/js_grpc_web_compile)) |
104
+
|[JavaScript](https://rules-proto-grpc.com/en/latest/lang/js.html)|[js_proto_library](https://rules-proto-grpc.com/en/latest/lang/js.html#js-proto-library)| Generates a JavaScript protobuf library using ``js_library`` from ``aspect_rules_js`` ([example](/examples/js/js_proto_library)) |
105
+
|[JavaScript](https://rules-proto-grpc.com/en/latest/lang/js.html)|[js_grpc_library](https://rules-proto-grpc.com/en/latest/lang/js.html#js-grpc-library)| Generates a Node.js protobuf + gRPC-js library using ``js_library`` from ``aspect_rules_js`` ([example](/examples/js/js_grpc_library)) |
106
+
|[JavaScript](https://rules-proto-grpc.com/en/latest/lang/js.html)|[js_grpc_web_library](https://rules-proto-grpc.com/en/latest/lang/js.html#js-grpc-web-library)| Generates a JavaScript protobuf + gRPC-Web library using ``js_library`` from ``aspect_rules_js`` ([example](/examples/js/js_grpc_web_library)) |
|[Objective-C](https://rules-proto-grpc.com/en/latest/lang/objc.html)|[objc_proto_library](https://rules-proto-grpc.com/en/latest/lang/objc.html#objc-proto-library)| Generates an Objective-C protobuf library using ``objc_library`` ([example](/examples/objc/objc_proto_library)) |
0 commit comments