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: Enable '@' as an import alias #10888

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: Enable '@' as an import alias #10888

wants to merge 1 commit into from

Conversation

Betree
Copy link
Member

@Betree Betree commented Jan 3, 2025

Resolve opencollective/opencollective#6845

  • Only enabled for Typescript for simplicity, assuming that new files are TS only anyway.
  • Not migrating all files to prevent a gigantic diff, and because we don't want to enforce the new format at this stage.

@Betree Betree requested a review from gustavlrsn January 3, 2025 10:00
@Betree Betree self-assigned this Jan 3, 2025
Copy link

vercel bot commented Jan 3, 2025

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

Name Status Preview Comments Updated (UTC)
opencollective-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 3, 2025 10:04am
opencollective-styleguide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 3, 2025 10:04am

Copy link
Member

@gustavlrsn gustavlrsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great!

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.

Add import alias @ for simplifying frontend imports
2 participants