Skip to content
Snippets Groups Projects
Commit a6cec893 authored by Benjamin Franzke's avatar Benjamin Franzke
Browse files

[TASK] Add missing jquery imports

Some modules are missing jquery imports.
This currently works as jquery is exposed in
the global object (window.$ and window.jQuery)
and likely loaded by some other module.

Still, loading may fail when jquery hasn't
been loaded by another module, therefore
these occurences are fixed and the type
declarations are patched to avoid marking
jquery available as global object (therefore
typescript will complain when using jQuery or
$ without importing it).

Releases: main
Resolves: #96349
Related: #96323
Change-Id: I7f57137a1f23416aa90579de8a1860a42a7a6d46
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72646


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
parent d42ea63f
Branches
Tags
Showing
with 24 additions and 8 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment