Nicolò Ribaudo f195daa092
Don't add params of anonymous exported function decls to the outer scope (#9613)
* Don't add params of anonymous exported function decls to the outer scope

* Test
2019-03-01 00:09:49 +01:00

3 lines
51 B
JavaScript

import x from './x';
export default function(x) {}