Bug 38171 - Add types for all our JavaScript dependencies for better inline documentation
Summary: Add types for all our JavaScript dependencies for better inline documentation
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-15 09:47 UTC by Paul Derscheid
Modified: 2024-10-15 09:47 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Derscheid 2024-10-15 09:47:30 UTC
When working with jQuery, flatpickr or any other JavaScript dependency, it can be very helpful to have the type definitions available for VSCode and consorts as well as Neovim.

This patch just adds them when they are not already provided by the package itself.