Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add extension check for relative imports #2055

Merged
merged 6 commits into from Apr 8, 2024

Conversation

enesozturk
Copy link
Contributor

@enesozturk enesozturk commented Mar 18, 2024

Breaking Changes

Due to ESM module resolution issues, we need to use an extension while importing modules in our packages. While I tested the new Solana package with canary versions, I suffered from this issue and was struggling to find this issue. So we'd better have a danger js rule to not skip this while code reviewing.

Changes

  • refactor: add relative import extension check on imports

Copy link

vercel bot commented Mar 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web3modal-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 8, 2024 10:25am
web3modal-gallery ✅ Ready (Inspect) Visit Preview Apr 8, 2024 10:25am
web3modal-laboratory ✅ Ready (Inspect) Visit Preview Apr 8, 2024 10:25am
web3modal-react-wagmi-ex ✅ Ready (Inspect) Visit Preview Apr 8, 2024 10:25am
web3modal-vue-wagmi-ex ✅ Ready (Inspect) Visit Preview Apr 8, 2024 10:25am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants