Feat/data structures #11
Annotations
19 errors
|
Lint 🔎:
lib/partitions/quad-tree.ts#L85
Variable name `position` must have one leading underscore(s)
|
|
Lint 🔎:
lib/partitions/quad-tree.ts#L85
'position' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Lint 🔎:
lib/partitions/quad-tree.ts#L85
Variable name `half` must have one leading underscore(s)
|
|
Lint 🔎:
lib/partitions/quad-tree.ts#L85
'half' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Lint 🔎:
lib/partitions/quad-tree.ts#L90
Parameter name `range` must have one leading underscore(s)
|
|
Lint 🔎
Process completed with exit code 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Compile ⚒️:
lib/partitions/quad-tree.ts#L85
All destructured elements are unused.
|
|
Compile ⚒️:
lib/partitions/quad-tree.ts#L90
'range' is declared but its value is never read.
|
|
Compile ⚒️
Process completed with exit code 2.
|