Skip to content

optional assign is not in general an lval (e.g. no [a?.b]=c) #949

optional assign is not in general an lval (e.g. no [a?.b]=c)

optional assign is not in general an lval (e.g. no [a?.b]=c) #949

Triggered via push August 2, 2023 11:03
Status Failure
Total duration 6m 3s
Artifacts
Publish to local Verdaccio registry
5m 49s
Publish to local Verdaccio registry
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Publish to local Verdaccio registry: packages/babel-helper-function-name/src/index.ts#L266
Type 'OptionalMemberExpression | LVal' is not assignable to type 'BigIntLiteral | NumericLiteral | StringLiteral | LVal'.
Publish to local Verdaccio registry: packages/babel-plugin-transform-destructuring/src/util.ts#L158
Argument of type 'OptionalMemberExpression | LVal' is not assignable to parameter of type 'LVal'.
Publish to local Verdaccio registry: packages/babel-plugin-transform-destructuring/src/util.ts#L745
Argument of type 'OptionalMemberExpression | LVal' is not assignable to parameter of type 'LVal'.
Publish to local Verdaccio registry: packages/babel-plugin-proposal-destructuring-private/src/index.ts#L160
Argument of type 'OptionalMemberExpression | LVal' is not assignable to parameter of type 'LVal'.
Publish to local Verdaccio registry
Process completed with exit code 1.