This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
luau
Watch
1
Star
0
Fork
0
You've already forked luau
mirror of
https://github.com/luau-lang/luau.git
synced
2024-11-16 06:45:44 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
ca46dd6fe8
luau
/
tests
/
require
/
without_config
/
module.luau
4 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Sync to upstream/release/607
2023-12-16 04:52:08 +08: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 10:04:44 +08:00
result[#result+1] = "required into module"
return result
Reference in New Issue
Copy Permalink