Moved to ts (#6593)

* Moved to ts

* Fixed type check

* Removed js suffixes

* Migrated to ts

* Fixed ts.

* Fixed type check

* Installed missing d ts
This commit is contained in:
SamTV12345 2024-08-17 20:14:36 +02:00 committed by GitHub
parent 5ee2c4e7f8
commit 7e3ad03e2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
81 changed files with 961 additions and 830 deletions

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// WARNING: This file may have been modified from original.
// TODO: Check requirement of this file, this afaik was to cover weird edge cases
// that have probably been fixed in browsers.

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// WARNING: This file has been modified from original.
// TODO: Replace with https://github.com/Simonwep/pickr

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// WARNING: This file has been modified from the Original
/*

View file

@ -1,3 +1,4 @@
// @ts-nocheck
/*!
* jQuery JavaScript Library v3.7.1
* https://jquery.com/

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// WARNING: This file has been modified from the Original
// TODO: Nice Select seems relatively abandoned, we should consider other options.