Fix eager parsing of arrow functions for non-punc tokens
This commit is contained in:
committed by
Richard van Velzen
parent
0b303379c0
commit
6780d0906c
8
test/compress/issue-1001.js
Normal file
8
test/compress/issue-1001.js
Normal file
@@ -0,0 +1,8 @@
|
||||
parenthesis_strings_in_parenthesis: {
|
||||
input: {
|
||||
('(');
|
||||
a(')');
|
||||
|
||||
}
|
||||
expect_exact: '"(";a(")");'
|
||||
}
|
||||
Reference in New Issue
Block a user