[TASK] Declare TypeScript types for global TYPO3 object
Missing declarations caused some method calls and assignments to not be type checked, as all members of the (top.|window.)TYPO3 object were declared to `any`. This actually revealed some invalid API usage. which is fixed as a drive-by. (No real bugs were found, as type checking in the APIs caught/ignored such cases) Resolves: #101644 Releases: main, 12.4 Change-Id: I2e188e53a02d9e0ae875084cadc28600c7a59aa6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80502 Reviewed-by:Benjamin Franzke <ben@bnf.dev> Tested-by:
Benjamin Franzke <ben@bnf.dev> Tested-by:
core-ci <typo3@b13.com>
Showing
- Build/Sources/TypeScript/backend/modal.ts 2 additions, 1 deletionBuild/Sources/TypeScript/backend/modal.ts
- Build/Sources/TypeScript/backend/module-menu.ts 5 additions, 1 deletionBuild/Sources/TypeScript/backend/module-menu.ts
- Build/Sources/TypeScript/backend/multi-step-wizard.ts 4 additions, 4 deletionsBuild/Sources/TypeScript/backend/multi-step-wizard.ts
- Build/Sources/TypeScript/backend/toolbar/live-search.ts 9 additions, 1 deletionBuild/Sources/TypeScript/backend/toolbar/live-search.ts
- Build/Sources/TypeScript/backend/wizard.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/wizard.ts
- Build/Sources/TypeScript/filelist/context-menu-actions.ts 4 additions, 4 deletionsBuild/Sources/TypeScript/filelist/context-menu-actions.ts
- Build/Sources/TypeScript/install/init-install.ts 1 addition, 1 deletionBuild/Sources/TypeScript/install/init-install.ts
- Build/Sources/TypeScript/install/init-installer.ts 1 addition, 1 deletionBuild/Sources/TypeScript/install/init-installer.ts
- Build/types/TYPO3/index.d.ts 24 additions, 20 deletionsBuild/types/TYPO3/index.d.ts
- typo3/sysext/backend/Resources/Public/JavaScript/toolbar/live-search.js 1 addition, 1 deletion...ackend/Resources/Public/JavaScript/toolbar/live-search.js
- typo3/sysext/backend/Resources/Public/JavaScript/wizard.js 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/JavaScript/wizard.js
- typo3/sysext/filelist/Resources/Public/JavaScript/context-menu-actions.js 1 addition, 1 deletion...elist/Resources/Public/JavaScript/context-menu-actions.js
Please register or sign in to comment