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
/
try-catch.js
6 lines
(4 loc)
•
78 B
JavaScript
View Raw
1
2
3
4
5
6
try
{ }
catch
(expected) {
// "expected" should be defined in this scope.
}