mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08: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 |
||
---|---|---|
.. | ||
include/Luau | ||
src |