Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igrep/import-meta-resolve-example
Repository to learn how `import.meta.resolve` behaves in Node.js
https://github.com/igrep/import-meta-resolve-example
Last synced: about 5 hours ago
JSON representation
Repository to learn how `import.meta.resolve` behaves in Node.js
- Host: GitHub
- URL: https://github.com/igrep/import-meta-resolve-example
- Owner: igrep
- Created: 2024-01-13T08:35:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-13T14:32:17.000Z (10 months ago)
- Last Synced: 2024-01-13T23:59:33.852Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run
```bash
node --experimental-import-meta-resolve resolver/src/use-import-meta-resolve.mjs
```