Feat/data structures #28
Annotations
30 errors and 6 warnings
|
Compile ⚒️:
lib/geometry/aabb.ts#L80
Argument of type 'this' is not assignable to parameter of type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L66
Class 'AABB' incorrectly implements interface 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L17
Property 'position' 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#L12
Property 'size' does not exist on type 'IAABB'.
|
|
Compile ⚒️:
lib/diagnostics/measure.ts#L4
'#_end' is declared but its value is never read.
|
|
Compile ⚒️:
lib/diagnostics/measure.ts#L4
Property '#_end' has no initializer and is not definitely assigned in the constructor.
|
|
Compile ⚒️:
lib/diagnostics/measure.ts#L3
'#_start' is declared but its value is never read.
|
|
Compile ⚒️:
lib/diagnostics/measure.ts#L3
Property '#_start' has no initializer and is not definitely assigned in the constructor.
|
|
Compile ⚒️:
lib/diagnostics/measure.ts#L2
Property 'id' has no initializer and is not definitely assigned in the constructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Lint 🔎:
lib/geometry/collisions3d.ts#L28
'b' 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
'a' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint 🔎:
lib/geometry/collisions3d.ts#L28
Parameter name `a` must have one leading underscore(s)
|
|
Lint 🔎:
lib/geometry/collisions3d.ts#L4
'ICircle' 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#L1
'IVec2' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint 🔎:
lib/geometry/aabb.ts#L17
Unsafe argument of type error typed assigned to a parameter of type `IVec3`
|
|
Lint 🔎:
lib/geometry/aabb.ts#L16
Unsafe argument of type error typed assigned to a parameter of type `IVec3`
|
|
Lint 🔎:
lib/geometry/aabb.ts#L12
Unsafe argument of type error typed assigned to a parameter of type `CtorArgs`
|
|
Lint 🔎:
sandbox/src/2d/renderer/renderer.ts#L73
Unexpected console statement
|
|
Lint 🔎:
sandbox/src/2d/renderer/renderer.ts#L61
Unexpected console statement
|
|
Lint 🔎:
sandbox/src/2d/renderer/compositor.ts#L322
Unexpected console statement
|
|
Lint 🔎:
sandbox/src/2d/renderer/compositor.ts#L310
Unexpected console statement
|
|
Lint 🔎:
sandbox/src/2d/main.ts#L31
Unexpected console statement
|
|
Lint 🔎:
sandbox/src/2d/main.ts#L26
Unexpected console statement
|