connectrpc / connect-es

The TypeScript implementation of Connect: Protobuf RPC that works.

Home Page:https://connectrpc.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build ESM artifacts with Node16 module resolution

timostamm opened this issue · comments

We currently build ESM artifacts with module resolution "Node", which is the Node.js v10 resolution algorithm.

Protobuf-ES had an issue in the artifacts that would have been caught by using "Node16" module resolution: bufbuild/protobuf-es#586

To guard against such issues, we should switch to "Node16" module resolution for all packages in this repository.