Feat/data structures #21
Annotations
30 errors and 3 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
|
|
🏗️ Scaffold env
Cache not found for keys: node-cache-Linux-x64-pnpm-90cbcd173a21c324bcf30abb6b3afc25ca8b7d389b8a269a1cb92616674bee0b
|
|
Lint 🔎:
sandbox/src/2d/renderer.ts#L58
Unexpected console statement
|
|
Lint 🔎:
sandbox/src/2d/renderer.ts#L70
Unexpected console statement
|