File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -76,22 +76,6 @@ export function testEachVersion<T extends TestBuilder>(
7676 }
7777}
7878
79- export function expectAllVersions < T > (
80- expectation : ( builder : T ) => void
81- ) : Record < tstl . LuaTarget , ( builder : T ) => void > {
82- return {
83- [ tstl . LuaTarget . Universal ] : expectation ,
84- [ tstl . LuaTarget . Lua50 ] : expectation ,
85- [ tstl . LuaTarget . Lua51 ] : expectation ,
86- [ tstl . LuaTarget . Lua52 ] : expectation ,
87- [ tstl . LuaTarget . Lua53 ] : expectation ,
88- [ tstl . LuaTarget . Lua54 ] : expectation ,
89- [ tstl . LuaTarget . Lua55 ] : expectation ,
90- [ tstl . LuaTarget . LuaJIT ] : expectation ,
91- [ tstl . LuaTarget . Luau ] : expectation ,
92- } ;
93- }
94-
9579export function expectEachVersionExceptJit < T > (
9680 expectation : ( builder : T ) => void
9781) : Record < tstl . LuaTarget , ( ( builder : T ) => void ) | boolean > {
You can’t perform that action at this time.
0 commit comments