fix(study-tree): wip #10570
Annotations
10 errors and 1 warning
Lint
Argument of type '{ name: string; path: string; children: { name: string; path: string; children: never[]; }[]; } | { name: string; path: string; children: { name: string; path: string; children: { name: string; path: string; children: never[]; }[]; }[]; } | { ...; } | { ...; }' is not assignable to parameter of type 'StudyTreeNode'.
|
Lint
Property 'hasChildren' is missing in type '{ name: string; path: string; children: never[]; }' but required in type 'StudyTreeNode'.
|
Lint
Property 'hasChildren' is missing in type '{ name: string; path: string; children: never[]; }' but required in type 'StudyTreeNode'.
|
Lint
Property 'hasChildren' is missing in type '{ name: string; path: string; children: never[]; }' but required in type 'StudyTreeNode'.
|
Lint
Property 'hasChildren' is missing in type '{ name: string; path: string; workspace: string; parentPath: string; }' but required in type 'NonStudyFolderDTO'.
|
Lint
Property 'hasChildren' is missing in type '{ name: string; path: string; children: never[]; }' but required in type 'StudyTreeNode'.
|
Lint
Property 'hasChildren' is missing in type '{ name: string; path: string; children: never[]; }' but required in type 'StudyTreeNode'.
|
Lint
Property 'hasChildren' is missing in type '{ name: string; path: string; children: never[]; }' but required in type 'StudyTreeNode'.
|
Lint
Property 'hasChildren' is missing in type '{ name: string; path: string; children: never[]; }' but required in type 'StudyTreeNode'.
|
Lint
Property 'hasChildren' is missing in type '{ name: string; path: string; children: never[]; }' but required in type 'StudyTreeNode'.
|
Restore node modules
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Loading