Skip to content

Commit

Permalink
[BUGFIX] Remove obsolete TYPO3.Utility from TypeScript definition
Browse files Browse the repository at this point in the history
The "superglobal" `TYPO3.Utility` TypeScript module was removed in v10
with #87339. However, the related definition in our index.d.ts was
forgotten, which is now removed.

Resolves: #100095
Related: #87339
Releases: main, 11.5
Change-Id: Iece43a40b93f8ebfd1c312c09566600272bdfe10
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78035
Reviewed-by: Alexander Schnitzler <git@alexanderschnitzler.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Alexander Schnitzler <git@alexanderschnitzler.de>
Reviewed-by: Nikita Hovratov <nikita.h@live.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Nikita Hovratov <nikita.h@live.de>
  • Loading branch information
andreaskienast committed Mar 6, 2023
1 parent 8085e53 commit 5d28b58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build/types/TYPO3/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ declare namespace TYPO3 {
export let ShortcutMenu: any;
export let Storage: any;
export let Tooltip: any;
export let Utility: any;
export let WindowManager: any;
export let Wizard: any;
export let WorkspacesMenu: any;
Expand Down

0 comments on commit 5d28b58

Please sign in to comment.