Skip to content

Commit

Permalink
[not for merge] Allow parens in Server stack frames
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jul 24, 2024
1 parent 955f260 commit 8c62af4
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3483,7 +3483,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
proxyHandlers = {
get: function (target, name) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3510,7 +3510,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
supportsRequestStorage = "function" === typeof AsyncLocalStorage,
requestStorage = supportsRequestStorage ? new AsyncLocalStorage() : null,
supportsComponentStorage = supportsRequestStorage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3533,7 +3533,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
requestStorage = new async_hooks.AsyncLocalStorage(),
componentStorage = new async_hooks.AsyncLocalStorage(),
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3499,7 +3499,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
requestStorage = new async_hooks.AsyncLocalStorage(),
componentStorage = new async_hooks.AsyncLocalStorage(),
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3115,7 +3115,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
proxyHandlers = {
get: function (target, name) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3127,7 +3127,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
supportsRequestStorage = "function" === typeof AsyncLocalStorage,
requestStorage = supportsRequestStorage ? new AsyncLocalStorage() : null,
supportsComponentStorage = supportsRequestStorage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3159,7 +3159,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
requestStorage = new async_hooks.AsyncLocalStorage(),
componentStorage = new async_hooks.AsyncLocalStorage(),
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3125,7 +3125,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
requestStorage = new async_hooks.AsyncLocalStorage(),
componentStorage = new async_hooks.AsyncLocalStorage(),
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3492,7 +3492,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
proxyHandlers = {
get: function (target, name) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3515,7 +3515,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
supportsRequestStorage = "function" === typeof AsyncLocalStorage,
requestStorage = supportsRequestStorage ? new AsyncLocalStorage() : null,
supportsComponentStorage = supportsRequestStorage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3538,7 +3538,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
requestStorage = new async_hooks.AsyncLocalStorage(),
componentStorage = new async_hooks.AsyncLocalStorage(),
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3503,7 +3503,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
requestStorage = new async_hooks.AsyncLocalStorage(),
componentStorage = new async_hooks.AsyncLocalStorage(),
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3124,7 +3124,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
proxyHandlers = {
get: function (target, name) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3132,7 +3132,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
supportsRequestStorage = "function" === typeof AsyncLocalStorage,
requestStorage = supportsRequestStorage ? new AsyncLocalStorage() : null,
supportsComponentStorage = supportsRequestStorage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3164,7 +3164,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
requestStorage = new async_hooks.AsyncLocalStorage(),
componentStorage = new async_hooks.AsyncLocalStorage(),
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3129,7 +3129,7 @@
}
};
var frameRegExp =
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
requestStorage = new async_hooks.AsyncLocalStorage(),
componentStorage = new async_hooks.AsyncLocalStorage(),
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
Expand Down

0 comments on commit 8c62af4

Please sign in to comment.