You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Remy prefers the last
The text was updated successfully, but these errors were encountered: