-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix: (#84) compute aliases even if entry file is not typescript file #89
fix: (#84) compute aliases even if entry file is not typescript file #89
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was fast!
Implementation looks good, there are just two important comments to fix before merge :)
Also, could you please generate the changeset file for that PR? I don't know if you're familiar with the process, if not I can handle it.
Basically it's just about:
pnpm changeset
- select
skott
for a patch update as this is a fix - write a small message describing the purpose of this fix
- commit and push the generated file
- the CI will do the rest
f09567f
to
d45c114
Compare
ead7e44
to
2fec3f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the contribution 🎉
@all-contributors please add @ACHP for code.
@all-contributors please add @ACHP for code. |
This project's configuration file has malformed JSON: .all-contributorsrc. Error:: Unexpected token } in JSON at position 377 |
@all-contributors please add @ACHP for code. |
This project's configuration file has malformed JSON: .all-contributorsrc. Error:: Unexpected token } in JSON at position 377 |
As mentionned in the following conversation, I removed the
isTypescriptModule(entryPoint)
byisTypescriptProject()
.