TooTallNate / node-proxy-agent

Maps proxy protocols to `http.Agent` implementations
285 stars 69 forks source link

After npm install @5.0.0- typescript build fails #71

Closed ajscarvalho closed 1 year ago

ajscarvalho commented 2 years ago

ode_modules/proxy-agent/node_modules/agent-base/dist/src/index.d.ts:2:8 - error TS1192: Module '"net"' has no default export.

2 import net from 'net';


node_modules/proxy-agent/node_modules/agent-base/dist/src/index.d.ts:3:8 - error TS1192: Module '"http"' has no default export.

3 import http from 'http';

node_modules/proxy-agent/node_modules/agent-base/dist/src/index.d.ts:4:8 - error TS1192: Module '"https"' has no default export.

4 import https from 'https';

TooTallNate commented 1 year ago

This code in this repository has been moved to the proxy-agents monorepo, so I am closing this pull request. If you feel that this issue still exists as of the latest release, feel free to open a new issue over there.