Skip to content

Commit 323a1ce

Browse files
authored
Add removed version for deprecated annotations (#32)
Add version which removed pureAbstract, phantom, extension & metaExtension
1 parent 458ab82 commit 323a1ce

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
@@ -418,7 +418,7 @@ Below are the deprecated annotations and instructions to recreate their behavior
418418

419419
### @extension
420420

421-
<DeprecatedInVersion deprecated="0.37.0" removed="TBD" />
421+
<DeprecatedInVersion deprecated="0.37.0" removed="0.39.0" />
422422

423423
**Target elements:** `class`
424424

@@ -503,7 +503,7 @@ function ExistingClassTable.myFunction(self) end
503503

504504
### @metaExtension
505505

506-
<DeprecatedInVersion deprecated="0.37.0" removed="TBD" />
506+
<DeprecatedInVersion deprecated="0.37.0" removed="0.39.0" />
507507

508508
**Target elements:** `class`
509509

@@ -571,7 +571,7 @@ end
571571

572572
### @phantom
573573

574-
<DeprecatedInVersion deprecated="0.37.0" removed="TBD" />
574+
<DeprecatedInVersion deprecated="0.37.0" removed="0.39.0" />
575575

576576
**Target elements:** `namespace`
577577

@@ -616,7 +616,7 @@ Use ECMAScript modules and import/export. Alternatively, use a real (non-phantom
616616

617617
### @pureAbstract
618618

619-
<DeprecatedInVersion deprecated="0.37.0" removed="TBD" />
619+
<DeprecatedInVersion deprecated="0.37.0" removed="0.39.0" />
620620

621621
**Target elements:** `declare class`
622622

0 commit comments

Comments
 (0)