##// END OF EJS Templates
caches: fixes the file-store backend to use serialized names for filename cache of vcsserver....
caches: fixes the file-store backend to use serialized names for filename cache of vcsserver. Using ones with '/' would crash the backend

File last commit:

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