包详细信息

@loaderkit/resolve

braidnetworks225.7kISC1.0.4

npm version isc license [![gith

自述文件

npm version isc license github action npm downloads

🔎 @loaderkit/resolve - General purpose nodejs module resolver

An accurate & abstract implementation of the nodejs module resolution algorithms. It implements both the CommonJS and modules algorithms. Originally authored for arethetypeswrong.

See also: resolve, enhanced-resolve, and esm-resolve. The main point of this package is accuracy with the default nodejs resolution algorithms.

  • Does nothing that the nodejs default resolver doesn't do
  • Runs in a web browser w/ abstract filesystems
  • Sensible TypeScript-first types
  • Shakeable ESM exports
  • Promise & synchronous implementations