代码拉取完成,页面将自动刷新
# Config
**Description:**
  The compiler compile options.
## lint_global
**Type:** Field.
**Description:**
  Whether the compiler should collect the global variables appearing in the code.
**Signature:**
```tl
lint_global: boolean
```
## implicit_return_root
**Type:** Field.
**Description:**
  Whether the compiler should do an implicit return for the root code block.
**Signature:**
```tl
implicit_return_root: boolean
```
## reserve_line_number
**Type:** Field.
**Description:**
  Whether the compiler should reserve the original line number in the compiled code.
**Signature:**
```tl
reserve_line_number: boolean
```
## space_over_tab
**Type:** Field.
**Description:**
  Whether the compiler should use the space character instead of the tab character in the compiled code.
**Signature:**
```tl
space_over_tab: boolean
```
## same_module
**Type:** Field.
**Description:**
  Whether the compiler should treat the code to be compiled as the same currently being compiled module. For internal use only.
**Signature:**
```tl
same_module: boolean
```
## line_offset
**Type:** Field.
**Description:**
  Whether the compiler error message should include the line number offset. For internal use only.
**Signature:**
```tl
line_offset: integer
```
## yue.Config.LuaTarget
**Type:** Enumeration.
**Description:**
  The target Lua version enumeration.
**Signature:**
```tl
enum LuaTarget
"5.1"
"5.2"
"5.3"
"5.4"
"5.5"
end
```
## options
**Type:** Field.
**Description:**
  The extra options to be passed to the compilation function.
**Signature:**
```tl
options: Options
```
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。