How does `extends` work?
I have a CommandLoader class extended over DynamicLoader.
But any property defined on the DynamicLoader class uses it's this.
So the load method fails?
this
is confusing.
https://github.com/Lofty-Brambles/ilviwyn-mail/blob/main/core/services/command-loader.tsGitHub
ilviwyn-mail/command-loader.ts at main ยท Lofty-Brambles/ilviwyn-mail
Contribute to Lofty-Brambles/ilviwyn-mail development by creating an account on GitHub.
0 Replies