Skip to content

Commit e2ae35a

Browse files
authored
Deprecate/Remove forRange, luaIterator, luaTable, vararg annotations (#48)
1 parent cd3cf9e commit e2ae35a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/advanced/compiler-annotations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ MyClass = __TS__Class()
575575

576576
### @forRange
577577

578-
<DeprecatedInVersion deprecated="0.38.0" removed="TBD" />
578+
<DeprecatedInVersion deprecated="0.38.0" removed="0.40.0" />
579579

580580
**Target elements:** `declare function`
581581

@@ -624,7 +624,7 @@ for i = 10, 1, -1 do end
624624

625625
### @luaIterator
626626

627-
<DeprecatedInVersion deprecated="0.38.1" removed="TBD" />
627+
<DeprecatedInVersion deprecated="0.38.1" removed="0.40.0" />
628628

629629
**Target elements:** `(declare) interface`
630630

@@ -710,7 +710,7 @@ for a, b in string.gmatch("foo", "(.)(.)") do end
710710

711711
### @luaTable
712712

713-
<DeprecatedInVersion deprecated="0.39.0" removed="TBD" />
713+
<DeprecatedInVersion deprecated="0.39.0" removed="0.40.0" />
714714

715715
**Target elements:** `type`
716716

@@ -751,7 +751,7 @@ print(tbl.length()); // print(#tbl)
751751

752752
### @vararg
753753

754-
<DeprecatedInVersion deprecated="0.39.0" removed="TBD" />
754+
<DeprecatedInVersion deprecated="0.39.0" removed="0.40.0" />
755755

756756
**Target elements:** `(declare) interface or type`
757757

0 commit comments

Comments
 (0)