An open API service indexing awesome lists of open source software.

https://github.com/alienzhou/esm-resolver

A resolver follow the esm resolution spec
https://github.com/alienzhou/esm-resolver

Last synced: 27 days ago
JSON representation

A resolver follow the esm resolution spec

Awesome Lists containing this project

README

          

# esm-resolver

A resolver for ESM resolution spec & algorithm.

See https://nodejs.org/api/esm.html#resolver-algorithm-specification.

## Others

- [Bare Module Specifier Resolution in node.js](https://github.com/jkrems/proposal-pkg-exports/)
- [node.js ESM resolver spec](https://github.com/nodejs/ecmascript-modules/pull/12)