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 21:39:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
f6f4d92107
luau
/
tests
/
require
/
without_config
/
module.luau
4 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
Sync to upstream/release/646
2024-10-04 17:42:22 +01: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