From 361fb6d83f27a1d76a1faa9a197fc3b9ce5f190f Mon Sep 17 00:00:00 2001 From: Justin Walsh Date: Sun, 14 Nov 2021 15:24:48 -0700 Subject: [PATCH] Switch statements on 5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚀🎉 --- docs/caveats.md | 2 -- 1 file changed, 2 deletions(-) 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