We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
error
type
1 parent 738f341 commit fb967d7Copy full SHA for fb967d7
script/config/template.lua
@@ -192,6 +192,8 @@ local template = {
192
'pcall',
193
'xpcall',
194
'assert',
195
+ 'error',
196
+ 'type',
197
}
198
),
199
['Lua.runtime.meta'] = Type.String >> '${version} ${language} ${encoding}',
script/parser/newparser.lua
@@ -118,6 +118,8 @@ local Specials = {
118
['pairs'] = true,
119
['ipairs'] = true,
120
['assert'] = true,
121
+ ['error'] = true,
122
+ ['type'] = true,
123
124
125
local UnarySymbol = {
0 commit comments