File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,11 @@ title: Caveats
88| ------------------- | :-----: | :-----: | :-----: | :----: |
99| [ Missing features] | β | β | β | β |
1010| [ Bitwise operators] | β | βοΈ | βοΈ | βοΈ |
11- | [ Switch statement] | β | βοΈ | βοΈ | βοΈ |
1211| [ ` continue ` ] | β | βοΈ | βοΈ | βοΈ |
1312| (everything else) | βοΈ | βοΈ | βοΈ | βοΈ |
1413
1514[ missing features ] : https://github.com/TypeScriptToLua/TypeScriptToLua/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22missing+feature%22
1615[ bitwise operators ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators
17- [ switch statement ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch
1816[ `continue` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/continue
1917
2018## Differences from JavaScript
You canβt perform that action at this time.
0 commit comments