bufbuild / protobuf-es

Protocol Buffers for ECMAScript. The only JavaScript Protobuf library that is fully-compliant with Protobuf conformance tests.

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.

We should switch to "Node16", which would have caught #586.