From 91e4b4f42c6f3abb74c69d1890972d0d20b22375 Mon Sep 17 00:00:00 2001 From: Lorenz Junglas Date: Sun, 13 Jun 2021 22:21:41 +0200 Subject: [PATCH] Deprecate/Remove forRange, luaIterator, luaTable, vararg annotations --- docs/advanced/compiler-annotations.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/advanced/compiler-annotations.md b/docs/advanced/compiler-annotations.md index 80dbfcb8..4eb9b9b0 100644 --- a/docs/advanced/compiler-annotations.md +++ b/docs/advanced/compiler-annotations.md @@ -575,7 +575,7 @@ MyClass = __TS__Class() ### @forRange - + **Target elements:** `declare function` @@ -624,7 +624,7 @@ for i = 10, 1, -1 do end ### @luaIterator - + **Target elements:** `(declare) interface` @@ -710,7 +710,7 @@ for a, b in string.gmatch("foo", "(.)(.)") do end ### @luaTable - + **Target elements:** `type` @@ -751,7 +751,7 @@ print(tbl.length()); // print(#tbl) ### @vararg - + **Target elements:** `(declare) interface or type`