canvas implementation #9
Annotations
10 errors
lint:
src/index.ts#L12
'GraphicsContext' is defined but never used
|
lint:
src/types/device.ts#L11
Unexpected var, use let or const instead
|
lint:
src/types/device.ts#L15
Type boolean trivially inferred from a boolean literal, remove type annotation
|
lint:
src/types/device.ts#L19
The generic type arguments should be specified as part of the constructor type arguments
|
lint:
src/types/device.ts#L20
Type number trivially inferred from a number literal, remove type annotation
|
lint:
src/types/device.ts#L21
Type number trivially inferred from a number literal, remove type annotation
|
lint:
src/types/device.ts#L23
Type number trivially inferred from a number literal, remove type annotation
|
lint:
src/types/device.ts#L150
'x' is defined but never used
|
lint:
src/types/device.ts#L150
'y' is defined but never used
|
lint:
src/types/device.ts#L158
Unexpected aliasing of 'this' to local variable
|