improbable-eng / ts-protoc-gen

Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.
Apache License 2.0
1.36k stars 173 forks source link

Closes improbable-eng/ts-protoc-gen#313 : Support repeated extension fields #314

Closed stasberkov closed 7 months ago

stasberkov commented 8 months ago

Changes

For repeated extension fields add "List" suffix and change type to Array of fieldType.

Verification

Tested manually on my project.

stasberkov commented 7 months ago

@MarcusLongmuir can you please review?

improbable-prow-robot commented 7 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: MarcusLongmuir

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/improbable-eng/ts-protoc-gen/blob/master/OWNERS)~~ [MarcusLongmuir] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment