Skip to content

Commit 8c62af4

Browse files
committed
[not for merge] Allow parens in Server stack frames
1 parent 955f260 commit 8c62af4

16 files changed

+16
-16
lines changed

packages/next/src/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-server.browser.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3483,7 +3483,7 @@
34833483
}
34843484
};
34853485
var frameRegExp =
3486-
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
3486+
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
34873487
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
34883488
proxyHandlers = {
34893489
get: function (target, name) {

packages/next/src/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-server.edge.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3510,7 +3510,7 @@
35103510
}
35113511
};
35123512
var frameRegExp =
3513-
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
3513+
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
35143514
supportsRequestStorage = "function" === typeof AsyncLocalStorage,
35153515
requestStorage = supportsRequestStorage ? new AsyncLocalStorage() : null,
35163516
supportsComponentStorage = supportsRequestStorage,

packages/next/src/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-server.node.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3533,7 +3533,7 @@
35333533
}
35343534
};
35353535
var frameRegExp =
3536-
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
3536+
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
35373537
requestStorage = new async_hooks.AsyncLocalStorage(),
35383538
componentStorage = new async_hooks.AsyncLocalStorage(),
35393539
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),

packages/next/src/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-server.node.unbundled.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3499,7 +3499,7 @@
34993499
}
35003500
};
35013501
var frameRegExp =
3502-
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
3502+
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
35033503
requestStorage = new async_hooks.AsyncLocalStorage(),
35043504
componentStorage = new async_hooks.AsyncLocalStorage(),
35053505
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),

packages/next/src/compiled/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3115,7 +3115,7 @@
31153115
}
31163116
};
31173117
var frameRegExp =
3118-
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
3118+
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
31193119
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
31203120
proxyHandlers = {
31213121
get: function (target, name) {

packages/next/src/compiled/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3127,7 +3127,7 @@
31273127
}
31283128
};
31293129
var frameRegExp =
3130-
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
3130+
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
31313131
supportsRequestStorage = "function" === typeof AsyncLocalStorage,
31323132
requestStorage = supportsRequestStorage ? new AsyncLocalStorage() : null,
31333133
supportsComponentStorage = supportsRequestStorage,

packages/next/src/compiled/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3159,7 +3159,7 @@
31593159
}
31603160
};
31613161
var frameRegExp =
3162-
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
3162+
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
31633163
requestStorage = new async_hooks.AsyncLocalStorage(),
31643164
componentStorage = new async_hooks.AsyncLocalStorage(),
31653165
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),

packages/next/src/compiled/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3125,7 +3125,7 @@
31253125
}
31263126
};
31273127
var frameRegExp =
3128-
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
3128+
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
31293129
requestStorage = new async_hooks.AsyncLocalStorage(),
31303130
componentStorage = new async_hooks.AsyncLocalStorage(),
31313131
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),

packages/next/src/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-server.browser.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3492,7 +3492,7 @@
34923492
}
34933493
};
34943494
var frameRegExp =
3495-
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
3495+
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
34963496
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
34973497
proxyHandlers = {
34983498
get: function (target, name) {

packages/next/src/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-server.edge.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3515,7 +3515,7 @@
35153515
}
35163516
};
35173517
var frameRegExp =
3518-
/^ {3} at (?:(.+) \(([^\)]+):(\d+):(\d+)\)|(?:async )?([^\)]+):(\d+):(\d+))$/,
3518+
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
35193519
supportsRequestStorage = "function" === typeof AsyncLocalStorage,
35203520
requestStorage = supportsRequestStorage ? new AsyncLocalStorage() : null,
35213521
supportsComponentStorage = supportsRequestStorage,

0 commit comments

Comments
 (0)