remove some old TODOs

I think the plugin format is good enough as-is (and, after mulling it over, I think it's better for enabled and running to be the same variable)
master
Drake 2 years ago
parent c0e408b404
commit 1e86d21b37

@ -1,11 +1,8 @@
//TODO: separate currently running status from enabled on reload
//ugh am i gonna remake the internal plugin format again? (yes)
///ugh am i gonna remake the internal plugin format again? (yes)
/*[plugin name]: {
enabled: Bool, //doubles as our running status (my explanation is too complex to fit in this comment so get fucked)
iife: String, //we can't store functions in iDB? well fuck you, I'll make plugin devs package to an iife string
desc: String //self-descriptory
//TODO: should we be saving this in a separate metadata object?
}*/
import { idb, nests } from "./common";

Loading…
Cancel
Save