This website requires JavaScript.
Explore
Help
Register
Sign in
luau-lang
/
luau
Watch
1
Star
0
Fork
You've already forked luau
0
mirror of
https://github.com/luau-lang/luau.git
synced
2025-01-10 13:29:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
7a7521a7ab
luau
/
tests
/
require
/
without_config
/
module.luau
4 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
Sync to upstream/release/607
2023-12-15 20:52:08 +00:00
local result = require("dependency")
VM - 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
2023-12-02 02:04:44 +00:00
result[#result+1] = "required into module"
return result
Reference in a new issue
Copy permalink