parse, output the let statement
This commit is contained in:
committed by
Richard van Velzen
parent
34685a6f55
commit
dde9e293df
8
test/compress/block-scope.js
Normal file
8
test/compress/block-scope.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
let_statement: {
|
||||
input: {
|
||||
let x = 6;
|
||||
}
|
||||
expect_exact: "let x=6;"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user