feat: 블록 유무 판단하는 hasBlock 함수와 getText()를 안전하게 하는 메서드 추가 #146
Annotations
10 warnings
|
@noctaCrdt/src/Crdt.ts#L32
'blockId' is defined but never used. Allowed unused args must match /^_/u
|
|
@noctaCrdt/src/Crdt.ts#L31
'value' is defined but never used. Allowed unused args must match /^_/u
|
|
@noctaCrdt/src/Crdt.ts#L30
'index' is defined but never used. Allowed unused args must match /^_/u
|
|
@noctaCrdt/__tests__/LinkedList.test.ts#L149
'nodes' is assigned a value but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
@noctaCrdt/__tests__/LinkedList.test.ts#L7
'textList' is assigned a value but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
@noctaCrdt/__tests__/LinkedList.test.ts#L3
'CharId' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
@noctaCrdt/__tests__/LinkedList.test.ts#L3
'NodeId' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
@noctaCrdt/__tests__/LinkedList.test.ts#L2
'Char' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
@noctaCrdt/__tests__/LinkedList.test.ts#L2
'Node' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
@noctaCrdt/__tests__/LinkedList.test.ts#L1
'LinkedList' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
The logs for this run have expired and are no longer available.
Loading