Agoric / nat

Ensures that a number is within the natural numbers (0, 1, 2...) or throws a RangeError
Apache License 2.0
5 stars 4 forks source link

fix: Support Endo/RESM #155

Closed kriskowal closed 3 years ago

kriskowal commented 3 years ago

This change adds a parsers directive to package.json that overshadows type. Supporting node -r esm precludes having a "type": "module" declaration, but Endo requires an explicit indication that .js files are semantically .mjs.