This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
0.520.1
RBXScriptSignal
is now generic over the parameters passed to the callback function- Converted to
std::filesystem::path
for path resolution and I/O, hopefully picking up and comparing paths better - Further improved ClassName resolution for scripts and Folders
script
is now properly typed to provide direct index access to its children by resolving the source map. It is typed asLuaSourceContainer & { child: Instance & { grandChild: Instance, ... }, ... }
Other:
- Forked the VSCode extension to provide support for
luau-analyze-rojo
: https://github.com/JohnnyMorganz/Vscode-Luau-Analyzer