James

Results 2 issues of James

Luau has interpolated strings ```lua local world = "World" local foo = `Hello {world}` print(foo) ```

enhancement
version-Luau

Implements Luau's interpolated strings. This change has breaking changes. `LuaSyntaxOptions.All` no longer accepts FiveM hash string syntax and accepts interpolated strings. `LuaSyntaxOptions.AllWithIntegers` still accepts FiveM hash string syntax but does...

enhancement
version-Luau