@gramio/format
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -61,4 +61,2 @@ export * from "./formats"; | ||
for (const str of [stringParts[index], strings[index]]) { | ||
if (str) | ||
text += str.toString(); | ||
if (str instanceof FormattableString) | ||
@@ -69,2 +67,4 @@ entities.push(...str.entities.map((e) => ({ | ||
}))); | ||
if (str) | ||
text += str.toString(); | ||
} | ||
@@ -71,0 +71,0 @@ } |
{ | ||
"name": "@gramio/format", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "WIP", | ||
@@ -5,0 +5,0 @@ "keywords": [ |