mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
9 years ago
3 changed files with 7 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
module.exports = { |
||||
|
description: 'handles naked return value from top-level arrow function expression (#403)' |
||||
|
}; |
@ -0,0 +1,2 @@ |
|||||
|
const f = a => a; |
||||
|
assert.equal( f( 42 ), 42 ); |
Loading…
Reference in new issue