feat(extension-system): transport now extensible #1731
Annotations
1 error and 8 warnings
Run pnpm check:lint
Process completed with exit code 1.
|
Run pnpm check:lint:
src/requestPipeline/RequestPipeline.ts#L9
'httpTransport' is defined but never used. Allowed unused vars must match /^_/u
|
Run pnpm check:lint:
src/wip.ts#L4
'TransportMemory' is defined but never used. Allowed unused vars must match /^_/u
|
Run pnpm check:lint:
src/wip.ts#L13
'HttpTransport' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run pnpm check:lint:
src/wip.ts#L22
'graffle' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run pnpm check:lint:
src/wip.ts#L27
Async arrow function has no 'await' expression
|
Run pnpm check:lint:
tests/_/SpyExtension.ts#L7
'any' overrides all other types in this union type
|
Run pnpm check:lint:
tests/_/SpyExtension.ts#L10
'any' overrides all other types in this union type
|
Run pnpm check:lint:
tests/_/SpyExtension.ts#L13
'any' overrides all other types in this union type
|
Loading