@chialab/dna
Advanced tools
Comparing version 3.16.0 to 3.16.1
@@ -105,4 +105,4 @@ /** | ||
if (property.name.getText() === 'attribute') { | ||
if (property.initializer.kind === ts.SyntaxKind.StringLiteral) { | ||
return property.initializer.getText(); | ||
if (ts.isStringLiteral(property.initializer)) { | ||
return property.initializer.text; | ||
} | ||
@@ -109,0 +109,0 @@ |
{ | ||
"name": "@chialab/dna", | ||
"version": "3.16.0", | ||
"version": "3.16.1", | ||
"description": "Progressive Web Components", | ||
@@ -5,0 +5,0 @@ "type": "module", |
962924