Typescript: Reduce implicit any errors (#17550)
* Fix types on linkSrv * Lower err count, shoot down some errs, add type pkg * Fix changes and add test * Update public/app/features/panel/panel_ctrl.ts Co-Authored-By: Hugo Häggmark <hugo.haggmark@gmail.com> * Update public/app/features/panel/panel_ctrl.ts Co-Authored-By: Hugo Häggmark <hugo.haggmark@gmail.com> * Update public/app/features/panel/panellinks/link_srv.ts Co-Authored-By: Hugo Häggmark <hugo.haggmark@gmail.com> * Update public/app/features/panel/panel_ctrl.ts Co-Authored-By: Hugo Häggmark <hugo.haggmark@gmail.com> * Fix last types to compile * Fix formatting issue * Update public/app/features/panel/panel_ctrl.ts Co-Authored-By: Hugo Häggmark <hugo.haggmark@gmail.com>
Showing
... | ... | @@ -42,6 +42,7 @@ |
"@types/react-transition-group": "2.0.16", | ||
"@types/react-virtualized": "9.18.12", | ||
"@types/react-window": "1.7.0", | ||
"@types/remarkable": "1.7.4", | ||
"angular-mocks": "1.6.6", | ||
"autoprefixer": "9.5.0", | ||
"axios": "0.19.0", | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment