some documentation

This commit is contained in:
zefie
2026-05-04 20:07:18 -04:00
parent 778c0a2827
commit 11d2ab8c86
4 changed files with 114 additions and 4 deletions

View File

@@ -1130,6 +1130,7 @@ class WTVShared {
// DON'T USE THIS
// Saved for reference until I come up with a better way
// If used, this will exceed the stack limit over time
/*
unloadModule(moduleName) {
// Prevent usage
return;
@@ -1141,7 +1142,8 @@ class WTVShared {
delete require.cache[resolvedPath];
}
}
*/
/**
* Returns an absolute path without an trailing path seperator
* @param {string} path