From be923ace721c505ef7d7c009ce78f910ffcf9084 Mon Sep 17 00:00:00 2001 From: Lorenz Junglas Date: Fri, 5 Mar 2021 17:56:04 +0100 Subject: [PATCH] Add removed version for deprecated annotations Add version which removed pureAbstract, phantom, extension & metaExtension --- 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 f2566810..f3b923bb 100644 --- a/docs/advanced/compiler-annotations.md +++ b/docs/advanced/compiler-annotations.md @@ -418,7 +418,7 @@ Below are the deprecated annotations and instructions to recreate their behavior ### @extension - + **Target elements:** `class` @@ -503,7 +503,7 @@ function ExistingClassTable.myFunction(self) end ### @metaExtension - + **Target elements:** `class` @@ -571,7 +571,7 @@ end ### @phantom - + **Target elements:** `namespace` @@ -616,7 +616,7 @@ Use ECMAScript modules and import/export. Alternatively, use a real (non-phantom ### @pureAbstract - + **Target elements:** `declare class`