File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
shared/resourcefetcher/node
test/awsService/appBuilder Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ type RequestHeaders = { eTag?: string; gZip?: boolean }
3939
4040/**
4141 * Legacy HTTP Resource Fetcher used specifically for streaming information.
42- * If you do not need streaming or want multi platform support use
42+ * Only kept around until web streams are compatible with node streams
4343 */
4444export class HttpResourceFetcher {
4545 private readonly logger : Logger = getLogger ( )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { getTestWindow } from '../../shared/vscode/window'
2323import { AwsClis , installCli } from '../../../shared/utilities/cliUtils'
2424import { ChildProcess } from '../../../shared/utilities/processUtils'
2525import { assertTelemetryCurried } from '../../testUtil'
26- import { HttpResourceFetcher } from '../../../shared/resourcefetcher/httpResourceFetcher'
26+ import { HttpResourceFetcher } from '../../../shared/resourcefetcher/node/ httpResourceFetcher'
2727import { SamCliInfoInvocation } from '../../../shared/sam/cli/samCliInfo'
2828import { CodeScansState } from '../../../codewhisperer'
2929
You can’t perform that action at this time.
0 commit comments