https://github.com/nodejs/loaders-test
Examples demonstrating the Node.js ECMAScript Modules Loaders API
https://github.com/nodejs/loaders-test
Last synced: 9 months ago
JSON representation
Examples demonstrating the Node.js ECMAScript Modules Loaders API
- Host: GitHub
- URL: https://github.com/nodejs/loaders-test
- Owner: nodejs
- License: mit
- Created: 2020-05-07T00:27:41.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T17:37:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T16:13:25.809Z (over 1 year ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 54
- Watchers: 15
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/GeoffreyBooth/node-loaders/actions/workflows/build.yml)
# Node.js ES Module Loaders
This repo contains example loaders that use the [ECMAScript Modules Loaders API](https://nodejs.org/api/esm.html#esm_experimental_loaders). Change into each subfolder and run `npm test`.