Bump luau-src to 0.18.0 (Luau 0.705)

This commit is contained in:
Alex Orlenko
2026-01-20 13:05:00 +00:00
parent 1be9e6ce2d
commit 8e6d652a21
4 changed files with 17 additions and 1 deletions
+1
View File
@@ -299,6 +299,7 @@ pub(super) unsafe extern "C-unwind" fn init_config(config: *mut ffi::luarequire_
(*config).is_require_allowed = is_require_allowed;
(*config).reset = reset;
(*config).jump_to_alias = jump_to_alias;
(*config).to_alias_override = None;
(*config).to_alias_fallback = None;
(*config).to_parent = to_parent;
(*config).to_child = to_child;