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 'export default' from socket:internal/* modules #1009

Open
jwerle opened this issue Jan 27, 2025 · 0 comments
Open

Remove 'export default' from socket:internal/* modules #1009

jwerle opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
api An issue, task, or discussion related to public runtime APIs bug Something isn't working help wanted Extra attention is needed

Comments

@jwerle
Copy link
Member

jwerle commented Jan 27, 2025

This will prevent import socket:internal/ as all socket: imports resolve to a ESM import proxy that requires a default export. The idea is to prevent internal imports in the public socket: scheme.

@jwerle jwerle added api An issue, task, or discussion related to public runtime APIs bug Something isn't working help wanted Extra attention is needed labels Jan 27, 2025
@jwerle jwerle self-assigned this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api An issue, task, or discussion related to public runtime APIs bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant