##// END OF EJS Templates
comments: extend API data with references to commit_id or pull_request_id for audit-logs.
comments: extend API data with references to commit_id or pull_request_id for audit-logs.

File last commit:

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