mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-12 13:00:38 +00:00
e905e30570
## What's new? * Add support for mixed-mode type checking, which allows modules checked in the old type solver to be checked and autocompleted by the new one. * Generalize `RequireResolver` to support require-by-string semantics in `luau-analyze`. * Fix a bug in incremental autocomplete where `DefId`s associated with index expressions were not correctly picked up. * Fix a bug that prevented "complex" types in generic parameters (for example, `local x: X<(() -> ())?>`). ### Issues fixed * #1507 * #1518 --- Internal Contributors: Co-authored-by: Aaron Weiss <aaronweiss@roblox.com> Co-authored-by: Andy Friesen <afriesen@roblox.com> Co-authored-by: Hunter Goldstein <hgoldstein@roblox.com> Co-authored-by: Varun Saini <vsaini@roblox.com> Co-authored-by: Vighnesh Vijay <vvijay@roblox.com>
20 lines
210 B
Text
20 lines
210 B
Text
/build/
|
|
/build[.-]*/
|
|
/out
|
|
/cmake/
|
|
/cmake[.-]*/
|
|
/coverage/
|
|
/.vs/
|
|
/.vscode/
|
|
/fuzz/luau.pb.*
|
|
/crash-*
|
|
/default.prof*
|
|
/fuzz-*
|
|
/luau
|
|
/luau-tests
|
|
/luau-analyze
|
|
/luau-bytecode
|
|
/luau-compile
|
|
__pycache__
|
|
.cache
|
|
.clangd
|