Closed kriskowal closed 10 months ago
To limit exposure to Hyrum’s Law, this change introduces an "exports" property to the four packages in Endo that currently lack one. Node.js 16+ and Endo’s bundler forbid deep imports to modules not expressly mentioned in "exports".
"exports"
To limit exposure to Hyrum’s Law, this change introduces an
"exports"
property to the four packages in Endo that currently lack one. Node.js 16+ and Endo’s bundler forbid deep imports to modules not expressly mentioned in"exports"
.