Feat/data structures #17
Annotations
30 errors
|
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/collisions2d.ts#L62
Parameter name `ray` must have one leading underscore(s)
|
|
Lint 🔎:
lib/geometry/collisions2d.ts#L62
'ray' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint 🔎:
lib/geometry/collisions2d.ts#L62
Parameter name `point` must have one leading underscore(s)
|
|
Lint 🔎:
lib/geometry/collisions2d.ts#L62
'point' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint 🔎:
lib/geometry/collisions2d.ts#L67
Parameter name `ray` must have one leading underscore(s)
|
|
Lint 🔎:
lib/geometry/collisions2d.ts#L72
Parameter name `ray` must have one leading underscore(s)
|
|
Lint 🔎:
lib/geometry/collisions2d.ts#L72
'ray' is defined but never used. Allowed unused args must match /^_/u
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/collisions2d.ts#L62
'ray' is declared but its value is never read.
|
|
Compile ⚒️:
lib/geometry/collisions2d.ts#L62
'point' is declared but its value is never read.
|
|
Compile ⚒️:
lib/geometry/collisions2d.ts#L67
'ray' is declared but its value is never read.
|