Bump @babel/types from 7.20.7 to 7.23.6 #110
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
run-tests:
src/ast/domain.ts#L89
Argument of type 'NodePath<Node>' is not assignable to parameter of type 'Node | null | undefined'.
|
run-tests:
src/ast/export-default-workaround.ts#L36
Property 'index' is missing in type '{ line: number; column: number; }' but required in type 'Position'.
|
run-tests:
src/ast/export-default-workaround.ts#L41
Property 'index' is missing in type '{ line: number; column: number; }' but required in type 'Position'.
|
run-tests:
src/ast/identity.ts#L12
Argument of type 'NodePath<Node>' is not assignable to parameter of type 'Node | null | undefined'.
|
run-tests:
src/ast/identity.ts#L17
Argument of type 'NodePath<Node>' is not assignable to parameter of type 'Node | null | undefined'.
|
run-tests:
src/ast/identity.ts#L31
Argument of type 'NodePath<Node>' is not assignable to parameter of type 'Node | null | undefined'.
|
run-tests:
src/ast/identity.ts#L31
Argument of type 'NodePath<Node>' is not assignable to parameter of type 'Node | null | undefined'.
|
run-tests:
src/ast/identity.ts#L38
Argument of type 'NodePath<Node>' is not assignable to parameter of type 'Node | null | undefined'.
|
run-tests:
src/ast/identity.ts#L59
Argument of type 'object | null | undefined' is not assignable to parameter of type 'Node | null | undefined'.
|
run-tests:
src/ast/identity.ts#L313
Argument of type 'NodePath<Node> | NodePath<ReturnStatement>' is not assignable to parameter of type 'Node | null | undefined'.
|