There was an error while loading. Please reload this page.
1 parent d43b331 commit fa508b4Copy full SHA for fa508b4
1 file changed
src/LuaLib.ts
@@ -102,6 +102,7 @@ const luaLibDependencies: Partial<Record<LuaLibFeature, LuaLibFeature[]>> = {
102
ArrayConcat: [LuaLibFeature.ArrayIsArray],
103
ArrayFlat: [LuaLibFeature.ArrayConcat, LuaLibFeature.ArrayIsArray],
104
ArrayFlatMap: [LuaLibFeature.ArrayConcat, LuaLibFeature.ArrayIsArray],
105
+ Await: [LuaLibFeature.InstanceOf, LuaLibFeature.New],
106
Decorate: [LuaLibFeature.ObjectGetOwnPropertyDescriptor, LuaLibFeature.SetDescriptor, LuaLibFeature.ObjectAssign],
107
DelegatedYield: [LuaLibFeature.StringAccess],
108
Delete: [LuaLibFeature.ObjectGetOwnPropertyDescriptors],
0 commit comments