Flow Gnarly
Flow Gnarly
Currently, when using lune-std as a dependency, there is no way of adding custom libraries to the 'require' global function, without having a forked version of it, which is very...
as the title says, when you do something like `require("sibling")` (sibling being a modulescript that's in the same directory), I get an error like this **'error processing `` (bundler): unable...
### Minimal repro ```luau local roblox = require("@lune/roblox") local obj = roblox.Instance.new("DataModel") local child = roblox.Instance.new("ObjectValue") child.Parent = obj local t = { [obj] = 100, } print(t[obj]) -- 100...
### Highlights of this PR - doesn't mutably borrow the app container for the entire require process (Fixes #236) - allows custom libraries that impl the StandardLibrary trait to be...
luau lsp removed the vscode extension setting `luau-lsp.require.mode` in v1.35, so the `lune setup` command doesn't need to add this setting anymore.