You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial Luau implementation
* Add support for luau specific transformation fixtures
Also fixed not providing Luau to the `expectEachVersionExceptJit` function. It seems to work properly in the test suite but I need to make sure that this is intended or if the function should be renamed to something else (like `expectOnlyPUC`) and exclude Luau as well.
* Refactor target specific fixtures
Now stored in separate folders. Future proof and doesn't feel gross.
Also disabled Luau in expectEachVersionExceptJit. Ideally the function would be renamed but the change would be too large here (not necessary either).
* Add remaining Luau test suite cases
Luau supports both math.atan & math.atan2 so having a certain result isn't important. Same goes for table.unpack and unpack.
Had to pass an empty function for the continue case where luau wouldn't make a label at all since it has a proper continue statement.
* Fix eslint issue
0 commit comments