@gustavnikolaj/string-utils
Advanced tools
Comparing version
@@ -22,3 +22,3 @@ "use strict"; | ||
while (typeof indentationOfFirstLine !== "number") { | ||
while (typeof indentationOfFirstLine !== "number" && processedIndex < lines.length) { | ||
var firstLineCandidate = lines[processedIndex]; // If the line has non-whitespace content | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@gustavnikolaj/string-utils", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Template string utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13173
0.25%