mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
eb2a2a7f15
- Temporarilly ignored comment codegen tests. - Split Simplify into SimplifyExpr and SimplifyStmt - fix lints
17 lines
245 B
JavaScript
17 lines
245 B
JavaScript
function // DO NOT DROP i
|
|
function a() {
|
|
var // DO NOT DROP i
|
|
function a() {
|
|
var b ;
|
|
with (// DO NOT DROP i
|
|
function a() {
|
|
var b;
|
|
with (c){
|
|
// DO NOT DROP i
|
|
function a() {
|
|
var b;
|
|
with (c) {
|
|
b;
|
|
}
|
|
}
|