mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
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:
parent
5ee2c4e7f8
commit
7e3ad03e2f
81 changed files with 961 additions and 830 deletions
|
@ -1,3 +1,4 @@
|
|||
// @ts-nocheck
|
||||
'use strict';
|
||||
|
||||
const pluginUtils = require('./shared');
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-nocheck
|
||||
'use strict';
|
||||
|
||||
const pluginDefs = require('./plugin_defs');
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-nocheck
|
||||
'use strict';
|
||||
|
||||
const fs = require('fs').promises;
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-nocheck
|
||||
'use strict';
|
||||
|
||||
const defs = require('./plugin_defs');
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-nocheck
|
||||
'use strict';
|
||||
|
||||
/**
|
Loading…
Add table
Add a link
Reference in a new issue