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
/
global.js
26 lines
(20 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
var
a
var
b
var
c function
test
()
{
var
x
var
y
var
z function
inner
(
e, f, g
)
{
var
s
var
t
var
u
explicit
=
0
} }
function
outer
()
{
var
j
var
k
var
l
implicit
() }