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 basic alias resolver and @use support #49

Closed
wants to merge 3 commits into from

Conversation

Lyliya
Copy link

@Lyliya Lyliya commented Mar 18, 2025

Hey 👋

Related to #48 in a way. This PR add a basic alias resolver to follow aliased path in @import.
It's pretty straightforward by adding an alias map to the resolver options, and matching the path to it.

It also export the getImportPromise logic to facilitate @use support in the future (exemple : Lyliya#1)

@Lyliya Lyliya changed the title feat: add basic alias resolver feat: add basic alias resolver and @use support Apr 9, 2025
@Lyliya Lyliya closed this Apr 9, 2025
@Lyliya
Copy link
Author

Lyliya commented Apr 9, 2025

I close this PR as I will release this update in a new package for use
Even if this is public domain, feel free to reach out if you want to add those feature here instead, and avoid package deduplication 👌

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.

1 participant