forked from JohnnyMorganz/luau-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This is pretty much the purpose of this fork existing, supporting Overture:LoadLibrary()
calls.
We've got a few options to do this:
- Appending a
typeof(require(path.to.library))
at the end of aLoadLibrary
call. - Transforming the
LoadLibrary
call to arequire(path.to.library)
call
The first option is preferable but the 2nd option still isn't bad.
Metadata
Metadata
Assignees
Labels
No labels