UNPKG

scoped

Version:

command line tool exposing lexical-scope

14 lines (10 loc) 132 B
var a, b, c function test() { var x, y, z function inner(e, f, g) { var s, t, u } } function outer() { var j, k, l }