-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of loaders in the wild today #8
Comments
I should also add to this list CommonJS loaders that cannot be implemented as ESM loaders, because they indicate features which should be added to the ESM loader APIs. |
The Used in "production" by a variety of developers. Accompanying article describing how it works: https://dev.to/giltayar/mock-all-you-want-supporting-es-modules-in-the-testdouble-js-mocking-library-3gh1 |
|
Do you mind opening a PR to add this info to https://github.com/nodejs/loaders/blob/main/doc/resources.md? |
Yes, I'll do that, I didn't notice that list before creating this PR. My mistake. |
Of course. Although I did notice you put my blog post in there. :-) |
PR #10 for |
The goal of this issue is to track a list of loaders used in the wild today. Eventually, we will need to decide how loaders compose and interop. It will be helpful to keep track of what loaders are doing today so we understand how to support their use-cases.
This list is very short to start, but I'll do my best to ask around in forums and mention this issue to the authors.
Yarn2 PnP
ts-node
@istanbuljs/esm-loader-hook
Jest
multiloader
quibble
babel-register-esm
The text was updated successfully, but these errors were encountered: