@tricoteuses/assemblee 3.2.8 → 3.2.10
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/lib/{amendements-CudMDSl9.js → amendements-C3RgTrF-.js} +1 -1
- package/lib/{amendements-NUU1Ei_X.js → amendements-DmjkxpwG.js} +4 -4
- package/lib/cleaners.js +3 -3
- package/lib/index.js +115 -115
- package/lib/{loaders-Do7OTkWb.js → loaders-IUehTy2k.js} +2 -2
- package/lib/loaders.js +1 -1
- package/lib/parsers/textes_lois.test.d.ts +1 -0
- package/lib/parsers.js +672 -665
- package/lib/schemas/raw/dossiers_legislatifs.d.ts +16 -11
- package/lib/schemas/raw/dossiers_legislatifs.test.d.ts +1 -0
- package/lib/{scrutins-vscL0izO.js → scrutins-CiEVPprJ.js} +391 -390
- package/package.json +1 -1
|
@@ -1564,7 +1564,7 @@ function $e(e) {
|
|
|
1564
1564
|
return typeof e == "function" && e.prototype?.constructor === e;
|
|
1565
1565
|
}
|
|
1566
1566
|
//#endregion
|
|
1567
|
-
//#region \0@oxc-project+runtime@0.
|
|
1567
|
+
//#region \0@oxc-project+runtime@0.137.0/helpers/esm/typeof.js
|
|
1568
1568
|
function O(e) {
|
|
1569
1569
|
"@babel/helpers - typeof";
|
|
1570
1570
|
return O = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -1574,7 +1574,7 @@ function O(e) {
|
|
|
1574
1574
|
}, O(e);
|
|
1575
1575
|
}
|
|
1576
1576
|
//#endregion
|
|
1577
|
-
//#region \0@oxc-project+runtime@0.
|
|
1577
|
+
//#region \0@oxc-project+runtime@0.137.0/helpers/esm/toPrimitive.js
|
|
1578
1578
|
function et(e, t) {
|
|
1579
1579
|
if (O(e) != "object" || !e) return e;
|
|
1580
1580
|
var n = e[Symbol.toPrimitive];
|
|
@@ -1586,13 +1586,13 @@ function et(e, t) {
|
|
|
1586
1586
|
return (t === "string" ? String : Number)(e);
|
|
1587
1587
|
}
|
|
1588
1588
|
//#endregion
|
|
1589
|
-
//#region \0@oxc-project+runtime@0.
|
|
1589
|
+
//#region \0@oxc-project+runtime@0.137.0/helpers/esm/toPropertyKey.js
|
|
1590
1590
|
function tt(e) {
|
|
1591
1591
|
var t = et(e, "string");
|
|
1592
1592
|
return O(t) == "symbol" ? t : t + "";
|
|
1593
1593
|
}
|
|
1594
1594
|
//#endregion
|
|
1595
|
-
//#region \0@oxc-project+runtime@0.
|
|
1595
|
+
//#region \0@oxc-project+runtime@0.137.0/helpers/esm/defineProperty.js
|
|
1596
1596
|
function k(e, t, n) {
|
|
1597
1597
|
return (t = tt(t)) in e ? Object.defineProperty(e, t, {
|
|
1598
1598
|
value: n,
|
package/lib/cleaners.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Tt as e, Xn as t, rr as n } from "./scrutins-
|
|
2
|
-
import { i as r, n as i, r as a, t as o } from "./amendements-
|
|
3
|
-
import "./loaders-
|
|
1
|
+
import { Tt as e, Xn as t, rr as n } from "./scrutins-CiEVPprJ.js";
|
|
2
|
+
import { i as r, n as i, r as a, t as o } from "./amendements-C3RgTrF-.js";
|
|
3
|
+
import "./loaders-IUehTy2k.js";
|
|
4
4
|
import s from "node:assert";
|
|
5
5
|
import "fs-extra";
|
|
6
6
|
import "node:path";
|