chore: From Flow to typescript #3502
continuous-integration.yaml
on: pull_request
Continuous Integration
17s
Annotations
10 errors and 1 warning
Continuous Integration:
src/formatter/formatPropValue.spec.tsx#L42
Parameter 'a' implicitly has an 'any' type.
|
Continuous Integration:
src/formatter/formatPropValue.spec.tsx#L50
Parameter 'a' implicitly has an 'any' type.
|
Continuous Integration:
src/formatter/formatPropValue.spec.tsx#L62
Parameter 'a' implicitly has an 'any' type.
|
Continuous Integration:
src/formatter/formatPropValue.spec.tsx#L64
Parameter 'fn' implicitly has an 'any' type.
|
Continuous Integration:
src/formatter/formatReactElementNode.spec.tsx#L29
Argument of type '{ type: string; displayName: string; defaultProps: {}; props: {}; childrens: { value: string; type: string; }[]; }' is not assignable to parameter of type 'ReactElementTreeNode'.
|
Continuous Integration:
src/formatter/formatReactElementNode.spec.tsx#L47
Argument of type '{ type: string; displayName: string; props: { foo: string; }; defaultProps: { foo: string; }; childrens: never[]; }' is not assignable to parameter of type 'ReactElementTreeNode'.
|
Continuous Integration:
src/formatter/formatReactElementNode.spec.tsx#L75
Argument of type '{ type: string; displayName: string; defaultProps: { a: { aa: string; bb: { cc: string; }; }; }; props: { a: { aa: string; bb: { cc: string; }; }; }; childrens: never[]; }' is not assignable to parameter of type 'ReactElementTreeNode'.
|
Continuous Integration:
src/formatter/formatReactElementNode.spec.tsx#L90
Type '{ b: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>'.
|
Continuous Integration:
src/formatter/formatReactElementNode.spec.tsx#L93
Type '{ b: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>'.
|
Continuous Integration:
src/formatter/formatReactElementNode.spec.tsx#L98
Argument of type '{ type: string; displayName: string; defaultProps: { a: React.JSX.Element; }; props: { a: React.JSX.Element; }; childrens: never[]; }' is not assignable to parameter of type 'ReactElementTreeNode'.
|
Continuous Integration
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|