##// END OF EJS Templates
cython: fixed problems with cythonized decorators on py2....
cython: fixed problems with cythonized decorators on py2. - This is just a temporary fix - We'll remove this once py3 migration is done

File last commit:

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