mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
5 lines
116 B
Lua
5 lines
116 B
Lua
return {
|
|
Statement = require("moonscript.transform.statement"),
|
|
Value = require("moonscript.transform.value")
|
|
}
|