Skip to content

Commit 9968f3f

Browse files
committed
Add Lua5.4 and Luau to caveats table
1 parent 6c6b3ef commit 9968f3f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: docs/caveats.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ With that said, TSTL does have some "gotchas" that you might run into. This page
88

99
## Feature support
1010

11-
| Feature | Lua 5.0 | Lua 5.1 | Lua 5.2 | Lua 5.3 | LuaJIT |
12-
| ------------------- | :-----: | :-----: | :-----: | :-----: | :----: |
13-
| [Missing features] ||||||
14-
| [Bitwise operators] ||| ✔️ | ✔️ | ✔️ |
15-
| [`continue`] ||| ✔️ | ✔️ | ✔️ |
16-
| (everything else) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
11+
| Feature | Lua 5.0 | Lua 5.1 | Lua 5.2 | Lua 5.3 | Lua5.4 | LuaJIT | Luau |
12+
| ------------------- | :-----: | :-----: | :-----: | :-----: | :----: | :----: | :--: |
13+
| [Bitwise operators] ||| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
14+
| [`continue`] ||| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
15+
| (everything else) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
1716

1817
[missing features]: https://github.com/TypeScriptToLua/TypeScriptToLua/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22missing+feature%22
1918
[bitwise operators]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators

0 commit comments

Comments
 (0)