Files
babel/packages/babel-plugin-transform-modules-commonjs/test/fixtures/regression/issue-9611/options.json
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

4 lines
48 B
JSON

{
"plugins": ["transform-modules-commonjs"]
}