UNPKG
scoped
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
command line tool exposing lexical-scope
github.com/chrisdickinson/scoped
chrisdickinson/scoped
scoped
/
test
/
fixtures
/
var-declaration.js
14 lines
(10 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 }