Updated Typescript #550
Annotations
10 errors
|
src/enums/channels.ts#L215
This operation can be simplified. This shift is identical to `1 << 1`.
|
src/enums/channels.ts#L220
This operation can be simplified. This shift is identical to `1 << 2`.
|
src/enums/channels.ts#L225
This operation can be simplified. This shift is identical to `1 << 3`.
|
src/enums/channels.ts#L230
This operation can be simplified. This shift is identical to `1 << 4`.
|
src/enums/channels.ts#L235
This operation can be simplified. This shift is identical to `1 << 5`.
|
src/enums/channels.ts#L240
This operation can be simplified. This shift is identical to `1 << 6`.
|
src/enums/channels.ts#L245
This operation can be simplified. This shift is identical to `1 << 7`.
|
src/enums/channels.ts#L250
This operation can be simplified. This shift is identical to `1 << 8`.
|
src/enums/channels.ts#L255
This operation can be simplified. This shift is identical to `1 << 9`.
|
The logs for this run have expired and are no longer available.
Loading