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

Remove support for non-exports entrypoints #228

Closed
Comandeer opened this issue Jan 22, 2023 · 0 comments · Fixed by #246
Closed

Remove support for non-exports entrypoints #228

Comandeer opened this issue Jan 22, 2023 · 0 comments · Fixed by #246
Assignees
Labels
Milestone

Comments

@Comandeer
Copy link
Owner

Currently, the package parser includes support for non-exports entrypoints:

  • main,
  • module/jsnext:main
  • types.

However, as both npm and Node 16+ supports exports which provides nicer syntax for e.g. multiple entries, let's remove support for legacy fields.

@Comandeer Comandeer added the task label Jan 22, 2023
@Comandeer Comandeer added this to the v0.18.0 milestone Jan 22, 2023
@Comandeer Comandeer self-assigned this Feb 4, 2023
Comandeer added a commit that referenced this issue Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant