We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8314c09 commit 8b6eff2Copy full SHA for 8b6eff2
.github/run_comparisons.py
@@ -39,6 +39,18 @@
39
"CorePackages": {
40
"url": "https://github.com/grilme99/CorePackages",
41
"command": "--syntax luau ."
42
+ },
43
+ "react-lua": {
44
+ "url": "https://github.com/jsdotlua/react-lua",
45
+ "command": "--syntax luau ."
46
47
+ "jest-lua": {
48
+ "url": "https://github.com/jsdotlua/jest-lua",
49
50
51
+ "lute": {
52
+ "url": "https://github.com/luau-lang/lute",
53
54
}
55
56
0 commit comments