cleaned up random .js imports

This commit is contained in:
Bojan Kucera 2025-06-09 20:04:42 -04:00
parent 47109baff7
commit c172ecc6d3
19 changed files with 107 additions and 69 deletions

View file

@ -1,7 +1,7 @@
import type { RequestConfig, HttpResponse } from '../types.js';
import type { RequestAdapter } from './types.js';
import { ProxyManager } from '../proxy-manager.js';
import { HttpError } from '../types.js';
import type { RequestConfig, HttpResponse } from '../types';
import type { RequestAdapter } from './types';
import { ProxyManager } from '../proxy-manager';
import { HttpError } from '../types';
/**
* Fetch adapter for HTTP/HTTPS proxies and non-proxy requests