Feat/data structures #22
Annotations
30 errors and 2 warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L12
Property 'size' does not exist on type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L16
Property 'position' does not exist on type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L17
Property 'position' does not exist on type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L66
Class 'AABB' incorrectly implements interface 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L80
Argument of type 'this' is not assignable to parameter of type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L84
Argument of type 'this' is not assignable to parameter of type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L103
Argument of type 'this' is not assignable to parameter of type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/collisions3d.ts#L1
'IVec2' is declared but its value is never read.
|
|
Compile ⚒️:
lib/geometry/collisions3d.ts#L4
'IAABB2D' is declared but never used.
|
|
Compile ⚒️:
lib/geometry/collisions3d.ts#L4
'ICircle' is declared but never used.
|
|
Lint 🔎:
lib/geometry/aabb.ts#L12
Unsafe argument of type error typed assigned to a parameter of type `CtorArgs`
|
|
Lint 🔎:
lib/geometry/aabb.ts#L16
Unsafe argument of type error typed assigned to a parameter of type `IVec3`
|
|
Lint 🔎:
lib/geometry/aabb.ts#L17
Unsafe argument of type error typed assigned to a parameter of type `IVec3`
|
|
Lint 🔎:
lib/geometry/collisions3d.ts#L1
'IVec2' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint 🔎:
lib/geometry/collisions3d.ts#L4
'IAABB2D' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint 🔎:
lib/geometry/collisions3d.ts#L4
'ICircle' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint 🔎:
lib/geometry/collisions3d.ts#L28
Parameter name `a` must have one leading underscore(s)
|
|
Lint 🔎:
lib/geometry/collisions3d.ts#L28
'a' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint 🔎:
lib/geometry/collisions3d.ts#L28
Parameter name `b` must have one leading underscore(s)
|
|
Lint 🔎:
lib/geometry/collisions3d.ts#L28
'b' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint 🔎:
sandbox/src/2d/renderer.ts#L60
Unexpected console statement
|
|
Lint 🔎:
sandbox/src/2d/renderer.ts#L72
Unexpected console statement
|