Lint fixes - api module #11485
Annotations
10 errors
build:
api/src/propagation/TextMapPropagator.ts#L113
Generic type 'TextMapGetter<Carrier>' requires 1 type argument(s).
|
build:
api/src/propagation/TextMapPropagator.ts#L114
Parameter 'carrier' implicitly has an 'any' type.
|
build:
api/src/propagation/TextMapPropagator.ts#L114
Parameter 'key' implicitly has an 'any' type.
|
build:
api/src/propagation/TextMapPropagator.ts#L121
Parameter 'carrier' implicitly has an 'any' type.
|
build:
api/src/propagation/TextMapPropagator.ts#L129
Generic type 'TextMapSetter<Carrier>' requires 1 type argument(s).
|
build:
api/src/propagation/TextMapPropagator.ts#L130
Parameter 'carrier' implicitly has an 'any' type.
|
build:
api/src/propagation/TextMapPropagator.ts#L130
Parameter 'key' implicitly has an 'any' type.
|
build:
api/src/propagation/TextMapPropagator.ts#L130
Parameter 'value' implicitly has an 'any' type.
|
build:
api/src/internal/global-utils.ts#L103
Generic type 'TextMapPropagator<Carrier>' requires 1 type argument(s).
|
build:
api/src/propagation/NoopTextMapPropagator.ts#L23
Generic type 'TextMapPropagator<Carrier>' requires 1 type argument(s).
|