You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be similar to the inject_global_value rule. You would provide a Lua/Luau file that returns a table, and all values of the table would be injected into your luau files. This comes with the benefit that we can now inject more complicated datatypes.
This would improve my workflow, as I can now inject very common parts of my code into other code which is changed often.
It could look something like this:
This would be similar to the
inject_global_value
rule. You would provide a Lua/Luau file that returns a table, and all values of the table would be injected into your luau files. This comes with the benefit that we can now inject more complicated datatypes.This would improve my workflow, as I can now inject very common parts of my code into other code which is changed often.
It could look something like this:
The text was updated successfully, but these errors were encountered: