diff --git a/docs/caveats.md b/docs/caveats.md index 5031c429..1014d3da 100644 --- a/docs/caveats.md +++ b/docs/caveats.md @@ -8,13 +8,11 @@ title: Caveats | ------------------- | :-----: | :-----: | :-----: | :----: | | [Missing features] | ❌ | ❌ | ❌ | ❌ | | [Bitwise operators] | ❌ | ✔️ | ✔️ | ✔️ | -| [Switch statement] | ❌ | ✔️ | ✔️ | ✔️ | | [`continue`] | ❌ | ✔️ | ✔️ | ✔️ | | (everything else) | ✔️ | ✔️ | ✔️ | ✔️ | [missing features]: https://github.com/TypeScriptToLua/TypeScriptToLua/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22missing+feature%22 [bitwise operators]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators -[switch statement]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch [`continue`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/continue ## Differences from JavaScript