mirror of https://github.com/grpc/grpc-web.git
This change adds a new `import_style` that emits ES6 modules. For now, this only re-exports the symbols from `import_style=closure`. In the future, this will no longer require emitting google modules (`goog.provide`). If protobuf ever adds support for emitting ES6 modules, we will use them instead of the `goog.provided`'d versions as well. Note that the Bazel integration is currently broken because of a limitation in `rules_closure`. |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| closure_grpc_web_library.bzl | ||