Update dependency typescript to v5.7.2 #885
Annotations
8 errors
build:
src/create-bdd-from-truth-table.ts#L13
'firstKey' is possibly 'undefined'.
|
build:
src/util.ts#L97
Type 'string | undefined' is not assignable to type 'string'.
|
build:
test/helper/test-util.ts#L88
'firstKey' is possibly 'undefined'.
|
build:
test/unit/find-similar-node.test.ts#L16
Type 'NonRootNode | undefined' is not assignable to type 'InternalNode'.
|
build:
test/unit/find-similar-node.test.ts#L20
Type 'NonRootNode | undefined' is not assignable to type 'InternalNode'.
|
build:
test/unit/find-similar-node.test.ts#L32
Type 'NonRootNode | undefined' is not assignable to type 'InternalNode'.
|
build:
test/unit/find-similar-node.test.ts#L45
Type 'NonRootNode | undefined' is not assignable to type 'InternalNode'.
|
build
Process completed with exit code 2.
|