Remove 'export default' from socket:internal/*
modules
#1009
Labels
api
An issue, task, or discussion related to public runtime APIs
bug
Something isn't working
help wanted
Extra attention is needed
This will prevent
import socket:internal/
as allsocket:
imports resolve to a ESM import proxy that requires a default export. The idea is to prevent internal imports in the publicsocket:
scheme.The text was updated successfully, but these errors were encountered: