@adviser/cement 0.3.3 → 0.3.4

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.
Files changed (96) hide show
  1. package/{base-sys-abstraction-CR_Z-Ceg.d.ts → base-sys-abstraction-B-PcaG0B.d.ts} +1 -1
  2. package/{base-sys-abstraction-DWtPI7Kg.d.cts → base-sys-abstraction-CLlfCI2Q.d.cts} +1 -1
  3. package/cf/index.cjs +100 -280
  4. package/cf/index.cjs.map +1 -1
  5. package/cf/index.d.cts +3 -17
  6. package/cf/index.d.ts +3 -17
  7. package/cf/index.js +39 -6
  8. package/cf/index.js.map +1 -1
  9. package/{chunk-PRCFKZR7.js → chunk-5GJADB3C.js} +8 -6
  10. package/{chunk-PRCFKZR7.js.map → chunk-5GJADB3C.js.map} +1 -1
  11. package/chunk-MFC4AD5O.js +88 -0
  12. package/chunk-MFC4AD5O.js.map +1 -0
  13. package/{chunk-P6LDM7PY.js → chunk-OQ4NGEJR.js} +46 -497
  14. package/chunk-OQ4NGEJR.js.map +1 -0
  15. package/deno/index.cjs +74 -160
  16. package/deno/index.cjs.map +1 -1
  17. package/deno/index.d.cts +3 -23
  18. package/deno/index.d.ts +3 -23
  19. package/deno/index.js +174 -8
  20. package/deno/index.js.map +1 -1
  21. package/{index-BfZxTAe_.d.cts → index-CI2cJ0-W.d.cts} +1 -1
  22. package/{index-CfSl8Gmj.d.ts → index-ChpAZoUE.d.ts} +1 -1
  23. package/index.cjs +90 -260
  24. package/index.cjs.map +1 -1
  25. package/index.d.cts +5 -5
  26. package/index.d.ts +5 -5
  27. package/index.js +7 -6
  28. package/index.js.map +1 -1
  29. package/node/index.cjs +43 -129
  30. package/node/index.cjs.map +1 -1
  31. package/node/index.d.cts +3 -16
  32. package/node/index.d.ts +3 -16
  33. package/node/index.js +179 -8
  34. package/node/index.js.map +1 -1
  35. package/package.json +1 -1
  36. package/src/cf/cf-env-actions.ts +53 -0
  37. package/src/cf/cf-sys-abstraction.ts +1 -53
  38. package/src/deno/deno-env-actions.ts +57 -0
  39. package/src/deno/deno-sys-abstraction.ts +1 -57
  40. package/src/jsr.json +1 -1
  41. package/src/node/node-env-actions.ts +45 -0
  42. package/src/node/node-sys-abstraction.ts +1 -45
  43. package/src/sys-env.ts +4 -4
  44. package/src/web/web-env-actions.ts +41 -0
  45. package/src/web/web-sys-abstraction.ts +1 -41
  46. package/{sys-abstraction-GNnBj2sz.d.cts → sys-abstraction-Coxu8BjZ.d.cts} +1 -1
  47. package/{sys-abstraction-GNnBj2sz.d.ts → sys-abstraction-Coxu8BjZ.d.ts} +1 -1
  48. package/test/index.cjs +60 -230
  49. package/test/index.cjs.map +1 -1
  50. package/test/index.d.cts +2 -2
  51. package/test/index.d.ts +2 -2
  52. package/test/index.js +3 -2
  53. package/ts/cf/cf-env-actions.d.ts +16 -0
  54. package/ts/cf/cf-env-actions.d.ts.map +1 -0
  55. package/ts/cf/cf-env-actions.js +51 -0
  56. package/ts/cf/cf-env-actions.js.map +1 -0
  57. package/ts/cf/cf-sys-abstraction.d.ts +1 -15
  58. package/ts/cf/cf-sys-abstraction.d.ts.map +1 -1
  59. package/ts/cf/cf-sys-abstraction.js +0 -50
  60. package/ts/cf/cf-sys-abstraction.js.map +1 -1
  61. package/ts/crypto.test.js +8 -1
  62. package/ts/crypto.test.js.map +1 -1
  63. package/ts/deno/deno-env-actions.d.ts +23 -0
  64. package/ts/deno/deno-env-actions.d.ts.map +1 -0
  65. package/ts/deno/deno-env-actions.js +46 -0
  66. package/ts/deno/deno-env-actions.js.map +1 -0
  67. package/ts/deno/deno-sys-abstraction.d.ts +1 -22
  68. package/ts/deno/deno-sys-abstraction.d.ts.map +1 -1
  69. package/ts/deno/deno-sys-abstraction.js +0 -45
  70. package/ts/deno/deno-sys-abstraction.js.map +1 -1
  71. package/ts/node/node-env-actions.d.ts +15 -0
  72. package/ts/node/node-env-actions.d.ts.map +1 -0
  73. package/ts/node/node-env-actions.js +44 -0
  74. package/ts/node/node-env-actions.js.map +1 -0
  75. package/ts/node/node-sys-abstraction.d.ts +1 -14
  76. package/ts/node/node-sys-abstraction.d.ts.map +1 -1
  77. package/ts/node/node-sys-abstraction.js +0 -43
  78. package/ts/node/node-sys-abstraction.js.map +1 -1
  79. package/ts/sys-env.js +4 -4
  80. package/ts/sys-env.js.map +1 -1
  81. package/ts/sys-env.test.js +2 -2
  82. package/ts/sys-env.test.js.map +1 -1
  83. package/ts/web/web-env-actions.d.ts +14 -0
  84. package/ts/web/web-env-actions.d.ts.map +1 -0
  85. package/ts/web/web-env-actions.js +35 -0
  86. package/ts/web/web-env-actions.js.map +1 -0
  87. package/ts/web/web-sys-abstraction.d.ts +0 -13
  88. package/ts/web/web-sys-abstraction.d.ts.map +1 -1
  89. package/ts/web/web-sys-abstraction.js +0 -34
  90. package/ts/web/web-sys-abstraction.js.map +1 -1
  91. package/web/index.cjs +51 -233
  92. package/web/index.cjs.map +1 -1
  93. package/web/index.d.cts +3 -15
  94. package/web/index.d.ts +3 -15
  95. package/web/index.js +2 -3
  96. package/chunk-P6LDM7PY.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { T as Time, e as TimeMode, R as RandomMode, I as IDMode, F as FileService, S as SystemService, V as VoidFunc, d as SysAbstraction } from './sys-abstraction-GNnBj2sz.js';
1
+ import { T as Time, b as TimeMode, R as RandomMode, I as IDMode, F as FileService, S as SystemService, V as VoidFunc, a as SysAbstraction } from './sys-abstraction-Coxu8BjZ.js';
2
2
  import { T as TxtEnDecoder } from './txt-en-decoder-CZYJUju2.js';
3
3
 
4
4
  declare class SysTime extends Time {
@@ -1,4 +1,4 @@
1
- import { T as Time, e as TimeMode, R as RandomMode, I as IDMode, F as FileService, S as SystemService, V as VoidFunc, d as SysAbstraction } from './sys-abstraction-GNnBj2sz.cjs';
1
+ import { T as Time, b as TimeMode, R as RandomMode, I as IDMode, F as FileService, S as SystemService, V as VoidFunc, a as SysAbstraction } from './sys-abstraction-Coxu8BjZ.cjs';
2
2
  import { T as TxtEnDecoder } from './txt-en-decoder-CZYJUju2.cjs';
3
3
 
4
4
  declare class SysTime extends Time {
package/cf/index.cjs CHANGED
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
- var __create = Object.create;
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
6
  var __typeError = (msg) => {
9
7
  throw TypeError(msg);
@@ -20,14 +18,6 @@ var __copyProps = (to, from, except, desc) => {
20
18
  }
21
19
  return to;
22
20
  };
23
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
24
- // If the importer is in node compatibility mode or this is not an ESM
25
- // file that has been converted to a CommonJS file using a Babel-
26
- // compatible transform (i.e. "__esModule" has not been set), then set
27
- // "default" to the CommonJS "module.exports" for node compatibility.
28
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
29
- mod
30
- ));
31
21
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
32
22
  var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
33
23
  var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
@@ -37,7 +27,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
37
27
  // src/cf/index.ts
38
28
  var cf_exports = {};
39
29
  __export(cf_exports, {
40
- CFEnvActions: () => CFEnvActions,
41
30
  CFSysAbstraction: () => CFSysAbstraction,
42
31
  CFSystemService: () => CFSystemService
43
32
  });
@@ -57,9 +46,9 @@ var SysTime = class extends Time {
57
46
  return /* @__PURE__ */ new Date();
58
47
  }
59
48
  Sleep(duration) {
60
- return new Promise((resolve2) => {
49
+ return new Promise((resolve) => {
61
50
  setTimeout(() => {
62
- resolve2();
51
+ resolve();
63
52
  }, duration);
64
53
  });
65
54
  }
@@ -249,8 +238,8 @@ var Future = class {
249
238
  __privateAdd(this, _rejectFn, () => {
250
239
  throw new Error("This Promise is not working as expected.");
251
240
  });
252
- __privateSet(this, _promise, new Promise((resolve2, reject) => {
253
- __privateSet(this, _resolveFn, resolve2);
241
+ __privateSet(this, _promise, new Promise((resolve, reject) => {
242
+ __privateSet(this, _resolveFn, resolve);
254
243
  __privateSet(this, _rejectFn, reject);
255
244
  }));
256
245
  }
@@ -416,28 +405,7 @@ function runtimeFn() {
416
405
  };
417
406
  }
418
407
 
419
- // src/txt-en-decoder.ts
420
- var encoder = new TextEncoder();
421
- var decoder = new TextDecoder();
422
- var Utf8EnDecoder = class {
423
- encode(str) {
424
- return encoder.encode(str);
425
- }
426
- decode(data) {
427
- return decoder.decode(data);
428
- }
429
- };
430
- var utf8EnDecoder = new Utf8EnDecoder();
431
- function Utf8EnDecoderSingleton() {
432
- return utf8EnDecoder;
433
- }
434
-
435
- // src/deno/deno-file-service.ts
436
- var path = __toESM(require("path"), 1);
437
- var Deno = globalThis.Deno;
438
-
439
- // src/deno/deno-sys-abstraction.ts
440
- var Deno2 = globalThis.Deno;
408
+ // src/deno/deno-env-actions.ts
441
409
  var once = new ResolveOnce();
442
410
  var _deno;
443
411
  var _DenoEnvActions = class _DenoEnvActions {
@@ -477,95 +445,8 @@ var _DenoEnvActions = class _DenoEnvActions {
477
445
  };
478
446
  _deno = new WeakMap();
479
447
  var DenoEnvActions = _DenoEnvActions;
480
- var DenoExitServiceImpl = class {
481
- constructor() {
482
- this._exitHandlers = [];
483
- this.invoked = false;
484
- this._handleExit = async () => {
485
- if (this.invoked) {
486
- return;
487
- }
488
- this.invoked = true;
489
- for (const h of this._exitHandlers) {
490
- try {
491
- const ret = h.hdl();
492
- if (typeof ret.then === "function") {
493
- await ret;
494
- }
495
- } finally {
496
- }
497
- }
498
- };
499
- globalThis.addEventListener("unhandledrejection", (e) => {
500
- e.preventDefault();
501
- this.exit(19);
502
- });
503
- globalThis.addEventListener("error", () => {
504
- this.exit(19);
505
- });
506
- globalThis.addEventListener("uncaughtException", () => {
507
- this.exit(19);
508
- });
509
- globalThis.addEventListener("unload", () => {
510
- this.exit(0);
511
- });
512
- Deno2.addSignalListener("SIGQUIT", () => {
513
- this.exit(3);
514
- });
515
- Deno2.addSignalListener("SIGINT", () => {
516
- this.exit(2);
517
- });
518
- Deno2.addSignalListener("SIGTERM", () => {
519
- this.exit(9);
520
- });
521
- }
522
- injectExitHandlers(hdls) {
523
- this._exitHandlers = hdls;
524
- }
525
- exit(code) {
526
- this._handleExit().then(() => {
527
- Deno2.exit(code);
528
- }).catch((err) => {
529
- console.error("ExitService: failed to handle exit", err);
530
- Deno2.exit(code);
531
- });
532
- }
533
- };
534
- var _DenoSystemService = class _DenoSystemService {
535
- constructor() {
536
- this._exitService = new DenoExitServiceImpl();
537
- this._exitService.injectExitHandlers(_DenoSystemService._exitHandlers);
538
- }
539
- Env() {
540
- return envFactory();
541
- }
542
- Args() {
543
- return Deno2.args;
544
- }
545
- OnExit(hdl) {
546
- const id = crypto.randomUUID();
547
- _DenoSystemService._exitHandlers.push({ hdl, id });
548
- return () => {
549
- const idx = _DenoSystemService._exitHandlers.findIndex((h) => h.id === id);
550
- if (idx >= 0) {
551
- _DenoSystemService._exitHandlers.splice(idx, 1);
552
- }
553
- };
554
- }
555
- Exit(code) {
556
- this._exitService.exit(code);
557
- }
558
- };
559
- _DenoSystemService._exitHandlers = [];
560
- var DenoSystemService = _DenoSystemService;
561
448
 
562
- // src/node/node-file-service.ts
563
- var import_node_path = __toESM(require("path"), 1);
564
- var import_node_fs = __toESM(require("fs"), 1);
565
- var import_node_process = __toESM(require("process"), 1);
566
-
567
- // src/node/node-sys-abstraction.ts
568
- var import_node_process2 = __toESM(require("process"), 1);
449
+ // src/node/node-env-actions.ts
569
450
  var once2 = new ResolveOnce();
570
451
  var _node;
571
452
  var _NodeEnvActions = class _NodeEnvActions {
@@ -603,88 +484,8 @@ var _NodeEnvActions = class _NodeEnvActions {
603
484
  };
604
485
  _node = new WeakMap();
605
486
  var NodeEnvActions = _NodeEnvActions;
606
- var NodeExitServiceImpl = class {
607
- constructor() {
608
- this._exitHandlers = [];
609
- this.invoked = false;
610
- this._handleExit = async () => {
611
- if (this.invoked) {
612
- return;
613
- }
614
- this.invoked = true;
615
- for (const h of this._exitHandlers) {
616
- try {
617
- const ret = h.hdl();
618
- if (typeof ret.then === "function") {
619
- await ret;
620
- }
621
- } finally {
622
- }
623
- }
624
- };
625
- import_node_process2.default.on("unhandledRejection", (reason, p) => {
626
- this.exit(19);
627
- });
628
- import_node_process2.default.on("uncaughtException", (error) => {
629
- this.exit(18);
630
- });
631
- import_node_process2.default.on("close", () => {
632
- this.exit(0);
633
- });
634
- import_node_process2.default.on("exit", () => {
635
- this.exit(0);
636
- });
637
- import_node_process2.default.on("SIGQUIT", () => {
638
- this.exit(3);
639
- });
640
- import_node_process2.default.on("SIGINT", () => {
641
- this.exit(2);
642
- });
643
- import_node_process2.default.on("SIGTERM", () => {
644
- this.exit(9);
645
- });
646
- }
647
- injectExitHandlers(hdls) {
648
- this._exitHandlers = hdls;
649
- }
650
- exit(code) {
651
- this._handleExit().then(() => {
652
- import_node_process2.default.exit(code);
653
- }).catch((err) => {
654
- console.error("ExitService: failed to handle exit", err);
655
- import_node_process2.default.exit(code);
656
- });
657
- }
658
- };
659
- var _NodeSystemService = class _NodeSystemService {
660
- constructor() {
661
- this._exitService = new NodeExitServiceImpl();
662
- this._exitService.injectExitHandlers(_NodeSystemService._exitHandlers);
663
- }
664
- Env() {
665
- return envFactory();
666
- }
667
- Args() {
668
- return import_node_process2.default.argv;
669
- }
670
- OnExit(hdl) {
671
- const id = crypto.randomUUID();
672
- _NodeSystemService._exitHandlers.push({ hdl, id });
673
- return () => {
674
- const idx = _NodeSystemService._exitHandlers.findIndex((h) => h.id === id);
675
- if (idx >= 0) {
676
- _NodeSystemService._exitHandlers.splice(idx, 1);
677
- }
678
- };
679
- }
680
- Exit(code) {
681
- this._exitService.exit(code);
682
- }
683
- };
684
- _NodeSystemService._exitHandlers = [];
685
- var NodeSystemService = _NodeSystemService;
686
487
 
687
- // src/web/web-sys-abstraction.ts
488
+ // src/web/web-env-actions.ts
688
489
  var once3 = new ResolveOnce();
689
490
  var BrowserEnvActions = class _BrowserEnvActions {
690
491
  constructor(opts) {
@@ -718,49 +519,53 @@ var BrowserEnvActions = class _BrowserEnvActions {
718
519
  return env;
719
520
  }
720
521
  };
721
- var WebFileService = class {
722
- get baseDir() {
723
- throw new Error("basedir-Method not implemented.");
724
- }
725
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
726
- create(fname) {
727
- throw new Error("create-Method not implemented.");
728
- }
729
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
730
- readFileString(fname) {
731
- throw new Error("readFileString-Method not implemented.");
522
+
523
+ // src/cf/cf-env-actions.ts
524
+ var once4 = new ResolveOnce();
525
+ var CFEnvActions = class _CFEnvActions {
526
+ constructor(env) {
527
+ this.injectOnRegister = {};
528
+ this.cfEnv = new Map(Object.entries(env.presetEnv || {}));
732
529
  }
733
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
734
- writeFileString(fname, content) {
735
- throw new Error("writeFileString-Method not implemented.");
530
+ static new(opts) {
531
+ return once4.once(() => new _CFEnvActions(opts));
736
532
  }
737
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
738
- abs(fname) {
739
- throw new Error("abs-Method not implemented.");
533
+ static inject(o) {
534
+ const env = _CFEnvActions.new({});
535
+ for (const key in o) {
536
+ const value = o[key];
537
+ if (typeof value === "string") {
538
+ if (env.env) {
539
+ env.env.set(key, value);
540
+ } else {
541
+ env.injectOnRegister[key] = value;
542
+ }
543
+ }
544
+ }
740
545
  }
741
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
742
- join(...paths) {
743
- throw new Error("join-Method not implemented.");
546
+ active() {
547
+ return runtimeFn().isCFWorker;
744
548
  }
745
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
746
- relative(from, to) {
747
- throw new Error("relative-Method not implemented.");
549
+ register(env) {
550
+ this.env = env;
551
+ for (const key in this.injectOnRegister) {
552
+ env.set(key, this.injectOnRegister[key]);
553
+ }
554
+ return env;
748
555
  }
749
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
750
- dirname(fname) {
751
- throw new Error("dirname-Method not implemented.");
556
+ get(key) {
557
+ return this.cfEnv.get(key);
752
558
  }
753
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
754
- basename(fname) {
755
- throw new Error("basename-Method not implemented.");
559
+ set(key, value) {
560
+ if (value) {
561
+ this.cfEnv.set(key, value);
562
+ }
756
563
  }
757
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
758
- nodeImport(fname) {
759
- throw new Error("nodeImport-Method not implemented.");
564
+ delete(key) {
565
+ this.cfEnv.delete(key);
760
566
  }
761
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
762
- isAbsolute(fname) {
763
- throw new Error("isAbsolute-Method not implemented.");
567
+ keys() {
568
+ return Array.from(this.cfEnv.keys());
764
569
  }
765
570
  };
766
571
 
@@ -852,54 +657,70 @@ var EnvImpl = class {
852
657
  }
853
658
  };
854
659
 
855
- // src/cf/cf-sys-abstraction.ts
856
- var once4 = new ResolveOnce();
857
- var CFEnvActions = class _CFEnvActions {
858
- constructor(env) {
859
- this.injectOnRegister = {};
860
- this.cfEnv = new Map(Object.entries(env.presetEnv || {}));
660
+ // src/txt-en-decoder.ts
661
+ var encoder = new TextEncoder();
662
+ var decoder = new TextDecoder();
663
+ var Utf8EnDecoder = class {
664
+ encode(str) {
665
+ return encoder.encode(str);
861
666
  }
862
- static new(opts) {
863
- return once4.once(() => new _CFEnvActions(opts));
667
+ decode(data) {
668
+ return decoder.decode(data);
864
669
  }
865
- static inject(o) {
866
- const env = _CFEnvActions.new({});
867
- for (const key in o) {
868
- const value = o[key];
869
- if (typeof value === "string") {
870
- if (env.env) {
871
- env.env.set(key, value);
872
- } else {
873
- env.injectOnRegister[key] = value;
874
- }
875
- }
876
- }
670
+ };
671
+ var utf8EnDecoder = new Utf8EnDecoder();
672
+ function Utf8EnDecoderSingleton() {
673
+ return utf8EnDecoder;
674
+ }
675
+
676
+ // src/web/web-sys-abstraction.ts
677
+ var WebFileService = class {
678
+ get baseDir() {
679
+ throw new Error("basedir-Method not implemented.");
877
680
  }
878
- active() {
879
- return runtimeFn().isCFWorker;
681
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
682
+ create(fname) {
683
+ throw new Error("create-Method not implemented.");
880
684
  }
881
- register(env) {
882
- this.env = env;
883
- for (const key in this.injectOnRegister) {
884
- env.set(key, this.injectOnRegister[key]);
885
- }
886
- return env;
685
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
686
+ readFileString(fname) {
687
+ throw new Error("readFileString-Method not implemented.");
887
688
  }
888
- get(key) {
889
- return this.cfEnv.get(key);
689
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
690
+ writeFileString(fname, content) {
691
+ throw new Error("writeFileString-Method not implemented.");
890
692
  }
891
- set(key, value) {
892
- if (value) {
893
- this.cfEnv.set(key, value);
894
- }
693
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
694
+ abs(fname) {
695
+ throw new Error("abs-Method not implemented.");
895
696
  }
896
- delete(key) {
897
- this.cfEnv.delete(key);
697
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
698
+ join(...paths) {
699
+ throw new Error("join-Method not implemented.");
898
700
  }
899
- keys() {
900
- return Array.from(this.cfEnv.keys());
701
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
702
+ relative(from, to) {
703
+ throw new Error("relative-Method not implemented.");
704
+ }
705
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
706
+ dirname(fname) {
707
+ throw new Error("dirname-Method not implemented.");
708
+ }
709
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
710
+ basename(fname) {
711
+ throw new Error("basename-Method not implemented.");
712
+ }
713
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
714
+ nodeImport(fname) {
715
+ throw new Error("nodeImport-Method not implemented.");
716
+ }
717
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
718
+ isAbsolute(fname) {
719
+ throw new Error("isAbsolute-Method not implemented.");
901
720
  }
902
721
  };
722
+
723
+ // src/cf/cf-sys-abstraction.ts
903
724
  var CFSystemService = class {
904
725
  Env() {
905
726
  return envFactory();
@@ -929,7 +750,6 @@ function CFSysAbstraction(param) {
929
750
  }
930
751
  // Annotate the CommonJS export names for ESM import in node:
931
752
  0 && (module.exports = {
932
- CFEnvActions,
933
753
  CFSysAbstraction,
934
754
  CFSystemService
935
755
  });