Skip to content

Fix lua identifier#358

Merged
Perryvw merged 2 commits intoTypeScriptToLua:ts-to-lua-astfrom
TheLartians:fix-lua-identifier
Jan 26, 2019
Merged

Fix lua identifier#358
Perryvw merged 2 commits intoTypeScriptToLua:ts-to-lua-astfrom
TheLartians:fix-lua-identifier

Conversation

@TheLartians
Copy link
Copy Markdown
Contributor

Ensures that isValidLuaIdentifier actually checks the full string.
Before we could get stuff like dict["a b"] = 3 -> dict.a b = 3 .

@Perryvw Perryvw merged commit d22da21 into TypeScriptToLua:ts-to-lua-ast Jan 26, 2019
@TheLartians TheLartians deleted the fix-lua-identifier branch February 17, 2019 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants