##// END OF EJS Templates
api: add cache for fts index builder call that returns file tree. This is often re-used and should return unchanged state fast
api: add cache for fts index builder call that returns file tree. This is often re-used and should return unchanged state fast

File last commit:

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