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 explicit exports of pattern synonyms #20481

Open
samuel-williams-da opened this issue Dec 16, 2024 · 0 comments
Open

Fix explicit exports of pattern synonyms #20481

samuel-williams-da opened this issue Dec 16, 2024 · 0 comments

Comments

@samuel-williams-da
Copy link
Contributor

Before fixing explicit exports in data-deps, pattern synonyms in a module would be removed.
Now we try to explicitly export it and it doesn't exist.
We have 3 options:

  • Fix this behaviour by filtering out exports of pattern syns
  • Support pattern syns in data-deps
  • Entirely drop pattern syns from the language

Remy prefers the last

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

No branches or pull requests

1 participant