fix(cli): preserve proxy-agent named exports in ESM bundle (#27145)

This commit is contained in:
ashishch432
2026-05-20 01:11:31 +05:30
committed by GitHub
parent 6589cdf11b
commit 8997488ea6
4 changed files with 104 additions and 0 deletions
@@ -0,0 +1,8 @@
/**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
// eslint-disable-next-line import/no-relative-packages
export { HttpProxyAgent } from '../../../../node_modules/http-proxy-agent/dist/index.js';
@@ -0,0 +1,8 @@
/**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
// eslint-disable-next-line import/no-relative-packages
export { HttpsProxyAgent } from '../../../../node_modules/https-proxy-agent/dist/index.js';