##// END OF EJS Templates
auth: use single instance of auth checker to speed up execution of the permissions check by not creating new instance in each loop iteration.
auth: use single instance of auth checker to speed up execution of the permissions check by not creating new instance in each loop iteration.

File last commit:

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