About 7 results
Open links in new tab
  1. Support Luau-syntax configuration files | Luau RFCs

    Unlike .luaurc files, .config.luau files can contain runtime constructs like variables, functions, and loops. To extract configuration from a .config.luau file, its contents are executed in an isolated …

  2. Configure analysis via .luaurc | Luau RFCs

    Summary Introduces a way to configure type checker and linter using JSON-like .luaurc files

  3. RFCs | Luau RFCs

    RFCs for Luau evolution2-component vector constructor Abstract module paths and init.luau Always call __eq when comparing for equality Amended Require Syntax and Resolution …

  4. Getting Started - Luau

    Getting Started Luau is a fast, small, safe, gradually typed embeddable scripting language derived from Lua 5.1. Luau ships as a command line tool for running, analyzing, and linting your Luau …

  5. Compatibility - Luau

    Compatibility Luau is based on Lua 5.1, and as such incorporates all features of 5.1, except for ones that had to be taken out due to sandboxing limitations. Because of backwards …