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

fix: (#84) compute aliases even if entry file is not typescript file #89

Conversation

ACHP
Copy link
Contributor

@ACHP ACHP commented Sep 11, 2023

As mentionned in the following conversation, I removed the isTypescriptModule(entryPoint) by isTypescriptProject().

Copy link
Owner

@antoine-coulon antoine-coulon left a 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:

  1. pnpm changeset
  2. select skott for a patch update as this is a fix
  3. write a small message describing the purpose of this fix
  4. commit and push the generated file
  5. the CI will do the rest

@ACHP ACHP force-pushed the fix/allow-entry-point-to-be-js-with-type-aliases branch from ead7e44 to 2fec3f5 Compare September 12, 2023 19:57
Copy link
Owner

@antoine-coulon antoine-coulon left a 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.

@antoine-coulon antoine-coulon merged commit 4e2222f into antoine-coulon:main Sep 13, 2023
3 checks passed
@antoine-coulon
Copy link
Owner

@all-contributors please add @ACHP for code.

@allcontributors
Copy link
Contributor

@antoine-coulon

This project's configuration file has malformed JSON: .all-contributorsrc. Error:: Unexpected token } in JSON at position 377

@antoine-coulon
Copy link
Owner

@all-contributors please add @ACHP for code.

@allcontributors
Copy link
Contributor

@antoine-coulon

This project's configuration file has malformed JSON: .all-contributorsrc. Error:: Unexpected token } in JSON at position 377

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.

2 participants