aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/@babel/runtime/helpers/usingCtx.js
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-29 11:49:28 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-29 11:49:28 -0700
commitd55b767039605256c736166a942a9138e3eacfd7 (patch)
tree947063b634c50d438a794325f13275e134aa5993 /node_modules/@babel/runtime/helpers/usingCtx.js
parent864ce67d89c77d8ef9c3361f80d619853abcf91c (diff)
remove dev node_modules (oops)
Diffstat (limited to 'node_modules/@babel/runtime/helpers/usingCtx.js')
-rw-r--r--node_modules/@babel/runtime/helpers/usingCtx.js59
1 files changed, 0 insertions, 59 deletions
diff --git a/node_modules/@babel/runtime/helpers/usingCtx.js b/node_modules/@babel/runtime/helpers/usingCtx.js
deleted file mode 100644
index 652ab15..0000000
--- a/node_modules/@babel/runtime/helpers/usingCtx.js
+++ /dev/null
@@ -1,59 +0,0 @@
-function _usingCtx() {
- var r = "function" == typeof SuppressedError ? SuppressedError : function (r, e) {
- var n = Error();
- return n.name = "SuppressedError", n.error = r, n.suppressed = e, n;
- },
- e = {},
- n = [];
- function using(r, e) {
- if (null != e) {
- if (Object(e) !== e) throw new TypeError("using declarations can only be used with objects, functions, null, or undefined.");
- if (r) var o = e[Symbol.asyncDispose || Symbol["for"]("Symbol.asyncDispose")];
- if (void 0 === o && (o = e[Symbol.dispose || Symbol["for"]("Symbol.dispose")], r)) var t = o;
- if ("function" != typeof o) throw new TypeError("Object is not disposable.");
- t && (o = function o() {
- try {
- t.call(e);
- } catch (r) {
- return Promise.reject(r);
- }
- }), n.push({
- v: e,
- d: o,
- a: r
- });
- } else r && n.push({
- d: e,
- a: r
- });
- return e;
- }
- return {
- e: e,
- u: using.bind(null, !1),
- a: using.bind(null, !0),
- d: function d() {
- var o,
- t = this.e,
- s = 0;
- function next() {
- for (; o = n.pop();) try {
- if (!o.a && 1 === s) return s = 0, n.push(o), Promise.resolve().then(next);
- if (o.d) {
- var r = o.d.call(o.v);
- if (o.a) return s |= 2, Promise.resolve(r).then(next, err);
- } else s |= 1;
- } catch (r) {
- return err(r);
- }
- if (1 === s) return t !== e ? Promise.reject(t) : Promise.resolve();
- if (t !== e) throw t;
- }
- function err(n) {
- return t = t !== e ? new r(n, t) : n, next();
- }
- return next();
- }
- };
-}
-module.exports = _usingCtx, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage