@malloydata/render 0.0.270-dev250426032717 → 0.0.270-dev250429163414
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.
|
@@ -133404,7 +133404,7 @@ function Mat(t, e, r, i) {
|
|
|
133404
133404
|
return t;
|
|
133405
133405
|
let s = e[0];
|
|
133406
133406
|
for (const m of e.slice(1))
|
|
133407
|
-
for (let g = 0; g < s.length; g++) {
|
|
133407
|
+
for (let g = 0; g < s.length && g < m.length; g++) {
|
|
133408
133408
|
const y = s[g], E = m[g];
|
|
133409
133409
|
if (y.name !== E.name) {
|
|
133410
133410
|
s = s.slice(0, g);
|