-
Notifications
You must be signed in to change notification settings - Fork 265
feat(https-proxy-agent): add esm support to https-proxy-agent #375
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
base: main
Are you sure you want to change the base?
feat(https-proxy-agent): add esm support to https-proxy-agent #375
Conversation
🦋 Changeset detectedLatest commit: 561d666 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3cc2f30 to
df64535
Compare
df64535 to
561d666
Compare
|
Curious - what is the issue with CJS? |
|
Cannot be dynamically imported
…On Mon, Jul 7, 2025, 12:35 p.m. Nathan Rajlich ***@***.***> wrote:
*TooTallNate* left a comment (TooTallNate/proxy-agents#375)
<#375 (comment)>
Curious - what is the issue with CJS?
—
Reply to this email directly, view it on GitHub
<#375 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFDCXUCFNBOG2IIEK2HEKBL3HKOU7AVCNFSM6AAAAAB6OH7GYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTANBVHA3DAOBVGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
Not sure what you mean. As in |
I'm migrating my package to ESM and wanna be able to just import it in the ESM context like so |
Currently every package is outputting CJS. This adds support for ESM and CJS output for the https-proxy-agent package. if accepted, this approach can be used for other packages.