-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
As mentioned in issue #970 Secondlife is looking to add luau
In my efforts to create typedefs etc, i have found that the api documentation format requires the use of @roblox prefix for every entry to be picked up.
I suspect this may be the spot at fault
Lines 56 to 60 in a005567
| Luau::LoadDefinitionFileResult registerDefinitions(Luau::Frontend& frontend, Luau::GlobalTypes& globals, const std::string& definitions) | |
| { | |
| // TODO: packageName shouldn't just be "@roblox" | |
| return frontend.loadDefinitionFile(globals, globals.globalScope, definitions, "@roblox", /* captureComments = */ false); | |
| } |
it would be nice to clean this up, I'm still reading over the project, to see if i could contribute this change myself and how it would be controlled / what it would affect.
I suspect tying it into the luau-lsp.platform.type config may not work out as I thought it would at first.
An alternative may be issue #271 but i see that is still blocked on #885
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request