-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
enhancementNew feature or requestNew feature or requesttype-definitionsAn issue with the provided type definitionsAn issue with the provided type definitions
Description
Currently when working on a plugin the plugin global infers as just Plugin, rather than having special stuff like script does.
This leads to the issue of where I can have a folder called assets in my plugin, and to be able to access it with types I need to do script.Parent.assets instead of the cleaner alternative of plugin.assets that also doesnt rely on where the script is placed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttype-definitionsAn issue with the provided type definitionsAn issue with the provided type definitions