mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
9 years ago
3 changed files with 11 additions and 2 deletions
@ -0,0 +1,3 @@ |
|||
module.exports = { |
|||
description: 'handles multiple declaration blocks with multiple declarations (#105)' |
|||
}; |
@ -0,0 +1,2 @@ |
|||
var a, b; |
|||
var c, d; |
Loading…
Reference in new issue