mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 21:40:43 +00:00
edb4453924
Some classes have properties which are not valid identifiers (such as https://create.roblox.com/docs/reference/engine/classes/Studio) This adds support for the following syntax in definition files: ```lua declare class Foo ["a property"]: string end ``` Closes #702 |
||
---|---|---|
.. | ||
Ast.cpp | ||
Confusables.cpp | ||
Lexer.cpp | ||
Location.cpp | ||
Parser.cpp | ||
StringUtils.cpp | ||
TimeTrace.cpp |