lua-astra 0.50.0

🔥 Blazingly Fast 🔥 runtime environment for Lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "languageMode": "strict",
  "lint": {
    "*": true
  },
  "globals": [
    "_RUNTIME",
    "CURRENT_SCRIPT",
    "MAIN_SCRIPT",
    "SHUTDOWN_CODE"
  ],
  "aliases": {
    "astra": "./astra/luau"
  }
}