Skip to content

Commit a299fd0

Browse files
authoredJan 13, 2023
test(es/minifier): Add a test for an invalid issue (#6802)
**Related issue:** - vercel/next.js#30237 (comment)
1 parent b27793f commit a299fd0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const foo = new RegExp("")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const foo = RegExp("");

0 commit comments

Comments
 (0)
Please sign in to comment.