##// END OF EJS Templates
webhelpers: port most of the items from webhelpers to webhelpers2...
webhelpers: port most of the items from webhelpers to webhelpers2 - webhelpers are deprecated and py2 only

File last commit:

r3172:d37fc984 default
r4090:5358a9a7 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}