fixing test, making profiling

This commit is contained in:
Michael Freno
2025-11-20 09:30:01 -05:00
parent 57eb52e70d
commit 32009185e9
37 changed files with 2587 additions and 1603 deletions

View File

@@ -16,10 +16,14 @@
"ignoreSubmodules": true
},
"diagnostics": {
"globals": ["love"]
"globals": [
"love"
]
},
"doc": {
"privateName": ["_.*"],
"privateName": [
"_.*"
],
"protectedName": []
}
}