PHP 8.2.30
Preview: applyDecs2203R.js Size: 6.43 KB
/home/byroehnu/easepay.easetack.com/node_modules/@babel/runtime/helpers/applyDecs2203R.js

var _typeof = require("./typeof.js")["default"];
var setFunctionName = require("./setFunctionName.js");
var toPropertyKey = require("./toPropertyKey.js");
function applyDecs2203RFactory() {
  function createAddInitializerMethod(e, t) {
    return function (r) {
      !function (e) {
        if (e.v) throw Error("attempted to call addInitializer after decoration was finished");
      }(t), assertCallable(r, "An initializer"), e.push(r);
    };
  }
  function memberDec(e, t, r, n, a, i, o, s) {
    var c;
    switch (a) {
      case 1:
        c = "accessor";
        break;
      case 2:
        c = "method";
        break;
      case 3:
        c = "getter";
        break;
      case 4:
        c = "setter";
        break;
      default:
        c = "field";
    }
    var l,
      u,
      f = {
        kind: c,
        name: o ? "#" + t : toPropertyKey(t),
        "static": i,
        "private": o
      },
      p = {
        v: !1
      };
    0 !== a && (f.addInitializer = createAddInitializerMethod(n, p)), 0 === a ? o ? (l = r.get, u = r.set) : (l = function l() {
      return this[t];
    }, u = function u(e) {
      this[t] = e;
    }) : 2 === a ? l = function l() {
      return r.value;
    } : (1 !== a && 3 !== a || (l = function l() {
      return r.get.call(this);
    }), 1 !== a && 4 !== a || (u = function u(e) {
      r.set.call(this, e);
    })), f.access = l && u ? {
      get: l,
      set: u
    } : l ? {
      get: l
    } : {
      set: u
    };
    try {
      return e(s, f);
    } finally {
      p.v = !0;
    }
  }
  function assertCallable(e, t) {
    if ("function" != typeof e) throw new TypeError(t + " must be a function");
  }
  function assertValidReturnValue(e, t) {
    var r = _typeof(t);
    if (1 === e) {
      if ("object" !== r || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0");
      void 0 !== t.get && assertCallable(t.get, "accessor.get"), void 0 !== t.set && assertCallable(t.set, "accessor.set"), void 0 !== t.init && assertCallable(t.init, "accessor.init");
    } else if ("function" !== r) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0");
  }
  function applyMemberDec(e, t, r, n, a, i, o, s) {
    var c,
      l,
      u,
      f,
      p,
      d,
      h,
      v = r[0];
    if (o ? (0 === a || 1 === a ? (c = {
      get: r[3],
      set: r[4]
    }, u = "get") : 3 === a ? (c = {
      get: r[3]
    }, u = "get") : 4 === a ? (c = {
      set: r[3]
    }, u = "set") : c = {
      value: r[3]
    }, 0 !== a && (1 === a && setFunctionName(r[4], "#" + n, "set"), setFunctionName(r[3], "#" + n, u))) : 0 !== a && (c = Object.getOwnPropertyDescriptor(t, n)), 1 === a ? f = {
      get: c.get,
      set: c.set
    } : 2 === a ? f = c.value : 3 === a ? f = c.get : 4 === a && (f = c.set), "function" == typeof v) void 0 !== (p = memberDec(v, n, c, s, a, i, o, f)) && (assertValidReturnValue(a, p), 0 === a ? l = p : 1 === a ? (l = p.init, d = p.get || f.get, h = p.set || f.set, f = {
      get: d,
      set: h
    }) : f = p);else for (var g = v.length - 1; g >= 0; g--) {
      var y;
      void 0 !== (p = memberDec(v[g], n, c, s, a, i, o, f)) && (assertValidReturnValue(a, p), 0 === a ? y = p : 1 === a ? (y = p.init, d = p.get || f.get, h = p.set || f.set, f = {
        get: d,
        set: h
      }) : f = p, void 0 !== y && (void 0 === l ? l = y : "function" == typeof l ? l = [l, y] : l.push(y)));
    }
    if (0 === a || 1 === a) {
      if (void 0 === l) l = function l(e, t) {
        return t;
      };else if ("function" != typeof l) {
        var m = l;
        l = function l(e, t) {
          for (var r = t, n = 0; n < m.length; n++) r = m[n].call(e, r);
          return r;
        };
      } else {
        var b = l;
        l = function l(e, t) {
          return b.call(e, t);
        };
      }
      e.push(l);
    }
    0 !== a && (1 === a ? (c.get = f.get, c.set = f.set) : 2 === a ? c.value = f : 3 === a ? c.get = f : 4 === a && (c.set = f), o ? 1 === a ? (e.push(function (e, t) {
      return f.get.call(e, t);
    }), e.push(function (e, t) {
      return f.set.call(e, t);
    })) : 2 === a ? e.push(f) : e.push(function (e, t) {
      return f.call(e, t);
    }) : Object.defineProperty(t, n, c));
  }
  function applyMemberDecs(e, t) {
    for (var r, n, a = [], i = new Map(), o = new Map(), s = 0; s < t.length; s++) {
      var c = t[s];
      if (Array.isArray(c)) {
        var l,
          u,
          f = c[1],
          p = c[2],
          d = c.length > 3,
          h = f >= 5;
        if (h ? (l = e, 0 != (f -= 5) && (u = n = n || [])) : (l = e.prototype, 0 !== f && (u = r = r || [])), 0 !== f && !d) {
          var v = h ? o : i,
            g = v.get(p) || 0;
          if (!0 === g || 3 === g && 4 !== f || 4 === g && 3 !== f) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + p);
          !g && f > 2 ? v.set(p, f) : v.set(p, !0);
        }
        applyMemberDec(a, l, c, p, f, h, d, u);
      }
    }
    return pushInitializers(a, r), pushInitializers(a, n), a;
  }
  function pushInitializers(e, t) {
    t && e.push(function (e) {
      for (var r = 0; r < t.length; r++) t[r].call(e);
      return e;
    });
  }
  return function (e, t, r) {
    return {
      e: applyMemberDecs(e, t),
      get c() {
        return function (e, t) {
          if (t.length > 0) {
            for (var r = [], n = e, a = e.name, i = t.length - 1; i >= 0; i--) {
              var o = {
                v: !1
              };
              try {
                var s = t[i](n, {
                  kind: "class",
                  name: a,
                  addInitializer: createAddInitializerMethod(r, o)
                });
              } finally {
                o.v = !0;
              }
              void 0 !== s && (assertValidReturnValue(10, s), n = s);
            }
            return [n, function () {
              for (var e = 0; e < r.length; e++) r[e].call(n);
            }];
          }
        }(e, r);
      }
    };
  };
}
function applyDecs2203R(e, t, r) {
  return (module.exports = applyDecs2203R = applyDecs2203RFactory(), module.exports.__esModule = true, module.exports["default"] = module.exports)(e, t, r);
}
module.exports = applyDecs2203R, module.exports.__esModule = true, module.exports["default"] = module.exports;

Directory Contents

Dirs: 1 × Files: 123

Name Size Perms Modified Actions
esm DIR
- drwxr-xr-x 2026-03-14 01:49:06
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:06
Edit Download
653 B lrw-r--r-- 2026-02-28 00:27:14
Edit Download
8.16 KB lrw-r--r-- 2026-02-28 00:27:24
Edit Download
5.98 KB lrw-r--r-- 2026-02-28 00:27:32
Edit Download
6.43 KB lrw-r--r-- 2026-02-28 00:27:36
Edit Download
7.31 KB lrw-r--r-- 2026-02-28 00:27:46
Edit Download
4.97 KB lrw-r--r-- 2026-02-28 00:27:56
Edit Download
4.48 KB lrw-r--r-- 2026-02-28 00:28:00
Edit Download
268 B lrw-r--r-- 2026-02-28 00:28:04
Edit Download
177 B lrw-r--r-- 2026-02-28 00:28:08
Edit Download
258 B lrw-r--r-- 2026-02-28 00:28:12
Edit Download
313 B lrw-r--r-- 2026-02-28 00:28:16
Edit Download
276 B lrw-r--r-- 2026-02-28 00:28:20
Edit Download
841 B lrw-r--r-- 2026-02-28 00:28:24
Edit Download
1.52 KB lrw-r--r-- 2026-02-28 00:28:26
Edit Download
701 B lrw-r--r-- 2026-02-28 00:28:28
Edit Download
238 B lrw-r--r-- 2026-02-28 00:28:28
Edit Download
155 B lrw-r--r-- 2026-02-28 00:26:54
Edit Download
509 B lrw-r--r-- 2026-02-28 00:28:28
Edit Download
326 B lrw-r--r-- 2026-02-28 00:28:30
Edit Download
271 B lrw-r--r-- 2026-02-28 00:28:32
Edit Download
410 B lrw-r--r-- 2026-02-28 00:28:34
Edit Download
206 B lrw-r--r-- 2026-02-28 00:28:36
Edit Download
311 B lrw-r--r-- 2026-02-28 00:28:36
Edit Download
229 B lrw-r--r-- 2026-02-28 00:28:38
Edit Download
272 B lrw-r--r-- 2026-02-28 00:28:38
Edit Download
305 B lrw-r--r-- 2026-02-28 00:28:42
Edit Download
277 B lrw-r--r-- 2026-02-28 00:28:42
Edit Download
246 B lrw-r--r-- 2026-02-28 00:28:44
Edit Download
430 B lrw-r--r-- 2026-02-28 00:28:44
Edit Download
375 B lrw-r--r-- 2026-02-28 00:28:46
Edit Download
257 B lrw-r--r-- 2026-02-28 00:28:48
Edit Download
294 B lrw-r--r-- 2026-02-28 00:28:50
Edit Download
280 B lrw-r--r-- 2026-02-28 00:28:54
Edit Download
207 B lrw-r--r-- 2026-02-28 00:28:54
Edit Download
384 B lrw-r--r-- 2026-02-28 00:28:56
Edit Download
266 B lrw-r--r-- 2026-02-28 00:28:58
Edit Download
250 B lrw-r--r-- 2026-02-28 00:28:58
Edit Download
256 B lrw-r--r-- 2026-02-28 00:28:58
Edit Download
290 B lrw-r--r-- 2026-02-28 00:29:00
Edit Download
219 B lrw-r--r-- 2026-02-28 00:29:00
Edit Download
259 B lrw-r--r-- 2026-02-28 00:29:00
Edit Download
571 B lrw-r--r-- 2026-02-28 00:29:02
Edit Download
524 B lrw-r--r-- 2026-02-28 00:29:04
Edit Download
533 B lrw-r--r-- 2026-02-28 00:29:06
Edit Download
268 B lrw-r--r-- 2026-02-28 00:29:06
Edit Download
242 B lrw-r--r-- 2026-02-28 00:29:06
Edit Download
475 B lrw-r--r-- 2026-02-28 00:29:08
Edit Download
583 B lrw-r--r-- 2026-02-28 00:29:08
Edit Download
1.31 KB lrw-r--r-- 2026-02-28 00:29:08
Edit Download
826 B lrw-r--r-- 2026-02-28 00:29:10
Edit Download
639 B lrw-r--r-- 2026-02-28 00:29:10
Edit Download
9.68 KB lrw-r--r-- 2026-02-28 00:29:10
Edit Download
369 B lrw-r--r-- 2026-02-28 00:29:12
Edit Download
261 B lrw-r--r-- 2026-02-28 00:29:12
Edit Download
580 B lrw-r--r-- 2026-02-28 00:29:12
Edit Download
362 B lrw-r--r-- 2026-02-28 00:29:14
Edit Download
974 B lrw-r--r-- 2026-02-28 00:29:14
Edit Download
504 B lrw-r--r-- 2026-02-28 00:30:36
Edit Download
583 B lrw-r--r-- 2026-02-28 00:30:36
Edit Download
412 B lrw-r--r-- 2026-02-28 00:30:38
Edit Download
143 B lrw-r--r-- 2026-02-28 00:30:38
Edit Download
840 B lrw-r--r-- 2026-02-28 00:30:38
Edit Download
536 B lrw-r--r-- 2026-02-28 00:30:40
Edit Download
292 B lrw-r--r-- 2026-02-28 00:30:40
Edit Download
365 B lrw-r--r-- 2026-02-28 00:30:42
Edit Download
316 B lrw-r--r-- 2026-02-28 00:30:42
Edit Download
261 B lrw-r--r-- 2026-02-28 00:30:42
Edit Download
214 B lrw-r--r-- 2026-02-28 00:30:42
Edit Download
994 B lrw-r--r-- 2026-02-28 00:30:44
Edit Download
280 B lrw-r--r-- 2026-02-28 00:30:44
Edit Download
476 B lrw-r--r-- 2026-02-28 00:30:46
Edit Download
260 B lrw-r--r-- 2026-02-28 00:30:46
Edit Download
790 B lrw-r--r-- 2026-02-28 00:30:46
Edit Download
817 B lrw-r--r-- 2026-02-28 00:30:46
Edit Download
376 B lrw-r--r-- 2026-02-28 00:30:46
Edit Download
220 B lrw-r--r-- 2026-02-28 00:30:48
Edit Download
308 B lrw-r--r-- 2026-02-28 00:30:48
Edit Download
307 B lrw-r--r-- 2026-02-28 00:30:48
Edit Download
223 B lrw-r--r-- 2026-02-28 00:30:48
Edit Download
228 B lrw-r--r-- 2026-02-28 00:30:48
Edit Download
609 B lrw-r--r-- 2026-02-28 00:30:48
Edit Download
919 B lrw-r--r-- 2026-02-28 00:30:48
Edit Download
553 B lrw-r--r-- 2026-02-28 00:30:50
Edit Download
343 B lrw-r--r-- 2026-02-28 00:30:50
Edit Download
170 B lrw-r--r-- 2026-02-28 00:27:06
Edit Download
493 B lrw-r--r-- 2026-02-28 00:30:52
Edit Download
192 B lrw-r--r-- 2026-02-28 00:30:52
Edit Download
3.73 KB lrw-r--r-- 2026-02-28 00:30:52
Edit Download
352 B lrw-r--r-- 2026-02-28 00:30:54
Edit Download
367 B lrw-r--r-- 2026-02-28 00:30:54
Edit Download
1.07 KB lrw-r--r-- 2026-02-28 00:30:54
Edit Download
738 B lrw-r--r-- 2026-02-28 00:30:56
Edit Download
349 B lrw-r--r-- 2026-02-28 00:30:56
Edit Download
2.46 KB lrw-r--r-- 2026-02-28 00:30:56
Edit Download
638 B lrw-r--r-- 2026-02-28 00:30:56
Edit Download
853 B lrw-r--r-- 2026-02-28 00:30:56
Edit Download
415 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
400 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
249 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
509 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
287 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
387 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
301 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
289 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
216 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
203 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
277 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
147 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
473 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
508 B lrw-r--r-- 2026-02-28 00:30:58
Edit Download
494 B lrw-r--r-- 2026-02-28 00:31:00
Edit Download
317 B lrw-r--r-- 2026-02-28 00:31:00
Edit Download
288 B lrw-r--r-- 2026-02-28 00:31:00
Edit Download
427 B lrw-r--r-- 2026-02-28 00:31:00
Edit Download
534 B lrw-r--r-- 2026-02-28 00:31:00
Edit Download
573 B lrw-r--r-- 2026-02-28 00:31:00
Edit Download
595 B lrw-r--r-- 2026-02-28 00:31:02
Edit Download
1.76 KB lrw-r--r-- 2026-02-28 00:31:02
Edit Download
1.86 KB lrw-r--r-- 2026-02-28 00:31:02
Edit Download
1.14 KB lrw-r--r-- 2026-02-28 00:31:02
Edit Download
1.94 KB lrw-r--r-- 2026-02-28 00:31:02
Edit Download
195 B lrw-r--r-- 2026-02-28 00:31:04
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).