diff options
author | Li Jin <dragon-fly@qq.com> | 2025-07-27 16:56:45 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2025-07-27 16:56:45 +0800 |
commit | 99692899d1e793e2cbbaea03107cb0a5f5e5c452 (patch) | |
tree | 44745041f0aa184b8cafc98427c7b627b38c3c96 /spec/outputs | |
parent | c017493f56e98fcbc88f9459b9c10b3e1acc3e6e (diff) | |
download | yuescript-main.tar.gz yuescript-main.tar.bz2 yuescript-main.zip |
Diffstat (limited to 'spec/outputs')
-rw-r--r-- | spec/outputs/import.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/outputs/import.lua b/spec/outputs/import.lua index 83c99e2..7aa130f 100644 --- a/spec/outputs/import.lua +++ b/spec/outputs/import.lua | |||
@@ -166,3 +166,13 @@ do | |||
166 | local _obj_1 = require("m") | 166 | local _obj_1 = require("m") |
167 | g, i = _obj_1[1], getmetatable(_obj_1[2]).__close | 167 | g, i = _obj_1[1], getmetatable(_obj_1[2]).__close |
168 | end | 168 | end |
169 | do | ||
170 | local require <const> = require | ||
171 | local stringlib <const> = string | ||
172 | local format <const> = string.format | ||
173 | local io_read <const> = io.read | ||
174 | local type | ||
175 | type = function() end | ||
176 | local tp <const> = _G.type | ||
177 | local yue <const> = _G["月"] | ||
178 | end | ||