##// END OF EJS Templates
hooks: use safer way to validate kwargs. If rcextensions are disable we shouldn't...
hooks: use safer way to validate kwargs. If rcextensions are disable we shouldn't do any actions.

File last commit:

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