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
- Host: GitHub
- URL: https://github.com/alienzhou/esm-resolver
- Owner: alienzhou
- License: mit
- Created: 2022-06-29T12:02:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T12:46:28.000Z (about 4 years ago)
- Last Synced: 2025-03-09T19:51:19.903Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)