mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-10 13:29:09 +00:00
557e77a676
- Add SUBRK and DIVRK bytecode instructions - Enables future performance optimizations Miscellaneous - Small performance improvements to new non-strict mode - Introduce more scripts for fuzzing - Improcements to dataflow analysis
3 lines
96 B
Text
3 lines
96 B
Text
local result = require("./dependency")
|
|
result[#result+1] = "required into module"
|
|
return result
|