@@ -3,20 +3,20 @@ import { flatMap } from "../../../utils";
33import { TransformationContext } from "../../context" ;
44
55export enum AnnotationKind {
6- Extension = "Extension " ,
7- MetaExtension = "MetaExtension " ,
8- CustomConstructor = "CustomConstructor " ,
9- CompileMembersOnly = "CompileMembersOnly " ,
10- NoResolution = "NoResolution " ,
11- PureAbstract = "PureAbstract " ,
12- Phantom = "Phantom " ,
13- TupleReturn = "TupleReturn " ,
14- LuaIterator = "LuaIterator " ,
15- LuaTable = "LuaTable " ,
16- NoSelf = "NoSelf " ,
17- NoSelfInFile = "NoSelfInFile " ,
18- Vararg = "Vararg " ,
19- ForRange = "ForRange " ,
6+ Extension = "extension " ,
7+ MetaExtension = "metaExtension " ,
8+ CustomConstructor = "customConstructor " ,
9+ CompileMembersOnly = "compileMembersOnly " ,
10+ NoResolution = "noResolution " ,
11+ PureAbstract = "pureAbstract " ,
12+ Phantom = "phantom " ,
13+ TupleReturn = "tupleReturn " ,
14+ LuaIterator = "luaIterator " ,
15+ LuaTable = "luaTable " ,
16+ NoSelf = "noSelf " ,
17+ NoSelfInFile = "noSelfInFile " ,
18+ VarArg = "varArg " ,
19+ ForRange = "forRange " ,
2020}
2121
2222export interface Annotation {
0 commit comments