@malloydata/render 0.0.270-dev250426032717 → 0.0.270-dev250428164815
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module/index.mjs
CHANGED
|
@@ -129586,7 +129586,7 @@ function Qst(t, e, r, i) {
|
|
|
129586
129586
|
return t;
|
|
129587
129587
|
let s = e[0];
|
|
129588
129588
|
for (const m of e.slice(1))
|
|
129589
|
-
for (let g = 0; g < s.length; g++) {
|
|
129589
|
+
for (let g = 0; g < s.length && g < m.length; g++) {
|
|
129590
129590
|
const y = s[g], E = m[g];
|
|
129591
129591
|
if (y.name !== E.name) {
|
|
129592
129592
|
s = s.slice(0, g);
|