Commit Graph

7 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
01e4a87bbd
Move resources/js/src to resources/js
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-05-22 13:43:59 -03:00
Maurício Meneghini Fauth
d888c29e0d
Move ./js directory to ./resources/js
- Related to https://github.com/phpmyadmin/phpmyadmin/issues/18512

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-10-25 11:24:14 -03:00
Maurício Meneghini Fauth
a4281a8d2b
Change extension from js to ts in imports
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-03-30 18:56:40 -03:00
Maurício Meneghini Fauth
57f0871c4b
Rename webpack entries to have ts extension
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-03-30 18:56:39 -03:00
Maurício Meneghini Fauth
cc444d9d08
Replace JS array type declaration with any[]
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-02-08 15:54:35 -03:00
Maurício Meneghini Fauth
b3001e4d64
Add more type definitions to JavaScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-06-13 16:45:26 -03:00
Maurício Meneghini Fauth
7af4123b80
Add basic TypeScript support
Adds a basic tsconfig.json file to be able to use TypeScript for static
analysis of the JavaScripts files. TypeScript is not used for
compilation yet.

This enables the type checking in some IDEs.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-06-11 15:36:41 -03:00