File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ With that said, TSTL does have some "gotchas" that you might run into. This page
8
8
9
9
## Feature support
10
10
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) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
17
16
18
17
[ missing features ] : https://github.com/TypeScriptToLua/TypeScriptToLua/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22missing+feature%22
19
18
[ bitwise operators ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators
You can’t perform that action at this time.
0 commit comments