{"library":"babel-plugin-extract-export","type":"library","category":null,"description":"A Babel plugin that extracts a specific ESM export and its dependencies from a file, based on a fork of NextJS's SSG transform plugin. Current version 0.1.0, single release. It operates by performing static analysis with Babel to remove unused exports and import statements, outputting only the targeted export and its prerequisites. Differentiates from tree-shaking tools by allowing per-export extraction at build time, useful for code splitting or dynamic imports. Note: The package has not been updated since initial release and may have limited compatibility with newer Babel versions.","language":"javascript","status":"maintenance","version":"0.1.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install babel-plugin-extract-export","imports":["const extractExport = require('babel-plugin-extract-export')","import extractExport from 'babel-plugin-extract-export'","plugins: [extractExport, { exportName: 'MyExport' }]"]},{"cmd":"yarn add babel-plugin-extract-export","imports":[]},{"cmd":"pnpm add babel-plugin-extract-export","imports":[]}],"homepage":null,"github":"https://github.com/souporserious/babel-plugin-extract-export","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/babel-plugin-extract-export","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/babel-plugin-extract-export/compatibility"}}