UNPKG

scoped

Version:

command line tool exposing lexical-scope

18 lines (13 loc) 155 B
if(x) { let y = 3 } function xxx() { let xxx } for(let i = 0; i < 10; ++i) { arr.push(function() { console.log(i) }) } for(let j in x) { }