File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# mlly
2
2
3
+ [ ![ npm version] [ npm-version-src ]] [ npm-version-href ]
4
+ [ ![ npm downloads] [ npm-downloads-src ]] [ npm-downloads-href ]
5
+ [ ![ Codecov] [ codecov-src ]] [ codecov-href ]
6
+
3
7
> Missing [ ECMAScript module] ( https://nodejs.org/api/esm.html ) utils for Node.js
4
8
5
9
While ESM Modules are evolving in Node.js ecosystem, there are still
@@ -343,7 +347,7 @@ Resolves module and reads its contents to extract possible export names using st
343
347
import { resolveModuleExportNames } from " mlly" ;
344
348
345
349
// ["basename", "dirname", ... ]
346
- console .log (await resolveModuleExportNames (" pathe " ));
350
+ console .log (await resolveModuleExportNames (" mlly " ));
347
351
` ` `
348
352
349
353
## Evaluating Modules
@@ -531,4 +535,13 @@ const subpath = lookupNodeModuleSubpath(
531
535
532
536
## License
533
537
534
- [MIT](./LICENSE) - Made with ❤️
538
+ [MIT](./LICENSE) - Made with 💛
539
+
540
+ <!-- Badges -->
541
+
542
+ [npm-version-src]: https://img.shields.io/npm/v/mlly?style=flat&colorA=18181B&colorB=F0DB4F
543
+ [npm-version-href]: https://npmjs.com/package/mlly
544
+ [npm-downloads-src]: https://img.shields.io/npm/dm/mlly?style=flat&colorA=18181B&colorB=F0DB4F
545
+ [npm-downloads-href]: https://npmjs.com/package/mlly
546
+ [codecov-src]: https://img.shields.io/codecov/c/gh/unjs/mlly/main?style=flat&colorA=18181B&colorB=F0DB4F
547
+ [codecov-href]: https://codecov.io/gh/unjs/mlly
You can’t perform that action at this time.
0 commit comments