Update dependency @babel/parser to v7.26.0 #1076
Annotations
5 errors
|
yarn install, lint, and test:
src/plugins/react/ast-utils.ts#L152
The inferred type of 'parseAsRoot' cannot be named without a reference to '@babel/parser/node_modules/@babel/types'. This is likely not portable. A type annotation is necessary.
|
yarn install, lint, and test:
src/plugins/react/ast-utils.ts#L165
Conversion of type 'ParseResult<Expression>' to type 'T' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
yarn install, lint, and test:
src/plugins/react/visit-utils.ts#L119
Argument of type 'ParseResult<File>' is not assignable to parameter of type 'File | NodePath<Node>'.
|
yarn install, lint, and test
The operation was canceled.
|
Loading