Skip to content

Update babel monorepo #230

Update babel monorepo

Update babel monorepo #230

Triggered via pull request September 4, 2023 14:48
Status Failure
Total duration 1m 7s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors
test (16.x): src/analysis.ts#L115
Type '(NodePath<ClassProperty | ClassPrivateProperty | ClassMethod | ClassPrivateMethod | TSDeclareMethod | ClassAccessorProperty | AssignmentExpression> | NodePath<...>) & NodePath<...>' is not assignable to type 'NodePath<ClassMethod> | undefined'.
test (16.x): src/analysis.ts#L143
Argument of type 'NodePath<MemberExpression>[]' is not assignable to parameter of type 'NodePath<Node>[]'.
test (16.x): src/analysis.ts#L159
Argument of type '(NodePath<Expression> | NodePath<ObjectProperty>)[]' is not assignable to parameter of type 'NodePath<Node>[]'.
test (16.x): src/analysis.ts#L162
Argument of type '(NodePath<Expression> | NodePath<ObjectProperty>)[]' is not assignable to parameter of type 'NodePath<Node>[]'.
test (16.x): src/analysis.ts#L169
Argument of type '(NodePath<ClassProperty | ClassPrivateProperty | ClassMethod | ClassPrivateMethod | TSDeclareMethod | ClassAccessorProperty | AssignmentExpression> | NodePath<...>)[]' is not assignable to parameter of type 'NodePath<Node>[]'.
test (16.x): src/analysis.ts#L234
Argument of type 'NodePath<ClassDeclaration>' is not assignable to parameter of type 'NodePath<Node>'.
test (16.x): src/analysis.ts#L239
Property 'traverse' does not exist on type 'never'.
test (16.x): src/analysis.ts#L240
Parameter 'path' implicitly has an 'any' type.
test (16.x): src/analysis.ts#L245
Parameter 'path' implicitly has an 'any' type.
test (16.x): src/analysis/class_fields.ts#L187
Property 'get' does not exist on type 'never'.
test (18.x)
The job was canceled because "_16_x" failed.
test (18.x)
The operation was canceled.