chore: prettier shell stuff

This commit is contained in:
41666 2020-10-11 19:10:05 -04:00
parent a9af2d10bd
commit c7afd84e1e
12 changed files with 204 additions and 341 deletions

View file

@ -1,4 +1,4 @@
load("@rules_typescript_proto//:index.bzl", "typescript_proto_library")
load("//src/ts-protoc-gen/rules:index.bzl", "typescript_proto_library")
load("@npm//@bazel/typescript:index.bzl", "ts_library")
def _generalize_pb_imports(name, srcs = [], grpc = False):