@jinntec/jinntap 1.18.0 → 1.18.1
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/jinn-tap.es.js +1 -1
- package/package.json +1 -1
package/dist/jinn-tap.es.js
CHANGED
|
@@ -21291,7 +21291,7 @@ function Ec(n, e, t, i = null) {
|
|
|
21291
21291
|
}
|
|
21292
21292
|
o.push({ node: u, reference: p, originalIndex: o.length }), i && h === `#${i}` && (a = o.length - 1);
|
|
21293
21293
|
}
|
|
21294
|
-
}), o.sort((u, d) => u.reference.localeCompare(d.reference));
|
|
21294
|
+
}), o.sort((u, d) => !u.reference && !d.reference ? 0 : u.reference ? d.reference ? u.reference.localeCompare(d.reference) : -1 : 1);
|
|
21295
21295
|
let l = -1;
|
|
21296
21296
|
a !== -1 && (l = o.findIndex((u) => u.originalIndex === a));
|
|
21297
21297
|
const c = s.type.create(
|