Skip to content

SWC plugin to add extensions to esm import and export module names

License

Notifications You must be signed in to change notification settings

medfreeman/swc-plugin-add-import-extension

Repository files navigation

swc-plugin-add-import-extension

SWC plugin to add extensions to esm import and export module names

📄 Notes

Need to detect:

  • local imports/exports (not possible w/o node resolver)
  • alias imports/exports (shall we read ts paths?/perhaps better to provide regex in plugin cfg)
  • *baseUrl imports/exports (not possible w/o node resolver + swc still does not support this atm)

🎉 Contributing

Contributions are welcome! Whether it is a small documentation change or a breaking feature, we welcome it!

Please note: All contributions are taken under the MIT license

⚙️ Development

ℹ️ This project depends on fnm & vscode for a unified development environment.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup update
rustup show

fnm use --install-if-missing
corepack enable
pnpm install
code ./swc-plugin-add-import-extension.code-workspace

👥 Contributors

medfreeman
medfreeman