@langion/langion
Advanced tools
@@ -28,2 +28,7 @@ import * as consts from "./consts"; | ||
| export interface EnumEntity extends Entity { | ||
| Extends: TypeEntity; | ||
| Modifiers: ModifierEntity; | ||
| Annotations: Record<string, AnnotationEntity>; | ||
| Implements: Record<string, TypeEntity>; | ||
| Variables: Record<string, VariableEntity>; | ||
| Items: Record<string, string>; | ||
@@ -30,0 +35,0 @@ } |
+1
-1
| { | ||
| "name": "@langion/langion", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "Langion format definition", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/Langion/langion#readme", |
@@ -33,2 +33,7 @@ import * as consts from "./consts"; | ||
| export interface EnumEntity extends Entity { | ||
| Extends: TypeEntity; | ||
| Modifiers: ModifierEntity; | ||
| Annotations: Record<string, AnnotationEntity>; | ||
| Implements: Record<string, TypeEntity>; | ||
| Variables: Record<string, VariableEntity>; | ||
| Items: Record<string, string>; | ||
@@ -35,0 +40,0 @@ } |
11502
3.57%294
3.52%