##// END OF EJS Templates
channelstream: cleanup, and re-organize code for posting comments/pr updated messages....
channelstream: cleanup, and re-organize code for posting comments/pr updated messages. - now shares new common code - fixed cases for both views and API in consistent way

File last commit:

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