Comparing version 0.9.13 to 0.10.0
@@ -17,2 +17,7 @@ "use strict"; | ||
.addModifier("enum") | ||
.addCtorArgs({ | ||
name: "serialName", | ||
type: "String", | ||
mutability: "val", | ||
}) | ||
.addEnumValues(...this.getEnumValues(node)); | ||
@@ -28,2 +33,7 @@ } | ||
name, | ||
args: [ | ||
{ | ||
name: `"${val}"`, | ||
}, | ||
], | ||
}; | ||
@@ -30,0 +40,0 @@ }); |
{ | ||
"name": "martok", | ||
"version": "0.9.13", | ||
"version": "0.10.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -17,2 +17,7 @@ import { Martok } from "../Martok"; | ||
.addModifier("enum") | ||
.addCtorArgs({ | ||
name: "serialName", | ||
type: "String", | ||
mutability: "val", | ||
}) | ||
.addEnumValues(...this.getEnumValues(node)); | ||
@@ -29,2 +34,7 @@ } | ||
name, | ||
args: [ | ||
{ | ||
name: `"${val}"`, | ||
}, | ||
], | ||
}; | ||
@@ -31,0 +41,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
194740
3453