rusty-luau/.darklua.json5
Erica Marigold edcef2015f
feat: roblox event polyfills
* RobloxEvent as a wrapper around BindableEvents providing the same API
  type as LuauSignal
* Future.poll now returns a Result instead of a force unwrap
2024-05-25 08:05:35 +05:30

12 lines
No EOL
171 B
Text

{
rules: [
{
rule: "convert_require",
current: "path",
target: {
name: "roblox",
indexing_style: "property",
},
},
],
}