protoc-gen-ts icon indicating copy to clipboard operation
protoc-gen-ts copied to clipboard

backwards compatibility `target < ES2017`

Open CorrM opened this issue 1 year ago • 0 comments

as Uint8Array empty constructor are ES2017

image it could be good to replace that with new Uint8Array(0) to support target < ES2017

i think its just a small update here src

CorrM avatar Aug 01 '22 14:08 CorrM