UNPKG
with
Version:
canary (7.0.2-canary-3)
latest (7.0.2)
7.0.2
7.0.2-canary-3
7.0.1
7.0.1-canary-2
7.0.0
7.0.0-canary-1
6.0.0
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.0.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Compile time `with` for strict mode JavaScript
github.com/pugjs/with
pugjs/with
with
/
.babelrc
10 lines
(9 loc)
•
129 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"presets"
:
[
[
"es2015"
,
{
"loose"
:
true
}
]
]
,
"plugins"
:
[
"add-module-exports"
,
"transform-runtime"
]
}