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
'use strict';
const pluginUtils = require('./shared');

View file

@ -1,3 +1,4 @@
// @ts-nocheck
'use strict';
const pluginDefs = require('./plugin_defs');

View file

@ -1,3 +1,4 @@
// @ts-nocheck
'use strict';
const fs = require('fs').promises;

View file

@ -1,3 +1,4 @@
// @ts-nocheck
'use strict';
const defs = require('./plugin_defs');

View file

@ -1,3 +1,4 @@
// @ts-nocheck
'use strict';
/**