feat(common): port utils, tests currently broken

This commit is contained in:
41666 2020-10-11 19:19:12 -04:00
parent c7afd84e1e
commit 5b440ffa8d
10 changed files with 235 additions and 0 deletions

View file

@ -11,6 +11,7 @@ def _render_deps(deps = []):
if has_added_grpc_deps == False:
output_deps.extend([
"@npm//google-protobuf",
"@npm//@types/google-protobuf",
"@npm//@improbable-eng/grpc-web",
])
has_added_grpc_deps = True