##// END OF EJS Templates
api: fixed SVN raw diff export. The API method was incosistent, and used different logic....
api: fixed SVN raw diff export. The API method was incosistent, and used different logic. Now it shares the same code as raw-diff from web-ui

File last commit:

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