protoc-gen-ts
protoc-gen-ts copied to clipboard
backwards compatibility `target < ES2017`
as Uint8Array empty constructor are ES2017
it could be good to replace that with
new Uint8Array(0)
to support target < ES2017
i think its just a small update here src