{"library":"esbuild-plugin-named-exports","type":"library","category":null,"description":"An esbuild plugin (v3.0.7, infrequent releases) that rewrites CommonJS re-exports to preserve named exports when bundling CJS to ESM. It uses cjs-module-lexer to detect all named exports and emits explicit named export statements, preventing the common issue where only a default export appears. Unlike manual conversion or other CJS→ESM tools, this plugin automates the re-export of named exports for packages that re-export via module.exports = require(...).","language":"javascript","status":"active","version":"3.0.7","tags":["javascript","esbuild","reexport","named","export"],"last_verified":"Fri May 01","install":[{"cmd":"npm install esbuild-plugin-named-exports","imports":["import esbuldNamedExportsPlugin from 'esbuild-plugin-named-exports'"]},{"cmd":"yarn add esbuild-plugin-named-exports","imports":[]},{"cmd":"pnpm add esbuild-plugin-named-exports","imports":[]}],"homepage":null,"github":"https://github.com/forthealllight/esbuild-plugin-named-exports","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/esbuild-plugin-named-exports","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}