Convert `Ajax` to TypeScript
authorAlexander Ebert <ebert@woltlab.com>
Fri, 16 Oct 2020 23:28:55 +0000 (01:28 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 28 Oct 2020 11:30:09 +0000 (12:30 +0100)
commit1b27878256374e786981758c13da3972a5d0d66e
tree53f55c7d468402c95cc61081df9c25078d9483e3
parent7e940c78767bfc0b338b274c457cb465c8d570b3
Convert `Ajax` to TypeScript

Moved the interfaces and types into a separate file to prevent a circular dependency.
global.d.ts
package-lock.json [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Ajax.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Data.js [new file with mode: 0644]
wcfsetup/install/files/ts/WoltLabSuite/Core/Ajax.ts [new file with mode: 0644]
wcfsetup/install/files/ts/WoltLabSuite/Core/Ajax/Data.ts [new file with mode: 0644]
wcfsetup/install/files/ts/WoltLabSuite/Core/Ajax/Request.ts