Unused code #143
Annotations
10 errors
run-static-tests:
src/datastructures/attributemap.ts#L67
'name' is never reassigned. Use 'const' instead
|
run-static-tests:
src/datastructures/attributemap.ts#L80
'name' is never reassigned. Use 'const' instead
|
run-static-tests:
src/datastructures/avl.test.ts#L151
'_kA' is defined but never used
|
run-static-tests:
src/datastructures/avl.test.ts#L151
'_kB' is defined but never used
|
run-static-tests:
src/datastructures/avl.test.ts#L151
'_' is defined but never used
|
run-static-tests:
src/datastructures/data.ts#L109
Don't use `String` as a type. Use string instead
|
run-static-tests:
src/datastructures/database.ts#L132
This generator function does not have 'yield'
|
run-static-tests:
src/datastructures/trie.ts#L81
Unexpected constant condition
|
run-static-tests:
src/engine/choiceengine.test.ts#L46
Unexpected any. Specify a different type
|
run-static-tests:
src/engine/choiceengine.test.ts#L106
Unexpected any. Specify a different type
|