forked from MapComplete/MapComplete
Add code quality test, remove all constructor.name entries as they are unreadable after minification
This commit is contained in:
parent
312dbe7aff
commit
1c418e5a49
15 changed files with 95 additions and 52 deletions
|
@ -413,7 +413,6 @@ export class ExtraFunctions {
|
|||
|
||||
const elems = []
|
||||
for (const func of ExtraFunctions.allFuncs) {
|
||||
console.log("Generating ", func.constructor.name)
|
||||
elems.push(new Title(func._name, 3),
|
||||
func._doc,
|
||||
new List(func._args ?? [], true))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue