Comparing version 0.1.18 to 0.1.19
@@ -208,6 +208,6 @@ "use strict"; | ||
att.type = "any[]"; | ||
sc.add("private " + att.name + ":" + att.type + " = [];", 1); | ||
sc.add(att.name + ":" + att.type + " = [];", 1); | ||
} | ||
else { | ||
sc.add("private " + att.name + ":" + att.type + ";", 1); | ||
sc.add(att.name + ":" + att.type + ";", 1); | ||
} | ||
@@ -214,0 +214,0 @@ } |
@@ -202,5 +202,5 @@ //Imports | ||
att.type = "any[]"; | ||
sc.add("private " + att.name + ":" + att.type + " = [];", 1); | ||
sc.add(att.name + ":" + att.type + " = [];", 1); | ||
}else{ | ||
sc.add("private " + att.name + ":" + att.type + ";", 1); | ||
sc.add(att.name + ":" + att.type + ";", 1); | ||
} | ||
@@ -207,0 +207,0 @@ } |
{ | ||
"name": "ylenia", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "TypeScript-DataSources for JSON. Generates dynamic TypeScript-Classes and JSON-Files.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
46567