Skip to content

Commit a8dc84e

Browse files
Switch statements on 5.1 (#82)
πŸš€πŸŽ‰
1 parent c1ea6bb commit a8dc84e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

β€Ždocs/caveats.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)