rename syntax tests to transformation
This commit is contained in:
4
test/fixtures/transformation/let-scoping/nested-function-3/exec.js
vendored
Normal file
4
test/fixtures/transformation/let-scoping/nested-function-3/exec.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
function nestedFunction3() {
|
||||
let let_x = 'let x';
|
||||
function function_foo() { }
|
||||
}
|
||||
Reference in New Issue
Block a user