aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/import.lua
blob: f8d6ef0697d538adabcba13fa3a3671e12fddedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
local hello = yeah.hello
local holla, world
do
	local _obj_0 = table["cool"]
	holla, world = _obj_0.holla, _obj_0.world
end
local x, y, z = items.x, (function()
	local _base_0 = items
	local _fn_0 = _base_0.y
	return _fn_0 and function(...)
		return _fn_0(_base_0, ...)
	end
end)(), items.z
local master, ghost
do
	local _obj_0 = find("mytable")
	master, ghost = _obj_0.master, (function()
		local _base_0 = _obj_0
		local _fn_0 = _base_0.ghost
		return _fn_0 and function(...)
			return _fn_0(_base_0, ...)
		end
	end)()
end
local _table_0 = 232
local something
do
	local _obj_0 = a(table)
	something = _obj_0.something
end
if indent then
	local okay, well
	do
		local _obj_0 = tables[100]
		okay, well = _obj_0.okay, (function()
			local _base_0 = _obj_0
			local _fn_0 = _base_0.well
			return _fn_0 and function(...)
				return _fn_0(_base_0, ...)
			end
		end)()
	end
end
do
	local a, b, c = z.a, z.b, z.c
end
do
	local a, b, c = z.a, z.b, z.c
end
do
	local a, b, c = z.a, z.b, z.c
end
do
	local a, b, c = z.a, z.b, z.c
end
do
	local a, b, c = z.a, z.b, z.c
end
do
	local module = require('module')
	local module_x = require('module_x')
	local d_a_s_h_e_s = require("d-a-s-h-e-s")
	local part = require("module.part")
end
do
	local Player = require("player")
	local C, Ct, Cmt
	do
		local _obj_0 = require("lpeg")
		C, Ct, Cmt = _obj_0.C, _obj_0.Ct, _obj_0.Cmt
	end
	local one, two, ch
	do
		local _obj_0 = require("export")
		one, two, ch = _obj_0[1], _obj_0[2], _obj_0.Something.umm[1]
	end
	local Another = require("export").Another
end
do
	module = require('module')
	module_x = require('module_x')
	module_y = require("org.package.module-y")
end
do
	local func, ifVar
	do
		local _obj_0 = require("org.package.module")
		func, ifVar = _obj_0["function"], _obj_0["if"]
	end
end
do
	local b = getmetatable(require("m")).__gc
	local index = getmetatable(require("m")).__index
	local f, c
	do
		local _obj_0 = require("m")
		f = _obj_0.e
		c = getmetatable(_obj_0).__pairs
	end
	local d = require("m").c
	local g, i
	do
		local _obj_0 = require("m")
		g, i = _obj_0[1], getmetatable(_obj_0[2]).__close
	end
end